blob: 3eafcabbce4191b574043f323cd093938e0541de [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("waitfor") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "waitfor.cc" ]
deps = [
"//sdk/fidl/fuchsia.device:fuchsia.device_llcpp",
"//sdk/fidl/fuchsia.hardware.block.partition:fuchsia.hardware.block.partition_c",
"//sdk/lib/fdio",
"//zircon/public/lib/cksum",
"//zircon/public/lib/zx",
"//zircon/system/ulib/gpt",
]
}