]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiMemoryAllocationLib / PeiMemoryAllocationLib.inf
1 ## @file
2 # Instance of Memory Allocation Library using PEI Services.
3 #
4 # Memory Allocation Library that uses PEI Services to allocate memory.
5 # Free operations are ignored.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = PeiMemoryAllocationLib
17 MODULE_UNI_FILE = PeiMemoryAllocationLib.uni
18 FILE_GUID = b694e0dc-cd4e-4b30-885b-9c164ed3e74a
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = MemoryAllocationLib|PEIM PEI_CORE SEC
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
26 #
27
28 [Sources]
29 MemoryAllocationLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34
35 [LibraryClasses]
36 DebugLib
37 BaseMemoryLib
38 PeiServicesLib
39 HobLib
40