blob: dee21e6540e8c13218b9896f3d3204c4abe8551a [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",
},
"use": [
{ "runner": "elf" }
],
"expose": [
{
"protocol": "/svc/fidl.examples.routing.echo.Echo",
"from": "self",
},
{
"directory": "/hub",
"from": "framework",
},
],
}