blob: a44e77f3ec5e3954e216fc8017efa65c77382d90 [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",
},
],
}