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