]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Library / DxeSmmPerformanceLib / DxeSmmPerformanceLib.inf
CommitLineData
d042c6e8 1## @file\r
2# Performance library instance used in DXE phase to dump SMM performance data.\r
3# \r
4# This library instance allows a DXE driver or UEFI application to dump the SMM performance data.\r
f0da4d7d
SZ
5# StartPerformanceMeasurement(), EndPerformanceMeasurement(), StartPerformanceMeasurementEx()\r
6# and EndPerformanceMeasurementEx() are not implemented.\r
d042c6e8 7# \r
f0da4d7d 8# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
d042c6e8 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# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16# \r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeSmmPerformanceLib\r
22 FILE_GUID = DA80C15C-0B4D-4e75-8946-4043DE559B0C\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = PerformanceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 DxeSmmPerformanceLib.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 UefiBootServicesTableLib\r
45 PcdLib\r
46 DebugLib\r
47 BaseMemoryLib\r
48 UefiRuntimeServicesTableLib\r
49 MemoryAllocationLib\r
50\r
51[Guids]\r
f0da4d7d
SZ
52 gSmmPerformanceProtocolGuid ## SOMETIMES_CONSUMES\r
53 gSmmPerformanceExProtocolGuid ## SOMETIMES_CONSUMES\r
d042c6e8 54\r
55[Protocols]\r
56 gEfiSmmCommunicationProtocolGuid ## CONSUMES\r
57\r
58\r
59[Pcd]\r
60 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
61\r
3397c6f5 62[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER]\r
d042c6e8 63 gEfiSmmCommunicationProtocolGuid\r