]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf
MdeModulePkg UsbBusPei: Fix wrong buffer length used to read hub desc
[mirror_edk2.git] / MdeModulePkg / Library / PiSmmCoreMemoryAllocationLib / PiSmmCoreMemoryAllocationProfileLib.inf
CommitLineData
cdad7675
SZ
1## @file\r
2# Memory Allocation/Profile Library instance dedicated to SMM Core.\r
3# The implementation borrows the SMM Core Memory Allocation/Profile services as the primitive\r
4# for memory allocation/profile instead of using SMM System Table servces or SMM memory profile protocol in an indirect way.\r
5# It is assumed that this library instance must be linked with SMM Cre in this package.\r
6#\r
7# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PiSmmCoreMemoryAllocationProfileLib\r
21 MODULE_UNI_FILE = PiSmmCoreMemoryAllocationProfileLib.uni\r
22 FILE_GUID = D55E42AD-3E63-4536-8281-82C0F1098C5E\r
23 MODULE_TYPE = SMM_CORE\r
24 VERSION_STRING = 1.0\r
25 PI_SPECIFICATION_VERSION = 0x0001000A\r
26 LIBRARY_CLASS = MemoryAllocationLib|SMM_CORE\r
27 CONSTRUCTOR = PiSmmCoreMemoryAllocationLibConstructor\r
28 LIBRARY_CLASS = MemoryProfileLib|SMM_CORE\r
29 CONSTRUCTOR = PiSmmCoreMemoryProfileLibConstructor\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64\r
35#\r
36\r
37[Sources]\r
38 MemoryAllocationLib.c\r
39 PiSmmCoreMemoryAllocationServices.h\r
40 PiSmmCoreMemoryProfileLib.c\r
41 PiSmmCoreMemoryProfileServices.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 DebugLib\r
49 BaseMemoryLib\r
50 UefiBootServicesTableLib\r
51\r
52[Guids]\r
53 gEdkiiMemoryProfileGuid ## SOMETIMES_CONSUMES ## GUID # Locate protocol\r
54\r