]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add UNI files for BootManagerMenuApp application.
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 15 May 2015 08:47:03 +0000 (08:47 +0000)
committerniruiyu <niruiyu@Edk2>
Fri, 15 May 2015 08:47:03 +0000 (08:47 +0000)
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

MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni [new file with mode: 0644]
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni [new file with mode: 0644]

index c92a156a6aaaea89bc08704c3ee5b2345ffe3c05..b4455054096d3d9f809295f7fa2bef896fe14fcf 100644 (file)
@@ -1,5 +1,8 @@
 ## @file\r
 #  The application to show the Boot Manager Menu.\r
 ## @file\r
 #  The application to show the Boot Manager Menu.\r
+#\r
+#  The application pops up a menu showing all the boot options referenced by\r
+#  BootOrder NV variable and user can choose to boot from one of them.\r
 #  \r
 #  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  \r
 #  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
@@ -15,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootManagerMenuApp\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootManagerMenuApp\r
+  MODULE_UNI_FILE                = BootManagerMenuApp.uni\r
   FILE_GUID                      = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0 \r
   FILE_GUID                      = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D\r
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0 \r
@@ -57,4 +61,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn                  ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow                     ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution     ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn                  ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow                     ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution     ## SOMETIMES_CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution       ## SOMETIMES_CONSUMES
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution       ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  BootManagerMenuAppExtra.uni\r
diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.uni
new file mode 100644 (file)
index 0000000..a93c11c
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 (file)
index 0000000..f26cc6b
Binary files /dev/null and b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuAppExtra.uni differ