blob: 6535ef31c51db4696f3acbc8cbe558aae6e99890 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("df") {
configs += [ "//build/config:all_source" ]
sources = [ "main.cc" ]
deps = [
"//sdk/fidl/fuchsia.fshost:fuchsia.fshost_llcpp",
"//sdk/fidl/fuchsia.io:fuchsia.io_llcpp",
"//sdk/lib/fdio",
"//src/storage/fshost:headers",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/fdio-caller",
"//zircon/system/ulib/fzl",
"//zircon/system/ulib/service:service-llcpp",
"//zircon/system/ulib/zx",
]
}