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
|
||||
|
||||
[Pcd.common]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES
|
||||
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
DebugLib
|
||||
|
||||
[Guids]
|
||||
gEfiHobMemoryAllocStackGuid # ALWAYS_CONSUMED
|
||||
gEfiHobMemoryAllocBspStoreGuid # ALWAYS_CONSUMED
|
||||
gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED
|
||||
gEfiHobMemoryAllocStackGuid ## PRODUCES ## HOB
|
||||
gEfiHobMemoryAllocBspStoreGuid ## PRODUCES ## HOB
|
||||
gEfiHobMemoryAllocModuleGuid ## PRODUCES ## HOB
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
DebugLib
|
||||
|
||||
[Ppis]
|
||||
gEfiPeiSmbus2PpiGuid # PPI ALWAYS_CONSUMED
|
||||
gEfiPeiSmbus2PpiGuid ## CONSUMES
|
||||
|
||||
[Depex]
|
||||
gEfiPeiSmbus2PpiGuid
|
||||
|
|
|
@ -49,5 +49,5 @@
|
|||
DebugLib
|
||||
|
||||
[Protocols]
|
||||
gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
|
||||
|
||||
|
|
|
@ -52,5 +52,5 @@
|
|||
DebugLib
|
||||
|
||||
[Protocols]
|
||||
gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
|
||||
|
||||
|
|
Loading…
Reference in New Issue