]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
MdeModulePkg/BMUiLib: Check reset requirement before exiting UiApp
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerUiLib / BootManagerUiLib.inf
index 8930414244d8894d3f51754ddad5e23993d91511..7983b0794938d4628ec4d20ef86aa4fa8e125414 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Boot Manager Library used by UiApp.\r
 #\r
-#  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials are licensed and made available under\r
 #  the terms and conditions of the BSD License that accompanies this distribution.\r
 #  The full text of the license may be found at\r
 ##\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = BootManagerLib\r
-  MODULE_UNI_FILE                = BootManagerLib.uni\r
+  BASE_NAME                      = BootManagerUiLib\r
+  MODULE_UNI_FILE                = BootManagerUiLib.uni\r
   FILE_GUID                      = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION\r
-  CONSTRUCTOR                    = BootManagerLibConstructor\r
-  DESTRUCTOR                     = BootManagerLibDestructor\r
+  CONSTRUCTOR                    = BootManagerUiLibConstructor\r
+  DESTRUCTOR                     = BootManagerUiLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
@@ -56,6 +56,7 @@
 [Protocols]\r
   gEfiHiiConfigAccessProtocolGuid               ## CONSUMES\r
   gEfiDevicePathToTextProtocolGuid              ## CONSUMES\r
+  gEdkiiFormBrowserEx2ProtocolGuid              ## CONSUMES\r
 \r
 [FeaturePcd]\r
 \r
@@ -64,4 +65,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn                      ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution         ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution           ## CONSUMES\r
-\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn                 ## CONSUMES ## SOMETIMES_PRODUCES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow                    ## CONSUMES ## SOMETIMES_PRODUCES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution      ## CONSUMES\r