blob: ca78bad9bac44a8e082293afc84c77e882dc0902 [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/fidl/fidl.gni")
fidl("fuchsia.hardware.usb.composite") {
sdk_category = "internal"
sources = [ "usb-composite.fidl" ]
public_deps = [
"//sdk/banjo/fuchsia.hardware.usb.descriptor",
"//zircon/vdso/zx",
]
enable_banjo = true
}