blob: dfee7bf14178d3a4179367ba8b02de052e7227df [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/components.gni")
fuchsia_component("echo_realm") {
manifest = "meta/echo_realm.cml"
}
fuchsia_package("components-routing-example") {
deps = [
":echo_realm",
"echo_client:echo_client_component",
"echo_server:echo_server_component",
]
}
group("tests") {
testonly = true
deps = [ "integration_tests:echo_integration_test" ]
}