]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
MdePkg UefiPciSegmentLibPciRootBridgeIo: Remove redundant dependency
[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
c92c1790 7# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
e386b444 8#\r
19388d29 9# This program and the accompanying materials\r
e386b444 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
2fc59a00 12# http://opensource.org/licenses/bsd-license.php.\r
e386b444 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
c92c1790 22 MODULE_UNI_FILE = PeiMemoryAllocationLib.uni\r
e386b444 23 FILE_GUID = b694e0dc-cd4e-4b30-885b-9c164ed3e74a\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
123489db 26 LIBRARY_CLASS = MemoryAllocationLib|PEIM PEI_CORE SEC\r
e386b444 27\r
28\r
e386b444 29#\r
078bee4e 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
e386b444 31#\r
32\r
6bfbb5f0 33[Sources]\r
e386b444 34 MemoryAllocationLib.c\r
e386b444 35\r
e386b444 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
e386b444 40[LibraryClasses]\r
41 DebugLib\r
42 BaseMemoryLib\r
1c280088 43 PeiServicesLib\r
1dde8b08 44 HobLib\r
e386b444 45\r