ArmVirtPkg/ArmVirtCloudHv: add missing PrePiLib dependency/resolution
Add an explicit dependency on a previously accidentally resolved one, tripped over while excising the EmbeddedPkg libfdt. Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
This commit is contained in:
parent
a862c07a3a
commit
37652b830e
|
@ -61,6 +61,7 @@
|
|||
!include MdePkg/MdeLibs.dsc.inc
|
||||
|
||||
[LibraryClasses.common.PEIM]
|
||||
PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
|
||||
ArmVirtMemInfoLib|ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoPeiLib.inf
|
||||
|
||||
[LibraryClasses.common.DXE_DRIVER]
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
FdtLib
|
||||
MemoryAllocationLib
|
||||
PcdLib
|
||||
PrePiLib
|
||||
|
||||
[Pcd]
|
||||
gArmTokenSpaceGuid.PcdFdBaseAddress
|
||||
|
|
Loading…
Reference in New Issue