diff options
-rw-r--r-- | MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf | 9 | ||||
-rw-r--r-- | MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni | bin | 0 -> 2110 bytes | |||
-rw-r--r-- | MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni | bin | 0 -> 1668 bytes |
3 files changed, 8 insertions, 1 deletions
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.<BR>
# 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 Binary files differnew file mode 100644 index 0000000000..a93c11cb5e --- /dev/null +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni Binary files differnew file mode 100644 index 0000000000..f26cc6b249 --- /dev/null +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni |