blob: 154b3906b11ec009420f65ce0b40ea708b86c2fd [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: {
binary: "bin/echo_client",
args: [
"Hippos",
"rule!",
],
},
use: [
{ runner: "elf" },
{ protocol: "fidl.examples.routing.echo.Echo" },
],
}