| # 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 = [ | |
| "aml-usb-phy-v2", | |
| "as370-usb-phy", | |
| "dwc2", | |
| "dwc3", | |
| "hikey-usb", | |
| "mt-musb-host", | |
| "mt-musb-peripheral", | |
| "nelson-usb-phy", | |
| "usb-bus", | |
| "usb-bus:tests", | |
| "usb-composite", | |
| "usb-dfu", | |
| "usb-hub", | |
| "usb-peripheral", | |
| "usb-peripheral-test", | |
| "usb-test", | |
| "usb-virtual-bus", | |
| "xhci", | |
| ] | |
| } |