]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
clean up EBC in inf files.
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationLib.inf
CommitLineData
0ac72713 1#/** @file\r
2# Component description file for DxeCore Memory Allocation Library\r
3#\r
4# Memory Allocation Library instance dedicated to DXE Core.\r
5# The implementation borrows the DxeCore Memory Allocation services as the primitive\r
6# for memory allocation instead of using UEFI boot servces in an indirect way.\r
7# It is assumed that this library instance must be linked with DxeCore in this package. \r
8#\r
9# Copyright (c) 2008, Intel Corporation\r
10#\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19#**/\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = DxeCoreMemoryAllocationLib\r
24 FILE_GUID = 632F3FAC-1CA4-4725-BAA2-BDECCF9A111C\r
25 MODULE_TYPE = DXE_CORE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = MemoryAllocationLib|DXE_CORE\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
078bee4e 31#\r
32# The following information is for reference only and not required by the build tools.\r
0ac72713 33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources.common]\r
38 MemoryAllocationLib.c\r
39 DxeCoreMemoryAllocationServices.h\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44\r
45[LibraryClasses]\r
46 DebugLib\r
47 BaseMemoryLib\r
48\r
49\r