blob: 38f6856733183ed5e7fccbbad98135bec1a5bb78 [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.phy") {
sdk_category = "internal"
sources = [ "usb-phy.fidl" ]
contains_drivers = true
public_deps = [ "//zircon/vdso/zx" ]
}