blob: 6c29b5f3215090f6867cc5b57b525dd73c4180f5 [file] [log] [blame] [edit]
# Copyright 2023 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("fidl.examples.pigweed") {
name = "fidl.examples.pigweed"
sources = [ "pigweed.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}