blob: 45eb11088b0bfd4dac677290766daf0611b296e7 [file]
// Component manifest for the `echo_server` example program, which hosts the Echo service used
// by `echo_client`.
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/echo_server",
},
capabilities: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
expose: [
{
protocol: "fidl.examples.routing.echo.Echo",
from: "self",
},
{
directory: "hub",
from: "framework",
},
],
}