blob: 3b288b955b40893b328c0e0a947ba9e6bae0e10d [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("iotime") {
sources = [
"iotime.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/ulib/block-client",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/ramdevice-client",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}