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