]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / SmmMemoryAllocationLib / SmmMemoryAllocationLib.inf
1 ## @file
2 # Instance of Memory Allocation Library using SMM Services Table.
3 #
4 # Memory Allocation Library that uses services from the SMM Services Table to
5 # allocate and free memory.
6 #
7 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = SmmMemoryAllocationLib
15 MODULE_UNI_FILE = SmmMemoryAllocationLib.uni
16 FILE_GUID = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E
17 MODULE_TYPE = DXE_SMM_DRIVER
18 VERSION_STRING = 1.0
19 PI_SPECIFICATION_VERSION = 0x0001000A
20 LIBRARY_CLASS = MemoryAllocationLib|DXE_SMM_DRIVER
21 CONSTRUCTOR = SmmMemoryAllocationLibConstructor
22 DESTRUCTOR = SmmMemoryAllocationLibDestructor
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 MemoryAllocationLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 DebugLib
36 BaseMemoryLib
37 SmmServicesTableLib
38 UefiBootServicesTableLib
39
40 [Protocols]
41 gEfiSmmAccess2ProtocolGuid ## CONSUMES
42
43 [Depex]
44 gEfiSmmAccess2ProtocolGuid
45