blob: b6f4ce16f318451d1cb2a33c8c1444c709e63179 [file]
// 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": [
{
"protocol": "/svc/fidl.examples.routing.echo.Echo",
},
],
}