blob: 813fe64069076f6e5596809623e8ddb3f6acf981 [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.placementofattributes") {
testonly = true
sources = [ "example.test.fidl" ]
public_deps = [ ":exampleusing" ]
host_llcpp = true
}
fidl("exampleusing") {
testonly = true
sources = [ "exampleusing.test.fidl" ]
host_llcpp = true
}