]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg UefiBootManagerLib: Correct usages of GUID and Protocol
[mirror_edk2.git] / MdeModulePkg / Library / UefiBootManagerLib / UefiBootManagerLib.inf
index bb7c00d4bb2b90276efa33cbac8ce4b4923b3d19..6442f22afb67161e7cbaa69b5274ca0e9821e62e 100644 (file)
@@ -5,7 +5,7 @@
 #  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
+#  Copyright (c) 2007 - 2017, 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
   SortLib\r
 \r
 [Guids]\r
-  gEfiMemoryTypeInformationGuid                 ## CONSUMES ## GUID (The identifier of memory type information type in system table)\r
-                                                ## CONSUMES ## GUID HOB (The hob holding memory type information)\r
-  gEfiGlobalVariableGuid                        ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
-                                                ## CONSUMES           ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
-                                                ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)\r
-                                                ## 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
-  gEfiFileInfoGuid                              ## CONSUMES ## GUID\r
+  ## SOMETIMES_CONSUMES ## SystemTable (The identifier of memory type information type in system table)\r
+  ## SOMETIMES_CONSUMES ## HOB (The hob holding memory type information)\r
+  ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation."\r
+  ## SOMETIMES_PRODUCES ## Variable:L"MemoryTypeInformation."\r
+  gEfiMemoryTypeInformationGuid\r
+\r
+  ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)\r
+  ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
+  ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
+  ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)\r
+  ## 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
+  gEfiGlobalVariableGuid\r
+\r
   gPerformanceProtocolGuid                      ## SOMETIMES_CONSUMES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)\r
   gEdkiiStatusCodeDataTypeVariableGuid          ## SOMETIMES_CONSUMES ## GUID\r
   gEfiDiskInfoAhciInterfaceGuid                 ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Protocols]\r
   gEfiPciRootBridgeIoProtocolGuid               ## CONSUMES\r
-  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES\r
-  gEfiLoadFileProtocolGuid                      ## CONSUMES\r
-  gEfiSimpleTextOutProtocolGuid                 ## CONSUMES\r
-  gEfiPciIoProtocolGuid                         ## CONSUMES\r
+  gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES\r
+  gEfiLoadFileProtocolGuid                      ## SOMETIMES_CONSUMES\r
+  gEfiSimpleTextOutProtocolGuid                 ## SOMETIMES_CONSUMES\r
+  gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
   gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
-  gEfiSimpleNetworkProtocolGuid                 ## CONSUMES\r
-  gEfiSimpleTextInProtocolGuid                  ## CONSUMES\r
-  gEfiBlockIoProtocolGuid                       ## CONSUMES\r
-  gEfiFirmwareVolume2ProtocolGuid               ## CONSUMES\r
-  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
-  gEfiBootLogoProtocolGuid                      ## CONSUMES\r
-  gEfiSimpleTextInputExProtocolGuid             ## CONSUMES\r
-  gEdkiiVariableLockProtocolGuid                ## CONSUMES\r
+  gEfiSimpleNetworkProtocolGuid                 ## SOMETIMES_CONSUMES\r
+  gEfiSimpleTextInProtocolGuid                  ## SOMETIMES_CONSUMES\r
+  gEfiBlockIoProtocolGuid                       ## SOMETIMES_CONSUMES\r
+  gEfiFirmwareVolume2ProtocolGuid               ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## SOMETIMES_CONSUMES\r
+  gEfiBootLogoProtocolGuid                      ## SOMETIMES_CONSUMES\r
+  gEfiSimpleTextInputExProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEdkiiVariableLockProtocolGuid                ## SOMETIMES_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
-  gEfiDeferredImageLoadProtocolGuid             ## CONSUMES\r
+  gEfiDeferredImageLoadProtocolGuid             ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange      ## SOMETIMES_CONSUMES\r