blob: 89cb19a18a9e767014e8904d5010fcc89c0c9038 [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.url",
"//zircon/vdso/zx",
]
}