blob: 39e25cc71de9acfffa89a44ac4956ec0ad09e2e3 [file] [log] [blame] [view]
This directory contains common placeholder FIDL protocols and implementations
that can be used in tests:
* `placeholders.test.fidl`: FIDL library containing a simple `Echo` FIDL
protocol definition.
* `echo_realm_placeholder`: A realm containing echo client and server components:
* `echo_client`: A child component that is eagerly started with the realm. Connects to the `echo_server` over the `test.placeholders.Echo` protocol.
* `echo_server`: Implements and serves the `test.placeholders.Echo` protocol.