blob: 6ba0ade1979405779604bb6e34e32c6af2029f1c [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") {
sources = [ "request.fidl" ]
sdk_category = "partner"
stable = false
sdk_area = "Drivers"
public_deps = [
"//sdk/fidl/fuchsia.hardware.usb.descriptor",
"//zircon/vdso/zx",
]
}