blob: 971a9a5b44b4800e299eb2c004531aa7e058be70 [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: "/svc/fidl.examples.routing.echo.Echo" },
{ protocol: "/svc/fuchsia.logger.LogSink" },
],
}