blob: fd27f7e71a9f582dcb5a4cb6f4f6a7c8827d6dac [file] [log] [blame]
# Copyright 2020 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.test.structdefaultvalueenumlibraryreference") {
testonly = true
sources = [ "example.test.fidl" ]
public_deps = [ ":dependent" ]
host_llcpp = true
}
fidl("dependent") {
testonly = true
sources = [ "dependent.test.fidl" ]
host_llcpp = true
}