edk2/StandaloneMmPkg/Library
Star Zeng 7308568dd6 StandaloneMmPkg StandaloneMmCoreMemoryAllocationLib: Rename gMmst
StandaloneMmCoreMemoryAllocationLib.c and StandaloneMmServicesTableLib.c
are both defining gMmst, StandaloneMmCoreMemoryAllocationLib will be
linked to StandaloneMmCore directly, StandaloneMmServicesTableLib may be
linked to StandaloneMmCore indirectly, when they are both linked to
StandaloneMmCore, there will be "lld-link: error: duplicate symbol: gMmst"
build error with Clang compiler.

gMmst is declared in MmServicesTableLib.h and its definition should be
owned by MmServicesTableLib.

This patch renames gMmst in StandaloneMmCoreMemoryAllocationLib.c to
mMemoryAllocationMmst to avoid this build error.

Signed-off-by: Star Zeng <star.zeng@intel.com>
2025-02-11 18:04:35 +00:00
..
FvLib StandaloneMmPkg: CodeQL Fixes. 2024-10-03 07:30:55 +00:00
MmPlatformHobProducerLibNull StandaloneMmPkg: Create null instance for MmPlatformHobProducerLib 2024-08-28 15:25:27 +00:00
SmmLockBoxMmDependency StandaloneMmPkg: Add LockBox Dependency Library 2024-07-31 19:49:24 +00:00
StandaloneMmCoreHobLib StandaloneMm/Library: Remove Hob creation on Arm CoreHob Library 2025-01-17 14:55:42 +00:00
StandaloneMmCoreMemoryAllocationLib StandaloneMmPkg StandaloneMmCoreMemoryAllocationLib: Rename gMmst 2025-02-11 18:04:35 +00:00
StandaloneMmExtractGuidedSectionLib StandaloneMmPkg: introduce StandaloneMmExtractGuidedSectionLib 2025-01-17 14:55:42 +00:00
StandaloneMmHobLib StandaloneMmPkg/StandaloneMmHobLib: Remove HOB creation 2023-12-11 03:30:39 +00:00
StandaloneMmMemLib StandaloneMmPkg/MemLib: remove unnecessary check 2024-11-05 08:30:16 +00:00
StandaloneMmMemoryAllocationLib StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
StandaloneMmPeCoffExtraActionLib StandaloneMmPkg: Include correct MmuLib header 2023-06-27 16:40:07 +00:00
VariableMmDependency StandaloneMmPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00