Skip to content

Commit 59c48c9

Browse files
xieyuanhmergify[bot]
authored andcommitted
UefiPayloadPkg: Change the user interface name of the Uiapp
Chanage the name "Uiapp" to "Enter Setup". Cc: Guo Dong <[email protected]> Cc: Ray Ni <[email protected]> Cc: Maurice Ma <[email protected]> Cc: Benjamin You <[email protected]> Signed-off-by: Yuanhao Xie <[email protected]> Reviewed-by: Guo Dong <[email protected]> Reviewed-by: Ray Ni <[email protected]>
1 parent 5302bd8 commit 59c48c9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

UefiPayloadPkg/UefiPayloadPkg.fdf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
104104
!endif
105105
INF UefiCpuPkg/CpuDxe/CpuDxe.inf
106106
INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
107-
INF MdeModulePkg/Application/UiApp/UiApp.inf
107+
INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf
108108
INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
109109
INF PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
110110
INF MdeModulePkg/Universal/Metronome/Metronome.inf
@@ -357,3 +357,10 @@ INF ShellPkg/Application/Shell/Shell.inf
357357
FILE RAW = $(NAMED_GUID) {
358358
RAW RAW |.raw
359359
}
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+
}

0 commit comments

Comments
 (0)