blob: e43c2c7162ef753fc0e409c53e64d3681b25c93f [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("fshost") {
sources = [
"block-watcher.cpp",
"main.cpp",
"vfs-rpc.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-io:c",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/bootdata",
"$zx/system/ulib/bootfs",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fs",
"$zx/system/ulib/fs-management",
"$zx/system/ulib/gpt",
"$zx/system/ulib/launchpad",
"$zx/system/ulib/loader-service",
"$zx/system/ulib/memfs",
"$zx/system/ulib/memfs:memfs-cpp",
"$zx/system/ulib/sync",
"$zx/system/ulib/trace",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
"$zx/third_party/ulib/cksum",
"$zx/third_party/ulib/lz4",
"../shared",
]
}