]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
MdeModulePkg/CapsuleLib: Fix runtime issue
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerUiLib / BootManagerUiLib.inf
index 8930414244d8894d3f51754ddad5e23993d91511..d2df24b4bdae247f29d11cba3e57a8cfce7affcd 100644 (file)
 ##\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
@@ -64,4 +64,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