blob: ea13702d1cb9d46421e60f0efc0f448a96749e42 [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("blobfs") {
sources = [
"main.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-blobfs:c",
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/fidl/fuchsia-io:c",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$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/sync",
"$zx/system/ulib/trace",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/trace-provider",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/third_party/ulib/lz4",
"$zx/third_party/ulib/uboringssl",
]
}