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