blob: cf14f3f76640fe9f6c10488dedb4ed2a84389d97 [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") {
sources = [
"driver_host.fidl",
"driver_index.fidl",
"topology.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//sdk/fidl/fuchsia.component.runner",
"//sdk/fidl/fuchsia.data",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.url",
]
}