Method OnProcessBootConfigExt
OnProcessBootConfigExt(BuildReport, BootConfigBuilder)
Called during the build process when extension is enabled. Implement this function to add Boot Config Settings.
Declaration
protected virtual void OnProcessBootConfigExt(BuildReport report, BootConfigBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
BuildReport | report | BuildReport that contains information about the build, such as the target platform and output path. |
BootConfigBuilder | builder | This is the Boot Config interface tha can be used to write boot configs |