blob: 5997c56d34d125a93b68f2864e370f02cc494221 [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.typealiases") {
testonly = true
sources = [ "example.test.fidl" ]
public_deps = [ ":someotherlibrary" ]
host_llcpp = true
}
fidl("someotherlibrary") {
testonly = true
sources = [ "someotherlibrary.test.fidl" ]
host_llcpp = true
}