| # DriverFrameworkConfig |
| |
| Platform configuration options for driver framework support. |
| |
| <table> |
| <tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr> |
| <tr id="test_fuzzing_config"> |
| <td><code>test_fuzzing_config</code></td> |
| <td><code><a class='link' href="../TestFuzzingConfig">TestFuzzingConfig</code></td> |
| <td>Fuzzing configuration used for testing.</td> |
| <td></td> |
| </tr> |
| <tr id="eager_drivers"> |
| <td><code>eager_drivers</code></td> |
| <td><code>vector</code></td> |
| <td>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.</td> |
| <td></td> |
| </tr> |
| <tr id="disabled_drivers"> |
| <td><code>disabled_drivers</code></td> |
| <td><code>vector</code></td> |
| <td>The list of drivers to disable. These drivers are skipped when encountered during the driver loading process.</td> |
| <td></td> |
| </tr> |
| </table> |