blob: 730458684ffe63da378d56ccac9f21e790029bc3 [file] [log] [blame]
// Component manifest for the `echo_test_client`.
// It connects to echo server and passes back test results.
{
"program": {
"binary": "bin/echo_test_client",
},
"use": [
{ "runner": "elf" },
{
"protocol": "/svc/fidl.examples.routing.echo.Echo",
},
],
"expose": [
{
"protocol": "/svc/fuchsia.test.Suite",
"from": "self",
},
],
}