blob: 8899c7affaee3e69ac3d1d45ebfbfd98684a19cc [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.
zx_executable("blobfs") {
sources = [
"main.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/bitmap",
"$zx/system/ulib/blobfs",
"$zx/system/ulib/block-client",
"$zx/system/ulib/digest",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fs",
"$zx/system/ulib/fzl",
"$zx/system/ulib/storage/buffer",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/third_party/ulib/uboringssl",
]
}