MdeModulePkg/ArmFfaLib: Add MemoryAllocationLib

ArmFfaRxTxMap.c is built by both ArmFfaPeiLib and ArmFfaDxeLib.

ArmFfaSecRxTxMap.c is built by ArmFfaSecLib.

ArmFfaStandaloneMmRxTxMap.c is built by ArmFfaStandaloneMm*Lib.

The files depend on `MemoryAllocationLib` APIs such as
`AllocateAlignedPages()`. This change adds `MemoryAllocationLib` to
those library INF files.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki
2025-09-12 07:31:53 +00:00
committed by mergify[bot]
parent 2558af552d
commit 282a324bf4
5 changed files with 5 additions and 0 deletions
@@ -33,6 +33,7 @@
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
@@ -33,6 +33,7 @@
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
@@ -33,6 +33,7 @@
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
@@ -34,6 +34,7 @@
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
MmServicesTableLib
[Pcd]
@@ -34,6 +34,7 @@
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
MmServicesTableLib
[Pcd]