blob: 325fce44fd479ee8dd72b5bb1407045a95e3321e [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("//src/sys/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",
]
}