blob: 4a89192b567dcf436fb8107e34d59ce10f232afa [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.
import("//build/banjo/banjo.gni")
banjo("ddk.protocol.usb.bus") {
sources = [ "usb-bus.banjo" ]
deps = [
"//sdk/banjo/ddk.driver",
"//sdk/banjo/ddk.protocol.usb.hub",
"//sdk/banjo/zircon.hw.usb",
"//sdk/banjo/zircon.hw.usb.hub",
]
}