]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
MdePkg: Clean up source files
[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
9095d37b 4# Memory Allocation Library that uses services from the SMM Services Table to\r
c819c016 5# allocate and free memory.\r
6#\r
9095d37b 7# Copyright (c) 2010 - 2018, 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
c92c1790 20 MODULE_UNI_FILE = SmmMemoryAllocationLib.uni\r
c819c016 21 FILE_GUID = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
9095d37b 25 LIBRARY_CLASS = MemoryAllocationLib|DXE_SMM_DRIVER\r
1d733f73
LG
26 CONSTRUCTOR = SmmMemoryAllocationLibConstructor\r
27 DESTRUCTOR = SmmMemoryAllocationLibDestructor\r
c819c016 28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 MemoryAllocationLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39[LibraryClasses]\r
40 DebugLib\r
41 BaseMemoryLib\r
42 SmmServicesTableLib\r
1d733f73
LG
43 UefiBootServicesTableLib\r
44\r
45[Protocols]\r
9095d37b 46 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
1d733f73
LG
47\r
48[Depex]\r
49 gEfiSmmAccess2ProtocolGuid\r
c92c1790 50\r