X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FApplication%2FBootManagerMenuApp%2FBootManagerMenuApp.inf;h=b4455054096d3d9f809295f7fa2bef896fe14fcf;hp=c92a156a6aaaea89bc08704c3ee5b2345ffe3c05;hb=7b3f471f9d2c7f59b403b9fea4df12ece30d83dd;hpb=579282ac567f7319d029910fff3c3247105727a7;ds=sidebyside 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