summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Application/BootManagerMenuApp
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2015-05-15 08:47:03 +0000
committerniruiyu <niruiyu@Edk2>2015-05-15 08:47:03 +0000
commit7b3f471f9d2c7f59b403b9fea4df12ece30d83dd (patch)
tree7553778b02eb7c831008bd39a9c2b79c5328ff86 /MdeModulePkg/Application/BootManagerMenuApp
parent579282ac567f7319d029910fff3c3247105727a7 (diff)
downloadedk2-7b3f471f9d2c7f59b403b9fea4df12ece30d83dd.zip
edk2-7b3f471f9d2c7f59b403b9fea4df12ece30d83dd.tar.gz
edk2-7b3f471f9d2c7f59b403b9fea4df12ece30d83dd.tar.bz2
MdeModulePkg: Add UNI files for BootManagerMenuApp application.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17454 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Application/BootManagerMenuApp')
-rw-r--r--MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf9
-rw-r--r--MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.unibin0 -> 2110 bytes
-rw-r--r--MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.unibin0 -> 1668 bytes
3 files changed, 8 insertions, 1 deletions
diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
index c92a156..b445505 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
new file mode 100644
index 0000000..a93c11c
--- /dev/null
+++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni
Binary files differ
diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni
new file mode 100644
index 0000000..f26cc6b
--- /dev/null
+++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni
Binary files differ