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