blob: e152034461d6e1ce21e70f8e0b5d5c27a2e1fc92 [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.cc" ]
deps = [
"//sdk/fidl/fuchsia.kernel:fuchsia.kernel_llcpp",
"//sdk/lib/fdio",
"//sdk/lib/syslog/cpp",
"//src/lib/storage/vfs/cpp",
"//src/storage/blobfs",
"//zircon/public/lib/zx",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/block-client",
"//zircon/system/ulib/service:service-llcpp",
]
}