]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / SmmMemoryAllocationLib / SmmMemoryAllocationLib.inf
... / ...
CommitLineData
1## @file\r
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
7# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
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
11# http://opensource.org/licenses/bsd-license.php.\r
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
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SmmMemoryAllocationLib\r
20 MODULE_UNI_FILE = SmmMemoryAllocationLib.uni\r
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
25 LIBRARY_CLASS = MemoryAllocationLib|DXE_SMM_DRIVER\r
26 CONSTRUCTOR = SmmMemoryAllocationLibConstructor\r
27 DESTRUCTOR = SmmMemoryAllocationLibDestructor\r
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
43 UefiBootServicesTableLib\r
44\r
45[Protocols]\r
46 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
47\r
48[Depex]\r
49 gEfiSmmAccess2ProtocolGuid\r
50\r