blob: f92df210fee3e0cfa89aaae8fde6be51200e3536 [file] [log] [blame]
// Component manifest for the `echo_server` example program, which hosts the Echo service used
// by `echo_client`.
{
"program": {
"binary": "bin/echo_server",
},
"expose": [
{
"service": "/svc/fidl.examples.routing.echo.Echo",
"from": "self",
},
],
}