blob: 74522924a45e957e4b79dfdf7246a8f326fc0d25 [file] [log] [blame]
# Copyright 018 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",
]
}