The Product-provided configuration details.
Field | Type | Description | Default |
---|---|---|---|
trusted_apps |
vector |
Components which should run as trusted applications in Fuchsia. | |
tee_clients |
vector |
Components which depend on trusted applications running in the TEE. | |
session_url |
string |
Start URL to pass to `session_manager`. Default to the empty string which creates a "paused" config that launches nothing to start. | |
session |
ProductSessionConfig |
Product-specific session information. Default to None which creates a "paused" config that launches nothing to start. Only one of `session.url` or `session_url` below should be defined. | |
packages |
ProductPackagesConfig |
||
info |
ProductInfoConfig |
Generic product information. | |
component_policy |
ComponentPolicyConfig |
The policy given to component_manager that restricts where sensitive capabilities can be routed. | \[object] |
build_info |
BuildInfoConfig |
The file paths to various build information. | |
base_drivers |
vector |
List of base drivers to include in the product. |