]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiLib/UefiLib.inf
INF extension reviewed
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.inf
index ac3984058091a8f1f2b96e9461f49d37a157613b..7f7e6eae497e5224c9dcebc744a7c22c42c95df9 100644 (file)
   DevicePathLib\r
   \r
 [Guids]\r
-  gEfiEventReadyToBootGuid                      # ALWAYS_CONSUMED\r
-  gEfiEventLegacyBootGuid                       # ALWAYS_CONSUMED\r
+  gEfiEventReadyToBootGuid                      ## CONSUMES  ## Event\r
+  gEfiEventLegacyBootGuid                       ## CONSUMES  ## Event\r
 \r
 \r
 [Protocols]\r
-  gEfiDriverBindingProtocolGuid                 # ALWAYS_CONSUMED\r
-  gEfiSimpleTextOutProtocolGuid                 # ALWAYS_CONSUMED\r
-  gEfiGraphicsOutputProtocolGuid                # ALWAYS_CONSUMED\r
-  gEfiHiiFontProtocolGuid                       # ALWAYS_CONSUMED\r
-  gEfiComponentNameProtocolGuid                 # SOMETIMES_CONSUMED\r
-  gEfiComponentName2ProtocolGuid                # SOMETIMES_CONSUMED\r
-  gEfiDriverConfigurationProtocolGuid           # SOMETIMES_CONSUMED\r
-  gEfiDriverConfiguration2ProtocolGuid          # SOMETIMES_CONSUMED\r
-  gEfiDriverDiagnosticsProtocolGuid             # SOMETIMES_CONSUMED\r
-  gEfiDriverDiagnostics2ProtocolGuid            # SOMETIMES_CONSUMED\r
-  gEfiUgaDrawProtocolGuid                       # SOMETIMES_CONSUMED\r
+  gEfiDriverBindingProtocolGuid                 ## PRODUCES\r
+  gEfiSimpleTextOutProtocolGuid                 ## CONSUMES\r
+  gEfiGraphicsOutputProtocolGuid                ## CONSUMES\r
+  gEfiHiiFontProtocolGuid                       ## CONSUMES\r
+  gEfiUgaDrawProtocolGuid                       ## SOMETIMES_CONSUMES (Consumed if gEfiGraphicsOutputProtocolGuid not installed AND PcdUgaConsumeSupport set TRUE)\r
+  gEfiComponentNameProtocolGuid                 ## SOMETIMES_PRODUCES (User chooses to produce it AND PcdComponentNameDisable is set FALSE)\r
+  gEfiComponentName2ProtocolGuid                ## SOMETIMES_PRODUCES (User chooses to produce it AND PcdComponentName2Disable is set FALSE)\r
+  gEfiDriverConfigurationProtocolGuid           ## SOMETIMES_CONSUMES (User chooses to produce it)\r
+  gEfiDriverConfiguration2ProtocolGuid          ## SOMETIMES_CONSUMES (User chooses to produce it)\r
+  gEfiDriverDiagnosticsProtocolGuid             ## SOMETIMES_CONSUMES (User chooses to produce it AND PcdDriverDiagnosticsDisable is set FALSE)\r
+  gEfiDriverDiagnostics2ProtocolGuid            ## SOMETIMES_CONSUMES (User chooses to produce it AND PcdDriverDiagnostics2Disable is set FALSE)\r
 \r
 \r
 [Pcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize   ## CONSUMES\r
 \r
 [FeaturePcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable\r
-  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable\r
-  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable\r
-  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable\r
-  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
-\r
+  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable    ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable        ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable   ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable       ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport           ## CONSUMES\r
 \r
 \r