blob: 1a0a96d6849c8b24d0018b0adc02267b3d999439 [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/110796): 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/internal/drivers/fragment:*",
"//src/devices/misc/drivers/cpu-trace:*",
"//vendor/*",
]
}