blob: da05c659260e0ba9101e04ecb7e8b3bd7f1e23fd [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.
group("usb") {
testonly = true
deps = [
"dwc3",
"hikey-usb",
"usb-bus",
"usb-composite",
"usb-hub",
"usb-peripheral",
"usb-peripheral-test",
"usb-test",
"xhci",
]
}