* [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp @ 2022-01-17 8:24 Yuanhao Xie 2022-01-17 18:04 ` Guo Dong 0 siblings, 1 reply; 3+ messages in thread From: Yuanhao Xie @ 2022-01-17 8:24 UTC (permalink / raw) To: devel; +Cc: Guo Dong, Ray Ni, Maurice Ma, Benjamin You 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> --- UefiPayloadPkg/UefiPayloadPkg.fdf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf index f619a23139..c7b04978ad 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.fdf +++ b/UefiPayloadPkg/UefiPayloadPkg.fdf @@ -104,7 +104,7 @@ INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf !endif INF UefiCpuPkg/CpuDxe/CpuDxe.inf INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf -INF MdeModulePkg/Application/UiApp/UiApp.inf +INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf INF PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf INF MdeModulePkg/Universal/Metronome/Metronome.inf @@ -357,3 +357,10 @@ INF ShellPkg/Application/Shell/Shell.inf FILE RAW = $(NAMED_GUID) { RAW RAW |.raw } + +[Rule.Common.UEFI_APPLICATION.UI] + FILE APPLICATION = $(NAMED_GUID) { + PE32 PE32 $(INF_OUTPUT)/$(MODULE_NAME).efi + UI STRING="Enter Setup" + VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) + } -- 2.30.0.windows.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp 2022-01-17 8:24 [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp Yuanhao Xie @ 2022-01-17 18:04 ` Guo Dong 2022-01-18 3:22 ` Ni, Ray 0 siblings, 1 reply; 3+ messages in thread From: Guo Dong @ 2022-01-17 18:04 UTC (permalink / raw) To: Xie, Yuanhao, devel@edk2.groups.io; +Cc: Ni, Ray, Ma, Maurice, You, Benjamin Reviewed-by: Guo Dong <guo.dong@intel.com> -----Original Message----- From: Xie, Yuanhao <yuanhao.xie@intel.com> Sent: Monday, January 17, 2022 1:24 AM To: devel@edk2.groups.io Cc: Dong, Guo <guo.dong@intel.com>; Ni, Ray <ray.ni@intel.com>; Ma, Maurice <maurice.ma@intel.com>; You, Benjamin <benjamin.you@intel.com> Subject: [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp 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> --- UefiPayloadPkg/UefiPayloadPkg.fdf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf index f619a23139..c7b04978ad 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.fdf +++ b/UefiPayloadPkg/UefiPayloadPkg.fdf @@ -104,7 +104,7 @@ INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf !endif INF UefiCpuPkg/CpuDxe/CpuDxe.inf INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf -INF MdeModulePkg/Application/UiApp/UiApp.inf +INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf INF PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf INF MdeModulePkg/Universal/Metronome/Metronome.inf @@ -357,3 +357,10 @@ INF ShellPkg/Application/Shell/Shell.inf FILE RAW = $(NAMED_GUID) { RAW RAW |.raw } + +[Rule.Common.UEFI_APPLICATION.UI] + FILE APPLICATION = $(NAMED_GUID) { + PE32 PE32 $(INF_OUTPUT)/$(MODULE_NAME).efi + UI STRING="Enter Setup" + VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) + } -- 2.30.0.windows.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp 2022-01-17 18:04 ` Guo Dong @ 2022-01-18 3:22 ` Ni, Ray 0 siblings, 0 replies; 3+ messages in thread From: Ni, Ray @ 2022-01-18 3:22 UTC (permalink / raw) To: Dong, Guo, Xie, Yuanhao, devel@edk2.groups.io; +Cc: Ma, Maurice, You, Benjamin Reviewed-by: Ray Ni <ray.ni@intel.com> -----Original Message----- From: Dong, Guo <guo.dong@intel.com> Sent: Tuesday, January 18, 2022 2:05 AM To: Xie, Yuanhao <yuanhao.xie@intel.com>; devel@edk2.groups.io Cc: Ni, Ray <ray.ni@intel.com>; Ma, Maurice <maurice.ma@intel.com>; You, Benjamin <benjamin.you@intel.com> Subject: RE: [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp Reviewed-by: Guo Dong <guo.dong@intel.com> -----Original Message----- From: Xie, Yuanhao <yuanhao.xie@intel.com> Sent: Monday, January 17, 2022 1:24 AM To: devel@edk2.groups.io Cc: Dong, Guo <guo.dong@intel.com>; Ni, Ray <ray.ni@intel.com>; Ma, Maurice <maurice.ma@intel.com>; You, Benjamin <benjamin.you@intel.com> Subject: [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp 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> --- UefiPayloadPkg/UefiPayloadPkg.fdf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.fdf b/UefiPayloadPkg/UefiPayloadPkg.fdf index f619a23139..c7b04978ad 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.fdf +++ b/UefiPayloadPkg/UefiPayloadPkg.fdf @@ -104,7 +104,7 @@ INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf !endif INF UefiCpuPkg/CpuDxe/CpuDxe.inf INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf -INF MdeModulePkg/Application/UiApp/UiApp.inf +INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf INF PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf INF MdeModulePkg/Universal/Metronome/Metronome.inf @@ -357,3 +357,10 @@ INF ShellPkg/Application/Shell/Shell.inf FILE RAW = $(NAMED_GUID) { RAW RAW |.raw } + +[Rule.Common.UEFI_APPLICATION.UI] + FILE APPLICATION = $(NAMED_GUID) { + PE32 PE32 $(INF_OUTPUT)/$(MODULE_NAME).efi + UI STRING="Enter Setup" + VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) + } -- 2.30.0.windows.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-18 3:22 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-01-17 8:24 [Patch V2] UefiPayloadPkg: Change the user interface name of the Uiapp Yuanhao Xie 2022-01-17 18:04 ` Guo Dong 2022-01-18 3:22 ` Ni, Ray
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox