blob: fc18e910ae3527de50133b32fbb2022506f80c33 [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"
api = "fuchsia.driver.framework.api"
sources = [
"device_group.fidl",
"driver_host.fidl",
"driver_index.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.io",
"//sdk/fidl/fuchsia.url",
]
}