blob: dfe28f1d6578371e4f562c1034d3ab942785f467 [file] [log] [blame]
{
program: {
binary: "bin/echo_server_for_concurrency_test",
},
capabilities: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
use: [
{ runner: "elf" },
{
protocol: [ "fuchsia.logger.LogSink" ],
},
],
expose: [
{
protocol: "fidl.examples.routing.echo.Echo",
from: "self",
},
],
}