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