]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationProfileLib.inf
1 ## @file
2 # Memory Allocation/Profile Library instance dedicated to DXE Core.
3 # The implementation borrows the DxeCore Memory Allocation/profile services as the primitive
4 # for memory allocation/profile instead of using UEFI boot services or memory profile protocol 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 = DxeCoreMemoryAllocationProfileLib
17 MODULE_UNI_FILE = DxeCoreMemoryAllocationProfileLib.uni
18 FILE_GUID = 7ADD7147-74E8-4583-BE34-B6BC45353BB5
19 MODULE_TYPE = DXE_CORE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = MemoryAllocationLib|DXE_CORE
22 LIBRARY_CLASS = MemoryProfileLib|DXE_CORE
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 MemoryAllocationLib.c
32 DxeCoreMemoryAllocationServices.h
33 DxeCoreMemoryProfileLib.c
34 DxeCoreMemoryProfileServices.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 DebugLib
42 BaseMemoryLib
43