blob: d26bde7d7a35b9ed16e2d944b86674c71c11d776 [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": [
{
"legacy_service": "/svc/fidl.examples.routing.echo.Echo",
},
],
"expose": [
{
"legacy_service": "/svc/fuchsia.test.Suite",
"from": "self",
},
],
}