]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
1. Correct File header to ## @file
[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
6bfbb5f0 7# Copyright (c) 2007 - 2010, Intel Corporation\r
e386b444 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
e386b444 18\r
e386b444 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiMemoryAllocationLib\r
22 FILE_GUID = b694e0dc-cd4e-4b30-885b-9c164ed3e74a\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
123489db 25 LIBRARY_CLASS = MemoryAllocationLib|PEIM PEI_CORE SEC\r
e386b444 26\r
27\r
e386b444 28#\r
078bee4e 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
e386b444 30#\r
31\r
6bfbb5f0 32[Sources]\r
e386b444 33 MemoryAllocationLib.c\r
e386b444 34\r
e386b444 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38\r
e386b444 39[LibraryClasses]\r
40 DebugLib\r
41 BaseMemoryLib\r
1c280088 42 PeiServicesLib\r
e386b444 43\r