blob: 16f867ddb4808c910ccdc58a096d829a8ac2f0e6 [file] [log] [blame]
// Component manifest for the `echo_client` example program, which sends a message to the Echo
// service.
{
program: {
binary: "bin/echo_client",
args: [
"Hippos",
"rule!",
],
},
use: [
{ runner: "elf" },
{ protocol: "fidl.examples.routing.echo.Echo" },
{ protocol: "fuchsia.logger.LogSink" },
],
}