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
This commit is contained in:
parent
579282ac56
commit
7b3f471f9d
|
@ -1,5 +1,8 @@
|
||||||
## @file
|
## @file
|
||||||
# The application to show the Boot Manager Menu.
|
# 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>
|
# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
|
@ -15,6 +18,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = BootManagerMenuApp
|
BASE_NAME = BootManagerMenuApp
|
||||||
|
MODULE_UNI_FILE = BootManagerMenuApp.uni
|
||||||
FILE_GUID = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D
|
FILE_GUID = EEC25BDC-67F2-4D95-B1D5-F81B2039D11D
|
||||||
MODULE_TYPE = UEFI_APPLICATION
|
MODULE_TYPE = UEFI_APPLICATION
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
|
@ -57,4 +61,7 @@
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## SOMETIMES_CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## SOMETIMES_CONSUMES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## SOMETIMES_CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## SOMETIMES_CONSUMES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## SOMETIMES_CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## SOMETIMES_CONSUMES
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
|
BootManagerMenuAppExtra.uni
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue