blob: ce52433f9c7661e5c8dae2e3c2104626c6fc10f1 [file] [log] [blame] [edit]
# Copyright 2021 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.development") {
sdk_category = "partner"
stable = true
sdk_area = "Driver SDK"
sources = [
"development.fidl",
"iterators.fidl",
"overview.fidl",
"types.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.component.decl",
"//sdk/fidl/fuchsia.component.sandbox",
"//sdk/fidl/fuchsia.driver.framework",
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}