]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PiSmmCoreMemoryAllocationLib / PiSmmCoreMemoryAllocationLib.inf
1 ## @file
2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive
4 # for memory allocation instead of using SMM System Table services in an indirect way.
5 # It is assumed that this library instance must be linked with SMM Cre in this package.
6 #
7 # Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PiSmmCoreMemoryAllocationLib
16 MODULE_UNI_FILE = PiSmmCoreMemoryAllocationLib.uni
17 FILE_GUID = B618E089-9ABA-4d97-AE80-57B5BCCDA51D
18 MODULE_TYPE = SMM_CORE
19 VERSION_STRING = 1.0
20 PI_SPECIFICATION_VERSION = 0x0001000A
21 LIBRARY_CLASS = MemoryAllocationLib|SMM_CORE
22 CONSTRUCTOR = PiSmmCoreMemoryAllocationLibConstructor
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 MemoryAllocationLib.c
32 PiSmmCoreMemoryAllocationServices.h
33 PiSmmCoreMemoryProfileLibNull.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 DebugLib
41 BaseMemoryLib
42 UefiBootServicesTableLib