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