blob: e1d0a170665630dddc9c1b06a2f8a324cfcf63e8 [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.
driver("usb-tester") { # TODO: test_driver?
testonly = true
sources = [
"usb-tester.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-usb",
"$zx/system/banjo/ddk-protocol-usb-composite",
"$zx/system/banjo/ddk-protocol-usb-request",
"$zx/system/dev/lib/usb",
"$zx/system/fidl/fuchsia-hardware-usb-tester:c",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxcpp",
]
}