blob: bae23c77e89c065ba95a4acbf3dd869b57a27ff9 [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("iotime") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "iotime.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.block:fuchsia.hardware.block_c",
"//sdk/lib/fdio",
"//zircon/public/lib/sync",
"//zircon/public/lib/zx",
"//zircon/system/ulib/block-client",
"//zircon/system/ulib/fdio-caller",
"//zircon/system/ulib/fzl",
"//zircon/system/ulib/ramdevice-client",
]
}