blob: e6b2250f1ad5dedd94a4bf4bd96a7a77bb011f87 [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.platform.device") {
sources = [ "platform-device.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_banjo = true
# Please do not add to this list!
# Use //sdk/fidl/fuchsia.hardware.platform.device instead.
# TODO(https://fxbug.dev/42062127): Remove items from this list.
visibility = [
"//sdk/banjo/*",
"//src/devices/bus/drivers/pci:*",
"//src/devices/bus/drivers/platform/*",
"//src/devices/bus/lib/device-protocol-pdev",
"//src/devices/misc/drivers/cpu-trace:*",
"//vendor/*",
]
}