]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Meta-data reviewed and verified.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 21 Jan 2009 07:08:57 +0000 (07:08 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 21 Jan 2009 07:08:57 +0000 (07:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf

index 704256dd18f265c4ed69a5bcac8814a8a808021d..4420603ef0f69fe3977c93ffebef68e777e147d6 100644 (file)
 \r
 \r
 [Guids]\r
-  gPeiPerformanceHobGuid                        # ALWAYS_CONSUMED\r
+  gPeiPerformanceHobGuid                        ## CONSUMES ## HOB\r
 \r
 \r
 [Protocols]\r
-  gPerformanceProtocolGuid                      # PROTOCOL ALWAYS_PRODUCED\r
+  gPerformanceProtocolGuid                      # PRODUCES\r
 \r
 [Pcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries\r
index a23d947b9bc5464b7094c3cfc098eaa21dfea257..3a568506f7e84e06ef34dc47426b3ba113165f66 100644 (file)
@@ -50,7 +50,6 @@
   MemoryAllocationLib\r
 \r
 [Protocols]\r
-  gEfiFirmwareVolumeBlockProtocolGuid           # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiFvbExtensionProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
-\r
+  gEfiFirmwareVolumeBlockProtocolGuid           ## NOTIFY\r
+  gEfiFvbExtensionProtocolGuid                  ## CONSUMES\r
 \r
index 8913239ca75eb1794c1b8d4b6bbc02baff9c8249..891e12dcc63491645603281b73aee82244d4287d 100644 (file)
@@ -50,9 +50,8 @@
 \r
 \r
 [Guids]\r
-  gPeiPerformanceHobGuid\r
+  gPeiPerformanceHobGuid ## HOB\r
 \r
 [Pcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries\r
   gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
-\r
index a3b5428efc1b70a886ba9d945a791a966cb04546..b42e87da8147b4a559f1cac36271ac8e14f163ac 100644 (file)
   gEfiSasDevicePathGuid  | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
   \r
 [Protocols]\r
-  gEfiDevicePathToTextProtocolGuid   | PcdDevicePathSupportDevicePathFromText ## SOMETIMES_CONSUMES\r
-  gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid   | PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
+  gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES\r
   gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
-  gEfiDebugPortProtocolGuid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES\r
+  gEfiDebugPortProtocolGuid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [FeaturePcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
index 2ab12aaa1ec7547be2a76b555f1af962cf894c7b..9f4ea8256df5cc4988a5d1c823cbe4c4722ba1b9 100644 (file)
@@ -52,6 +52,6 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
 \r
 [Protocols]\r
-  gEfiUnicodeCollationProtocolGuid  | PcdUnicodeCollationSupport  ## SOMETIMES_PRODUCES\r
-  gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## SOMETIMES_PRODUCES\r
+  gEfiUnicodeCollationProtocolGuid  | PcdUnicodeCollationSupport  ## PRODUCES\r
+  gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## PRODUCES\r
 \r