blob: 759a553347d2e1c35a754bdc4efd427cb46dbaa7 [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.topology.echo.Echo",
"from": "self",
},
],
}