blob: bf6546782588284d8a3a6bf671300a7fe55a7c8c [file] [log] [blame] [edit]
# Copyright 2020 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.driver.framework") {
sources = [
"device_group.fidl",
"driver_host.fidl",
"driver_index.fidl",
"topology.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.component.decl",
"//sdk/fidl/fuchsia.component.runner",
"//sdk/fidl/fuchsia.data",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.url",
]
}