blob: 4f6d0d18981a5a17fa19e56ddbd717d1387b2a41 [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("xdc-test") {
sources = [
"xdc-device.cpp",
"xdc-test.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-usb-debug:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}
host_tool("xdc-test-host") {
sources = [
"xdc-host.cpp",
"xdc-test.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/xdc-host-utils",
"$zx/system/ulib/xdc-server-utils",
]
}