blob: 8c2379559936cb503213638a5edaa234a5503f28 [file] [log] [blame]
// Component manifest for the `echo_server` example program, which hosts the Echo service used
// by `echo_client`.
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/scoped_echo_server",
},
capabilities: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
expose: [
{
protocol: "fidl.examples.routing.echo.Echo",
from: "self",
},
],
}