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