tree: 1849fce8385368a9aacb59823bd6be1520fc9167 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/session/lib/realm_management/README.md

realm_management

Reviewed on: 2021-01-21

realm_management is a library for adding child components to a specified realm. For more information on component realms, see Realms (Components v2).

Building

To add realm_management to your build, append --with //src/session/lib/realm_management to the fx set invocation.

Using

realm_management can be used by depending on the //src/session/lib/realm_management GN target.

realm_management is not available in the SDK.

Testing

Unit tests for realm_management are available in the realm_management_tests package.

$ fx test realm_management_tests

Source layout

The implementation is in src/lib.rs, which also includes unit tests.