]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
Use SmmMemLib to check communication buffer.
[mirror_edk2.git] / MdeModulePkg / Library / PiSmmCoreMemoryAllocationLib / PiSmmCoreMemoryAllocationLib.inf
CommitLineData
713b7781 1## @file\r
2# Memory Allocation Library instance dedicated to SMM Core.\r
3# The implementation borrows the SMM Core Memory Allocation services as the primitive\r
4# for memory allocation instead of using SMM System Table servces in an indirect way.\r
5# It is assumed that this library instance must be linked with SMM Cre in this package. \r
6#\r
842b1242 7# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
713b7781 8#\r
cd5ebaa0 9# This program and the accompanying materials\r
713b7781 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PiSmmCoreMemoryAllocationLib\r
6036e94d 21 MODULE_UNI_FILE = PiSmmCoreMemoryAllocationLib.uni\r
713b7781 22 FILE_GUID = B618E089-9ABA-4d97-AE80-57B5BCCDA51D\r
23 MODULE_TYPE = SMM_CORE\r
24 VERSION_STRING = 1.0\r
25 PI_SPECIFICATION_VERSION = 0x0001000A\r
26 LIBRARY_CLASS = MemoryAllocationLib|SMM_CORE\r
842b1242
JY
27 CONSTRUCTOR = PiSmmCoreMemoryAllocationLibConstructor\r
28\r
713b7781 29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35[Sources]\r
36 MemoryAllocationLib.c\r
37 PiSmmCoreMemoryAllocationServices.h\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 BaseMemoryLib\r
34401578
LG
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiSmmAccess2ProtocolGuid ## CONSUMES \r