blob: fec684c0199078f8faff87e466096f2bdcf9a1d3 [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",
},
capabilities: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
use: [
{ runner: "elf" },
],
expose: [
{
protocol: "fidl.examples.routing.echo.Echo",
from: "self",
},
],
}