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. *NOTE*: This configuration parameter is deprecated. Use `tee = Tee::GlobalPlatform(tee_clients)` instead. | |
| tee | Tee | Configuration strategy for TEE. | |
| session | ProductSessionConfig | Product-specific session information. Default to None which creates a "paused" config that launches nothing to start. | |
| release_info | ProductReleaseInfo | Release information about this assembly container artifact. | \[object] | 
| packages | ProductPackagesConfig | ||
| info | ProductInfoConfig | Generic product information. | |
| component_policy | ComponentPolicyConfig | The policy given to component_manager that restricts where sensitive capabilities can be routed. | |
| build_info | BuildInfoConfig | The file paths to various build information. | |
| bootfs_files_package | Option | A package that includes files to include in bootfs. This is only usable in the empty, embeddable, and bootstrap feature set levels. | |
| base_drivers | vector | List of base drivers to include in the product. |