blob: 9c457e080fd8a8b2df4cf0561ef6289649bcedd5 [file] [log] [blame]
# 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("zircon") {
deps = [
"rust:pkg",
"rust_next:pkg",
"v1:child_component",
"v1:parent_component",
"v2:pkg",
]
}
# Sample driver protocol using the Zircon transport
fidl("fuchsia.examples.gizmo") {
sources = [ "gizmo.test.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}