]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerUiLib / BootMaintenanceManagerUiLib.inf
index 302cb901e2c326710728f34c7df7ece603623177..def923b977d71003aaa93f9235e56f1b48d440bc 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Boot Maintenance 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                      = BootMaintenanceManagerLib\r
-  MODULE_UNI_FILE                = BootMaintenanceManagerLib.uni\r
+  BASE_NAME                      = BootMaintenanceManagerUiLib\r
+  MODULE_UNI_FILE                = BootMaintenanceManagerUiLib.uni\r
   FILE_GUID                      = CA9E4824-4198-4715-AA22-E2935E703A07\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|DXE_DRIVER UEFI_APPLICATION\r
-  CONSTRUCTOR                    = BootMaintenanceManagerLibConstructor\r
-  DESTRUCTOR                     = BootMaintenanceManagerLibDestructor\r
+  CONSTRUCTOR                    = BootMaintenanceManagerUiLibConstructor\r
+  DESTRUCTOR                     = BootMaintenanceManagerUiLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
   Variable.c\r
   UpdatePage.c\r
   BmLib.c\r
+  BootMaintenanceManagerCustomizedUi.c\r
+  BootMaintenanceManagerCustomizedUi.h\r
+  BootMaintenanceManagerCustomizedUiSupport.c\r
+  BootMaintenanceManagerCustomizedUiSupport.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -75,9 +79,7 @@
                                                 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
                                                 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
                                                 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
-  gEfiFileSystemVolumeLabelInfoIdGuid           ## CONSUMES ## GUID (Indicate the information type is volume)\r
-  gEfiFileInfoGuid                              ## CONSUMES ## GUID (Indicate the information type is file)\r
-  gEfiIfrTianoGuid                              ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
+  gEfiIfrTianoGuid                              ## SOMETIMES_CONSUMES ## GUID (Extended IFR Guid Opcode)\r
   gEfiIfrFrontPageGuid                          ## CONSUMES ## GUID\r
   gEfiIfrBootMaintenanceGuid                    ## CONSUMES ## GUID\r
  \r
@@ -87,6 +89,7 @@
   gEfiHiiConfigAccessProtocolGuid               ## CONSUMES\r
   gEfiSerialIoProtocolGuid                      ## CONSUMES\r
   gEfiDevicePathToTextProtocolGuid              ## CONSUMES\r
+  gEdkiiFormBrowserEx2ProtocolGuid              ## CONSUMES\r
 \r
 [FeaturePcd]\r
 \r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution  ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution    ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn          ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow             ## CONSUMES
\ No newline at end of file
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow             ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution      ## CONSUMES\r