blob: 1841f85962da7161578b98178d2ae3b9492f2d8b [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.registrar") {
sdk_category = "partner"
stable = true
sdk_area = "Driver SDK"
api = "fuchsia.driver.registrar.api"
sources = [
"driver-registrar.fidl",
"overview.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
}