]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf
MdeModulePkg: Upon BootOption failure, Destroy RamDisk memory before RSC.
[mirror_edk2.git] / MdeModulePkg / Library / PiSmmCoreMemoryAllocationLib / PiSmmCoreMemoryAllocationProfileLib.inf
1 ## @file
2 # Memory Allocation/Profile Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation/Profile services as the primitive
4 # for memory allocation/profile instead of using SMM System Table servces or SMM memory profile protocol in an indirect way.
5 # It is assumed that this library instance must be linked with SMM Cre in this package.
6 #
7 # Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PiSmmCoreMemoryAllocationProfileLib
16 MODULE_UNI_FILE = PiSmmCoreMemoryAllocationProfileLib.uni
17 FILE_GUID = D55E42AD-3E63-4536-8281-82C0F1098C5E
18 MODULE_TYPE = SMM_CORE
19 VERSION_STRING = 1.0
20 PI_SPECIFICATION_VERSION = 0x0001000A
21 LIBRARY_CLASS = MemoryAllocationLib|SMM_CORE
22 CONSTRUCTOR = PiSmmCoreMemoryAllocationLibConstructor
23 LIBRARY_CLASS = MemoryProfileLib|SMM_CORE
24 CONSTRUCTOR = PiSmmCoreMemoryProfileLibConstructor
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources]
33 MemoryAllocationLib.c
34 PiSmmCoreMemoryAllocationServices.h
35 PiSmmCoreMemoryProfileLib.c
36 PiSmmCoreMemoryProfileServices.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 DebugLib
44 BaseMemoryLib
45 UefiBootServicesTableLib
46
47 [Guids]
48 gEdkiiMemoryProfileGuid ## SOMETIMES_CONSUMES ## GUID # Locate protocol
49