blob: 6f40240394dca3ae2c9089b0c66ce9b39a6b5e8e [file] [log] [blame]
# 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") {
sdk_category = "partner"
sdk_area = "Unknown"
api = "fuchsia.driver.framework.api"
sources = [
"composite_node_spec.fidl",
"driver.fidl",
"driver_info.fidl",
"driver_start_args.fidl",
"overview.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.device.fs",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.url",
]
enable_hlcpp = true
contains_drivers = true
}