tree: 15a7e4d9e481c4d4ee537460bf8145b498a61fc0 [path history] [tgz]
  1. echo_client_placeholder/
  2. echo_server_placeholder/
  3. intl_property_manager/
  4. BUILD.gn
  5. OWNERS
  6. placeholders.test.fidl
  7. README.md
src/testing/fidl/README.md

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_server_placeholder: Component that implements and serves the test.placeholders.Echo protocol. Available as an individual component or in a single-component package.
  • echo_client_placeholder: Component that connects to an implementation of the test.placeholders.Echo protocol. Available as an individual component or in a single-component package.