blob: 7ba76d2842276ad592e59ac77d1baa000f80f57e [file]
// Component manifest for the `echo_server` example program, which hosts the Echo service used
// by `echo_client`.
{
program: {
runner: "elf",
binary: "bin/echo_server",
},
capabilities: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
expose: [
{
protocol: "fidl.examples.routing.echo.Echo",
from: "self",
},
],
}