diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-09-11 23:00:01 +0300 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-09-12 10:31:53 +0300 |
commit | 282a324bf43b5c7825e4b1ef946d29178cbd07dc (patch) | |
tree | b8298e3b1b35a131a4112b442a7a71390b8a38d7 /MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf | |
parent | 2558af552d7330e69e7704d7371d640bdbd94423 (diff) | |
download | edk2-master.tar.xz |
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>
Diffstat (limited to 'MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf')
-rw-r--r-- | MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf index dc2f444595..914b410ac6 100644 --- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf +++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf @@ -34,6 +34,7 @@ BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
MmServicesTableLib
[Pcd]
|