]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or gBS...
[mirror_edk2.git] / MdePkg / Library / SmmMemoryAllocationLib / SmmMemoryAllocationLib.inf
CommitLineData
6bfbb5f0 1## @file\r
c819c016 2# Instance of Memory Allocation Library using SMM Services Table.\r
3#\r
4# Memory Allocation Library that uses services from the SMM Services Table to \r
5# allocate and free memory.\r
6#\r
19388d29 7# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
c819c016 8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 11# http://opensource.org/licenses/bsd-license.php.\r
c819c016 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
6bfbb5f0 15##\r
c819c016 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SmmMemoryAllocationLib\r
20 FILE_GUID = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 VERSION_STRING = 1.0\r
23 PI_SPECIFICATION_VERSION = 0x0001000A\r
24 LIBRARY_CLASS = MemoryAllocationLib|DXE_SMM_DRIVER \r
1d733f73
LG
25 CONSTRUCTOR = SmmMemoryAllocationLibConstructor\r
26 DESTRUCTOR = SmmMemoryAllocationLibDestructor\r
c819c016 27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 MemoryAllocationLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38[LibraryClasses]\r
39 DebugLib\r
40 BaseMemoryLib\r
41 SmmServicesTableLib\r
1d733f73
LG
42 UefiBootServicesTableLib\r
43\r
44[Protocols]\r
45 gEfiSmmAccess2ProtocolGuid ## CONSUMES \r
46\r
47[Depex]\r
48 gEfiSmmAccess2ProtocolGuid\r