blob: d9574de5bc26dc07bcb62162b2afe76030749084 [file] [log] [blame]
# Copyright 2024 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("colocated") {
name = "fuchsia.examples.colocated"
sources = [ "colocated.test.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}