blob: 25a4a3963026d645e92a610692ad00f04c8837af [file] [log] [blame]
# Copyright 2018 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")
group("service") {
testonly = true
deps = [ ":interface_passing" ]
}
fidl("interface_passing") {
# TODO(fxbug.dev/35879): Remove lint exclusions by fixing known FIDL lint violations in this target
excluded_checks = [ "too-many-nested-libraries" ]
name = "fuchsia.overnet.examples.interfacepassing"
sources = [ "interface_passing.fidl" ]
public_deps = [ "//src/testing/fidl:placeholders" ]
}