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