blob: 5d42c9fe6480b7c9c615dd4249fad10d34a14d54 [file] [log] [blame]
// Component manifest for the `echo_client` example program, which sends a message to the Echo
// service.
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/echo_client",
args: [
"Hippos",
"rule!",
],
},
use: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
}