blob: 905efb1529563bb74e26b073a1f4201190d521a7 [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"
sdk_area = "Unknown"
api = "fuchsia.driver.registrar.api"
sources = [
"driver-registrar.fidl",
"overview.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
}