]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
GUIDs should go below the correct comment block in MdePkg.dec.
[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
5# StartPerformanceMeasurement() and EndPerformanceMeasurement() are not implemented.\r
6# \r
7# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \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 = DxeSmmPerformanceLib\r
21 FILE_GUID = DA80C15C-0B4D-4e75-8946-4043DE559B0C\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PerformanceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 DxeSmmPerformanceLib.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 UefiBootServicesTableLib\r
44 PcdLib\r
45 DebugLib\r
46 BaseMemoryLib\r
47 UefiRuntimeServicesTableLib\r
48 MemoryAllocationLib\r
49\r
50[Guids]\r
51 gSmmPerformanceProtocolGuid ## CONSUMES\r
52\r
53[Protocols]\r
54 gEfiSmmCommunicationProtocolGuid ## CONSUMES\r
55\r
56\r
57[Pcd]\r
58 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
59\r
60[Depex]\r
61 gEfiSmmCommunicationProtocolGuid\r