]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
[mirror_edk2.git] / MdeModulePkg / Library / SmmPerformanceLib / SmmPerformanceLib.inf
CommitLineData
d042c6e8 1## @file\r
2# Performance library instance used in SMM phase.\r
d1102dba 3#\r
d042c6e8 4# This library instance provides infrastructure for SMM drivers to log performance\r
f0da4d7d 5# data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePerformanceLib\r
6036e94d
SZ
6# to log performance data. If both SMM PerformanceEx and Performance Protocol are not available,\r
7# it does not log any performance information.\r
d1102dba 8#\r
137fb13d 9# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 11#\r
d042c6e8 12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = SmmPerformanceLib\r
6036e94d 17 MODULE_UNI_FILE = SmmPerformanceLib.uni\r
d042c6e8 18 FILE_GUID = 1EDD13E6-D0CD-4432-A692-FF65C9B4F039\r
19 MODULE_TYPE = DXE_SMM_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PerformanceLib|DXE_SMM_DRIVER\r
22\r
23 CONSTRUCTOR = SmmPerformanceLibConstructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources]\r
32 SmmPerformanceLib.c\r
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
41 PcdLib\r
42 SmmServicesTableLib\r
43 DebugLib\r
44 BaseMemoryLib\r
45\r
d042c6e8 46[Guids]\r
137fb13d 47 gEdkiiSmmPerformanceMeasurementProtocolGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Locate protocol\r
d042c6e8 48\r
49[Pcd]\r
6036e94d 50 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask ## CONSUMES\r