blob: 660b7d3aa842c42ab72710a18c66a1917b3eda0a [file] [log] [blame]
# Copyright 2023 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/fidl/fidl.gni")
fidl("fuchsia.hardware.usb.request") {
sdk_category = "internal"
sources = [ "request.fidl" ]
public_deps = [
# TODO(https://fxbug.dev/42178882): migrate usb descriptor to FIDL
"//sdk/banjo/fuchsia.hardware.usb.descriptor",
"//zircon/vdso/zx",
]
}