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