]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
Add new extension PerformanceLib APIs to store ID info.
[mirror_edk2.git] / MdeModulePkg / Library / DxePerformanceLib / DxePerformanceLib.inf
1 ## @file
2 # Performance library instance used in DXE phase.
3 #
4 # This library instance provides infrastructure for DXE phase drivers to log performance
5 # data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib
6 # to log performance data. If both PerformanceEx and Performance Protocol are not available, it does not log any
7 # performance information.
8 #
9 # Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = DxePerformanceLib
23 FILE_GUID = 8B8B4CCC-65FC-41a5-8067-308B8E42CCF2
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = PerformanceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources]
35 DxePerformanceLib.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42
43 [LibraryClasses]
44 PcdLib
45 UefiBootServicesTableLib
46 DebugLib
47
48
49 [Guids]
50 gPerformanceProtocolGuid ## SOMETIMES_CONSUMES ## PROTOCOL
51 gPerformanceExProtocolGuid ## SOMETIMES_CONSUMES ## PROTOCOL
52
53
54 [Pcd]
55 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask
56