| # Copyright 2022 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") |
| |
| group("driver") { |
| deps = [ |
| "rust_next:pkg", |
| "v1:child_component", |
| "v1:parent_component", |
| "v2:child_bazel_package", |
| "v2:parent_bazel_package", |
| ] |
| } |
| |
| # Sample driver protocol using the Driver transport |
| fidl("fuchsia.examples.gizmo") { |
| sources = [ "gizmo.test.fidl" ] |
| public_deps = [ "//zircon/vdso/zx" ] |
| contains_drivers = true |
| } |