]> git.proxmox.com Git - mirror_edk2.git/blob - StandaloneMmPkg/Library/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.inf
StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.
[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 servces 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 - 2018, ARM Limited. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x0001001A
21 BASE_NAME = MemoryAllocationLib
22 FILE_GUID = DCDCBE1D-E760-4E1D-85B4-96E3F0439C41
23 MODULE_TYPE = MM_CORE_STANDALONE
24 VERSION_STRING = 1.0
25 PI_SPECIFICATION_VERSION = 0x00010032
26 LIBRARY_CLASS = MemoryAllocationLib|MM_CORE_STANDALONE
27 CONSTRUCTOR = MemoryAllocationLibConstructor
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64
33 #
34
35 [Sources]
36 StandaloneMmCoreMemoryAllocationLib.c
37 StandaloneMmCoreMemoryAllocationServices.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 StandaloneMmPkg/StandaloneMmPkg.dec
42
43 [LibraryClasses]
44 BaseMemoryLib
45 DebugLib
46 HobLib
47
48 [Guids]
49 gEfiMmPeiMmramMemoryReserveGuid