mirror of https://github.com/acidanthera/audk.git
INF extension reviewed
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7209 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e95e4b4918
commit
1727a8c649
|
@ -43,6 +43,6 @@
|
||||||
PcdLib
|
PcdLib
|
||||||
|
|
||||||
[Pcd.common]
|
[Pcd.common]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiHobMemoryAllocStackGuid # ALWAYS_CONSUMED
|
gEfiHobMemoryAllocStackGuid ## PRODUCES ## HOB
|
||||||
gEfiHobMemoryAllocBspStoreGuid # ALWAYS_CONSUMED
|
gEfiHobMemoryAllocBspStoreGuid ## PRODUCES ## HOB
|
||||||
gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED
|
gEfiHobMemoryAllocModuleGuid ## PRODUCES ## HOB
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gEfiPeiSmbus2PpiGuid # PPI ALWAYS_CONSUMED
|
gEfiPeiSmbus2PpiGuid ## CONSUMES
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiPeiSmbus2PpiGuid
|
gEfiPeiSmbus2PpiGuid
|
||||||
|
|
|
@ -49,5 +49,5 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
|
|
|
@ -52,5 +52,5 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue