blob: 04715bc6a2ef05ce7c26f58712ab6fb267cd8309 [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",
"mt-musb-host",
"mt-musb-peripheral",
"usb-bus",
"usb-composite",
"usb-dfu",
"usb-hub",
"usb-peripheral",
"usb-peripheral-test",
"usb-test",
"usb-virtual-bus",
"xhci",
]
}