mirror of https://github.com/acidanthera/audk.git
Add library dependency expressions for several library instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3533 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
84600c365d
commit
9f5fea4798
|
@ -54,3 +54,6 @@
|
|||
[Protocols]
|
||||
gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
[Depex]
|
||||
gEfiCpuIoProtocolGuid OR gEfiPciRootBridgeIoProtocolGuid
|
|
@ -51,3 +51,5 @@
|
|||
[Ppis]
|
||||
gEfiPeiSmbusPpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
||||
[Depex]
|
||||
gEfiPeiSmbusPpiGuid
|
||||
|
|
|
@ -49,3 +49,6 @@
|
|||
[Protocols]
|
||||
gPcdProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
|
||||
[Depex]
|
||||
gPcdProtocolGuid
|
|
@ -48,3 +48,5 @@
|
|||
[Protocols]
|
||||
gEfiSmbusHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
[Depex]
|
||||
gEfiSmbusHcProtocolGuid
|
|
@ -45,3 +45,5 @@
|
|||
BaseLib
|
||||
DebugLib
|
||||
|
||||
[Depex]
|
||||
gEfiPeiCpuIoPpiInstalledGuid
|
||||
|
|
|
@ -48,3 +48,5 @@
|
|||
[Ppis]
|
||||
gPcdPpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
||||
[Depex]
|
||||
gPcdPpiGuid
|
|
@ -47,3 +47,5 @@
|
|||
[Ppis]
|
||||
gEfiPeiSmbus2PpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
||||
[Depex]
|
||||
gEfiPeiSmbus2PpiGuid
|
||||
|
|
|
@ -51,3 +51,6 @@
|
|||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiDevicePathUtilitiesProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
||||
|
||||
[Depex]
|
||||
gEfiDevicePathUtilitiesProtocolGuid
|
||||
|
|
Loading…
Reference in New Issue