File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
104
104
!endif
105
105
INF UefiCpuPkg/CpuDxe/CpuDxe.inf
106
106
INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
107
- INF MdeModulePkg/Application/UiApp/UiApp.inf
107
+ INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf
108
108
INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
109
109
INF PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
110
110
INF MdeModulePkg/Universal/Metronome/Metronome.inf
@@ -357,3 +357,10 @@ INF ShellPkg/Application/Shell/Shell.inf
357
357
FILE RAW = $(NAMED_GUID) {
358
358
RAW RAW |.raw
359
359
}
360
+
361
+ [Rule.Common.UEFI_APPLICATION.UI]
362
+ FILE APPLICATION = $(NAMED_GUID) {
363
+ PE32 PE32 $(INF_OUTPUT)/$(MODULE_NAME).efi
364
+ UI STRING="Enter Setup"
365
+ VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
366
+ }
You can’t perform that action at this time.
0 commit comments