Platform configuration options for driver framework support.
Field | Type | Description | Default |
---|---|---|---|
test_fuzzing_config |
TestFuzzingConfig |
Fuzzing configuration used for testing. | |
enable_driver_index_stop_on_idle |
\[bool] |
Whether to enable the driver index's stop_on_idle feature, where it waits until it reaches an idle timeout, escrows its state and handles, then exits. If unspecified, this will default to `true`. See: https://fuchsia.dev/fuchsia-src/development/components/stop_idle | |
eager_drivers |
vector |
The list of driver components to load eagerly. Eager drivers are those that are forced to be non-fallback drivers, even if their manifest indicates they should be fallback. | |
disabled_drivers |
vector |
The list of drivers to disable. These drivers are skipped when encountered during the driver loading process. |