edk2/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
Michael Kubacki 282a324bf4 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>
2025-09-12 07:31:53 +00:00

45 lines
1.1 KiB
INI

## @file
# Provides FF-A ABI Library used in StandaloneMmCore.
#
# Copyright (c) 2024, Arm Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[Defines]
INF_VERSION = 0x0001001B
BASE_NAME = ArmFfaStandaloneMmCoreLib
FILE_GUID = 80d2c4dc-5f0b-11ef-bc86-43b3fb486d6d
MODULE_TYPE = MM_CORE_STANDALONE
VERSION_STRING = 1.0
PI_SPECIFICATION_VERSION = 0x00010032
LIBRARY_CLASS = ArmFfaLib
CONSTRUCTOR = ArmFfaStandaloneMmLibConstructor
[Sources]
ArmFfaCommon.h
ArmFfaCommon.c
ArmFfaRxTxMap.h
ArmFfaStandaloneMmRxTxMap.c
ArmFfaStandaloneMmLib.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
ArmSmcLib
ArmSvcLib
BaseLib
BaseMemoryLib
DebugLib
HobLib
MemoryAllocationLib
MmServicesTableLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaTxRxPageCount
[Guids]
gArmFfaRxTxBufferInfoGuid