diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-08 08:07:55 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-08 08:07:55 +0000 |
commit | 1727a8c649e6990518dfdc1d763d697e8948b286 (patch) | |
tree | f6e99d2fba2ebc563d7b5a82d08424102e71be54 | |
parent | e95e4b4918ed422e784510f473d20f1e714d8a98 (diff) | |
download | edk2-platforms-1727a8c649e6990518dfdc1d763d697e8948b286.tar.xz |
INF extension reviewed
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7209 6f19259b-4bc3-4df7-8a09-765794883524
5 files changed, 7 insertions, 7 deletions
diff --git a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf index 4cd81bacd7..aa682e8911 100644 --- a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf +++ b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf @@ -43,6 +43,6 @@ PcdLib
[Pcd.common]
- gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
+ gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES
diff --git a/MdePkg/Library/PeiHobLib/PeiHobLib.inf b/MdePkg/Library/PeiHobLib/PeiHobLib.inf index 706f3c6361..8e13e82389 100644 --- a/MdePkg/Library/PeiHobLib/PeiHobLib.inf +++ b/MdePkg/Library/PeiHobLib/PeiHobLib.inf @@ -42,7 +42,7 @@ DebugLib
[Guids]
- gEfiHobMemoryAllocStackGuid # ALWAYS_CONSUMED
- gEfiHobMemoryAllocBspStoreGuid # ALWAYS_CONSUMED
- gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED
+ gEfiHobMemoryAllocStackGuid ## PRODUCES ## HOB
+ gEfiHobMemoryAllocBspStoreGuid ## PRODUCES ## HOB
+ gEfiHobMemoryAllocModuleGuid ## PRODUCES ## HOB
diff --git a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf index 1fc29b39d4..a5a7e86223 100644 --- a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf +++ b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf @@ -43,7 +43,7 @@ DebugLib
[Ppis]
- gEfiPeiSmbus2PpiGuid # PPI ALWAYS_CONSUMED
+ gEfiPeiSmbus2PpiGuid ## CONSUMES
[Depex]
gEfiPeiSmbus2PpiGuid
diff --git a/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf b/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf index fef638860a..6891d71b39 100644 --- a/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf +++ b/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.inf @@ -49,5 +49,5 @@ DebugLib
[Protocols]
- gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
diff --git a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf index 5e77c6e406..8aba36b3b3 100644 --- a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf +++ b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf @@ -52,5 +52,5 @@ DebugLib
[Protocols]
- gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
|