blob: 8b4cbb5c0748a0afc971b53243d1c1bb27e4d853 [file] [log] [blame]
# 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") {
sources = [ "development.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.device.manager",
"//sdk/fidl/fuchsia.driver.framework",
"//sdk/fidl/fuchsia.driver.index",
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
}