tree: 5f5ae9c242cb402bbd55abb383b0ff15ad0caaaf [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
examples/fidl/echo-realm/README.md

Echo realm

This directory contains the common “realm” component used by the FIDL examples to launch client and server components and route capabilities using Component Framework.

The realm component encapsulates both the server and client components and performs the necessary capability routing of FIDL protocols between them. This enables the examples to be created and executed as a single unit within the component topology.

For more details on how this component is used in the the FIDL examples, see //examples/fidl/README.md.