]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiPayloadPkg: Change the user interface name of the Uiapp
authorXie, Yuanhao <yuanhao.xie@intel.com>
Mon, 17 Jan 2022 08:24:28 +0000 (01:24 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 17 Jan 2022 18:29:57 +0000 (18:29 +0000)
Chanage the name "Uiapp" to "Enter Setup".

Cc: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
UefiPayloadPkg/UefiPayloadPkg.fdf

index f619a23139edd806f447f64b80d09e4f2f0d5f3e..c7b04978ada2901987fb5f1b8b7caa2d0cdb7fc3 100644 (file)
@@ -104,7 +104,7 @@ INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
 !endif\r
 INF UefiCpuPkg/CpuDxe/CpuDxe.inf\r
 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
-INF MdeModulePkg/Application/UiApp/UiApp.inf\r
+INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf\r
 INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf\r
 INF PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r
 INF MdeModulePkg/Universal/Metronome/Metronome.inf\r
@@ -357,3 +357,10 @@ INF ShellPkg/Application/Shell/Shell.inf
   FILE RAW = $(NAMED_GUID) {\r
     RAW RAW                |.raw\r
   }\r
+\r
+[Rule.Common.UEFI_APPLICATION.UI]\r
+  FILE APPLICATION = $(NAMED_GUID) {\r
+    PE32      PE32                     $(INF_OUTPUT)/$(MODULE_NAME).efi\r
+    UI        STRING="Enter Setup"\r
+    VERSION   STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)\r
+  }\r