blob: fa9f88c5811570c7ea48291abaa8a96e92eb3929 [file] [log] [blame]
// Component manifest for the `echo_client` example program, which sends a message to the Echo
// service.
{
"program": {
"binary": "bin/echo_client",
},
"use": [
{
"service": "/svc/fidl.examples.routing.echo.Echo",
},
],
}