]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loop
[mirror_edk2.git] / MdeModulePkg / Library / UefiBootManagerLib / UefiBootManagerLib.inf
index 0e4c3ebaf1609d9f1d25ec38eaa746212c99d6b8..078f2723db4a83ba563f53372291b136c4ff8afa 100644 (file)
@@ -1,19 +1,26 @@
 ## @file\r
 #  Define and produce general Boot Manager related interfaces.\r
-#  \r
-#  Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  The implementation provides richful library functions supporting load option\r
+#  manipulation, hotkey registration, UEFI boot, connect/disconnect, console\r
+#  manipulation, driver health checking and etc.\r
+#\r
+#  Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiBootManagerLib\r
+  MODULE_UNI_FILE                = UefiBootManagerLib.uni\r
   FILE_GUID                      = 8D4752BC-595E-49a2-B4AF-F3F57B601DE9\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -31,6 +38,7 @@
   BmMisc.c\r
   BmConsole.c\r
   BmBoot.c\r
+  BmBootDescription.c\r
   BmLoadOption.c\r
   BmHotkey.c\r
   BmDriverHealth.c\r
   gEfiDevicePathProtocolGuid                    ## CONSUMES\r
   gEfiBootLogoProtocolGuid                      ## CONSUMES\r
   gEfiSimpleTextInputExProtocolGuid             ## CONSUMES\r
+  gEdkiiVariableLockProtocolGuid                ## CONSUMES\r
   gEfiGraphicsOutputProtocolGuid                ## SOMETIMES_CONSUMES\r
   gEfiUsbIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
   gEfiDiskInfoProtocolGuid                      ## SOMETIMES_CONSUMES\r
   gEfiDriverHealthProtocolGuid                  ## SOMETIMES_CONSUMES\r
+  gEfiFormBrowser2ProtocolGuid                  ## SOMETIMES_CONSUMES\r
+  gEfiRamDiskProtocolGuid                       ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange      ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable                    ## SOMETIMES_CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile                     ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm               ## SOMETIMES_CONSUMES\r
-\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxRepairCount                          ## CONSUMES\r