blob: 23b83e8119fecd42464df415f87c0ffd65dc67a9 [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-hub") {
sources = [
"usb-hub.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-usb",
"$zx/system/banjo/ddk-protocol-usb-bus",
"$zx/system/banjo/ddk-protocol-usb-composite",
"$zx/system/banjo/ddk-protocol-usb-hub",
"$zx/system/banjo/ddk-protocol-usb-request",
"$zx/system/dev/lib/usb",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}