blob: a68029837afb2867e6c084f239fd4df5b7bfbef1 [file] [log] [blame]
# Copyright 2019 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("components") {
name = "fidl.test.components"
sources = [ "components.fidl" ]
}
fidl("echofactory") {
name = "fuchsia.test.echofactory"
sources = [ "echo_factory.fidl" ]
public_deps = [ "//examples/components/routing/fidl:echo" ]
}