blob: 1938ae9ac4b6914b14038a3a5bf086e606833292 [file] [log] [blame] [edit]
# 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.cc" ]
deps = [
"//sdk/fidl/fuchsia.kernel:fuchsia.kernel_llcpp",
"//sdk/lib/fdio",
"//sdk/lib/syslog/cpp",
"//src/lib/storage/block_client/cpp",
"//src/lib/storage/vfs/cpp",
"//src/storage/blobfs",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/service:service-llcpp",
"//zircon/system/ulib/zx",
]
}