summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-21 07:08:57 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-21 07:08:57 +0000
commit364a232c4a5a59cea139234f07ef0c758b53153d (patch)
treec719e9df8b37cf49220a5c94f869396b8ea7115f /MdeModulePkg/Library
parenta833f286fbc57c872bb073c2b1d7aa978a39efd2 (diff)
downloadedk2-platforms-364a232c4a5a59cea139234f07ef0c758b53153d.tar.xz
Meta-data reviewed and verified.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7326 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf4
-rw-r--r--MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf5
-rw-r--r--MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf3
3 files changed, 5 insertions, 7 deletions
diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
index 704256dd18..4420603ef0 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 a23d947b9b..3a568506f7 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 8913239ca7..891e12dcc6 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
-