]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationLib.inf
... / ...
CommitLineData
1## @file\r
2# Memory Allocation Library instance dedicated to DXE Core.\r
3# The implementation borrows the DxeCore Memory Allocation services as the primitive\r
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
6#\r
7# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = DxeCoreMemoryAllocationLib\r
17 MODULE_UNI_FILE = DxeCoreMemoryAllocationLib.uni\r
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
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 MemoryAllocationLib.c\r
31 DxeCoreMemoryAllocationServices.h\r
32 DxeCoreMemoryProfileLibNull.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 DebugLib\r
40 BaseMemoryLib\r