blob: ae29c6965cffd01d0e1d85793c4ce193fc064250 [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" },
],
}