]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
Add MemoryAllocationLib for PI SMM Core
[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 servces 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, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PiSmmCoreMemoryAllocationLib
21 FILE_GUID = B618E089-9ABA-4d97-AE80-57B5BCCDA51D
22 MODULE_TYPE = SMM_CORE
23 VERSION_STRING = 1.0
24 PI_SPECIFICATION_VERSION = 0x0001000A
25 LIBRARY_CLASS = MemoryAllocationLib|SMM_CORE
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources]
34 MemoryAllocationLib.c
35 PiSmmCoreMemoryAllocationServices.h
36
37 [Packages]
38 MdePkg/MdePkg.dec
39
40 [LibraryClasses]
41 DebugLib
42 BaseMemoryLib