]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationLib.inf
1 ## @file
2 # Memory Allocation Library instance dedicated to DXE Core.
3 # The implementation borrows the DxeCore Memory Allocation services as the primitive
4 # for memory allocation instead of using UEFI boot services in an indirect way.
5 # It is assumed that this library instance must be linked with DxeCore in this package.
6 #
7 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = DxeCoreMemoryAllocationLib
17 MODULE_UNI_FILE = DxeCoreMemoryAllocationLib.uni
18 FILE_GUID = 632F3FAC-1CA4-4725-BAA2-BDECCF9A111C
19 MODULE_TYPE = DXE_CORE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = MemoryAllocationLib|DXE_CORE
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 MemoryAllocationLib.c
31 DxeCoreMemoryAllocationServices.h
32 DxeCoreMemoryProfileLibNull.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 DebugLib
40 BaseMemoryLib