]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmCoreMemoryAllocationLib / StandaloneMmCoreMemoryAllocationLib.inf
1 ## @file
2 # Memory Allocation Library instance dedicated to MM Core.
3 # The implementation borrows the MM Core Memory Allocation services as the primitive
4 # for memory allocation instead of using MM System Table services in an indirect way.
5 # It is assumed that this library instance must be linked with MM Core in this package.
6 #
7 # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
8 # Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x0001001A
16 BASE_NAME = MemoryAllocationLib
17 FILE_GUID = DCDCBE1D-E760-4E1D-85B4-96E3F0439C41
18 MODULE_TYPE = MM_CORE_STANDALONE
19 VERSION_STRING = 1.0
20 PI_SPECIFICATION_VERSION = 0x00010032
21 LIBRARY_CLASS = MemoryAllocationLib|MM_CORE_STANDALONE
22 CONSTRUCTOR = MemoryAllocationLibConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 StandaloneMmCoreMemoryAllocationLib.c
32 StandaloneMmCoreMemoryAllocationServices.h
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 StandaloneMmPkg/StandaloneMmPkg.dec
37
38 [LibraryClasses]
39 BaseMemoryLib
40 DebugLib
41 HobLib
42
43 [Guids]
44 gEfiMmPeiMmramMemoryReserveGuid