]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
Add new extension PerformanceLib APIs to store ID info.
[mirror_edk2.git] / MdeModulePkg / Library / DxeSmmPerformanceLib / DxeSmmPerformanceLib.inf
1 ## @file
2 # Performance library instance used in DXE phase to dump SMM performance data.
3 #
4 # This library instance allows a DXE driver or UEFI application to dump the SMM performance data.
5 # StartPerformanceMeasurement(), EndPerformanceMeasurement(), StartPerformanceMeasurementEx()
6 # and EndPerformanceMeasurementEx() are not implemented.
7 #
8 # Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeSmmPerformanceLib
22 FILE_GUID = DA80C15C-0B4D-4e75-8946-4043DE559B0C
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = PerformanceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources]
34 DxeSmmPerformanceLib.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41
42 [LibraryClasses]
43 BaseLib
44 UefiBootServicesTableLib
45 PcdLib
46 DebugLib
47 BaseMemoryLib
48 UefiRuntimeServicesTableLib
49 MemoryAllocationLib
50
51 [Guids]
52 gSmmPerformanceProtocolGuid ## SOMETIMES_CONSUMES
53 gSmmPerformanceExProtocolGuid ## SOMETIMES_CONSUMES
54
55 [Protocols]
56 gEfiSmmCommunicationProtocolGuid ## CONSUMES
57
58
59 [Pcd]
60 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
61
62 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER]
63 gEfiSmmCommunicationProtocolGuid