]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / StandaloneMmPkg / Library / StandaloneMmMemoryAllocationLib / StandaloneMmMemoryAllocationLib.inf
1 ## @file
2 # Memory Allocation Library instance standalone MM modules.
3 #
4 # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6 # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x0001001B
14 BASE_NAME = MemoryAllocationLib
15 FILE_GUID = 54646378-A9DC-473F-9BE1-BD027C4C76DE
16 MODULE_TYPE = MM_STANDALONE
17 VERSION_STRING = 1.0
18 PI_SPECIFICATION_VERSION = 0x00010032
19 LIBRARY_CLASS = MemoryAllocationLib|MM_STANDALONE
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
25 #
26
27 [Sources]
28 StandaloneMmMemoryAllocationLib.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 StandaloneMmPkg/StandaloneMmPkg.dec
33
34 [LibraryClasses]
35 BaseMemoryLib
36 DebugLib
37 MmServicesTableLib