]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
572ec5422bd811c200cb794c5f3b3ee499fd0c41
[mirror_edk2.git] / MdeModulePkg / Library / PeiPerformanceLib / PeiPerformanceLib.inf
1 ## @file
2 #
3 # Performance library instance used in PEI phase.
4 #
5 # This library provides the performance measurement interfaces in PEI phase, it creates
6 # and consumes GUIDed HOB for performance logging. The GUIDed HOB is passed to DXE phase
7 # so that it can be taken over by DxeCorePerformanceLib.
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 = PeiPerformanceLib
23 FILE_GUID = F72DE735-B24F-4ef6-897F-70A85D01A047
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = PerformanceLib|PEIM PEI_CORE SEC
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 (EBC is for build only)
32 #
33
34 [Sources]
35 PeiPerformanceLib.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42
43 [LibraryClasses]
44 BaseMemoryLib
45 PcdLib
46 TimerLib
47 BaseLib
48 HobLib
49 DebugLib
50
51
52 [Guids]
53 gPerformanceProtocolGuid ## PRODUCES ## HOB
54 gPerformanceExProtocolGuid ## PRODUCES ## HOB
55
56 [Pcd]
57 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
58 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask