blob: f133e3aa41328cb3912a9c38a1e5908c05d31da9 [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("fuchsia.hardware.usb.dci") {
translate_to_fidl = false
sources = [ "usb-dci.banjo" ]
deps = [
"//sdk/banjo/ddk.hw.physiter",
"//sdk/banjo/fuchsia.hardware.usb.descriptor",
"//sdk/banjo/fuchsia.hardware.usb.request",
"//sdk/banjo/zx",
]
}