diff options
Diffstat (limited to 'MdeModulePkg/Library')
5 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf index 361ebf6d77..637f60313d 100644 --- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf +++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf @@ -33,6 +33,7 @@ BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf index 53d57506a4..fcd060df54 100644 --- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf +++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf @@ -33,6 +33,7 @@ BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf index 611de85eb4..f230fd43fe 100644 --- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf +++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf @@ -33,6 +33,7 @@ BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf index 9a4e2db3df..afab6be1d5 100644 --- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf +++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf @@ -34,6 +34,7 @@ BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
MmServicesTableLib
[Pcd]
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]
|