From: Ruiyu Ni Date: Fri, 15 May 2015 08:47:03 +0000 (+0000) Subject: MdeModulePkg: Add UNI files for BootManagerMenuApp application. X-Git-Tag: edk2-stable201903~9802 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7b3f471f9d2c7f59b403b9fea4df12ece30d83dd;hp=579282ac567f7319d029910fff3c3247105727a7 MdeModulePkg: Add UNI files for BootManagerMenuApp application. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17454 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf index c92a156a6a..b445505409 100644 --- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf @@ -1,5 +1,8 @@ ## @file # The application to show the Boot Manager Menu. +# +# The application pops up a menu showing all the boot options referenced by +# BootOrder NV variable and user can choose to boot from one of them. # # Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.
# This program and the accompanying materials @@ -15,6 +18,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = BootManagerMenuApp + MODULE_UNI_FILE = BootManagerMenuApp.uni FILE_GUID = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 @@ -57,4 +61,7 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## SOMETIMES_CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## SOMETIMES_CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## SOMETIMES_CONSUMES - gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES \ No newline at end of file + gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES + +[UserExtensions.TianoCore."ExtraFiles"] + BootManagerMenuAppExtra.uni diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni new file mode 100644 index 0000000000..a93c11cb5e Binary files /dev/null and b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni differ diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni new file mode 100644 index 0000000000..f26cc6b249 Binary files /dev/null and b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni differ