From 364a232c4a5a59cea139234f07ef0c758b53153d Mon Sep 17 00:00:00 2001 From: gikidy Date: Wed, 21 Jan 2009 07:08:57 +0000 Subject: Meta-data reviewed and verified. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf | 4 ++-- MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf | 5 ++--- MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf | 3 +-- MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf | 6 +++--- .../Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf index 704256d..4420603 100644 --- a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf +++ b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf @@ -57,11 +57,11 @@ [Guids] - gPeiPerformanceHobGuid # ALWAYS_CONSUMED + gPeiPerformanceHobGuid ## CONSUMES ## HOB [Protocols] - gPerformanceProtocolGuid # PROTOCOL ALWAYS_PRODUCED + gPerformanceProtocolGuid # PRODUCES [Pcd.common] gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf b/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf index a23d947..3a56850 100644 --- a/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf +++ b/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf @@ -50,7 +50,6 @@ MemoryAllocationLib [Protocols] - gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED - gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_CONSUMED - + gEfiFirmwareVolumeBlockProtocolGuid ## NOTIFY + gEfiFvbExtensionProtocolGuid ## CONSUMES diff --git a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf index 8913239..891e12d 100644 --- a/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf +++ b/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf @@ -50,9 +50,8 @@ [Guids] - gPeiPerformanceHobGuid + gPeiPerformanceHobGuid ## HOB [Pcd.common] gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask - diff --git a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf index a3b5428..b42e87d 100644 --- a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf +++ b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf @@ -62,10 +62,10 @@ gEfiSasDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID [Protocols] - gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## SOMETIMES_CONSUMES - gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES + gEfiDevicePathToTextProtocolGuid | PcdDevicePathSupportDevicePathFromText ## PRODUCES + gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES - gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES + gEfiDebugPortProtocolGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID [FeaturePcd.common] gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText diff --git a/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf b/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf index 2ab12aa..9f4ea82 100644 --- a/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf +++ b/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf @@ -52,6 +52,6 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support [Protocols] - gEfiUnicodeCollationProtocolGuid | PcdUnicodeCollationSupport ## SOMETIMES_PRODUCES - gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## SOMETIMES_PRODUCES + gEfiUnicodeCollationProtocolGuid | PcdUnicodeCollationSupport ## PRODUCES + gEfiUnicodeCollation2ProtocolGuid | PcdUnicodeCollation2Support ## PRODUCES -- cgit v1.1