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