DriverFrameworkConfig

Platform configuration options for driver framework support.

FieldTypeDescriptionDefault
test_fuzzing_config TestFuzzingConfig Fuzzing configuration used for testing.
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.