blob: e4b47e677085e621ea009a339765eb916ed4ff7a [file] [log] [blame]
# Copyright 2022 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.device.composite") {
sources = [ "device.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.device.manager" ]
# This should only be used by the compat shim.
visibility = [
"//src/devices/bin/driver_manager/v2:driver_runner",
"//src/devices/misc/drivers/compat:lib",
]
}