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