blob: 6851c9a98468e1769f845977c053fb6ed6b0907b [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.
// Component manifest for the `echo_client` example program, which sends a message to the Echo
// service.
{
program: {
binary: "bin/routing_failed_echo_client",
args: [
"Hippos",
"rule!",
],
},
use: [
{ runner: "elf" },
{
protocol: [
"/svc/fidl.examples.routing.echo.Echo",
"/svc/fidl.examples.routing.echo.Echo2",
"/svc/fuchsia.logger.LogSink",
],
},
],
}