]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
64d7e3db4ae20934090d7c1587b8390dbbd5a927
[mirror_edk2.git] / MdeModulePkg / Library / DxeCorePerformanceLib / DxeCorePerformanceLib.inf
1 ## @file
2 # Performance library instance mainly for DxeCore usage.
3 #
4 # This library provides the performance measurement interfaces and initializes performance
5 # logging for DXE phase. It first initializes its private global data structure for
6 # performance logging and saves the performance GUIDed HOB passed from PEI phase.
7 # It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Protocol,
8 # which is consumed by DxePerformanceLib to logging performance data in DXE phase.
9 # This library is mainly used by DxeCore to start performance logging to ensure that
10 # Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase.
11 #
12 # Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
13 # This program and the accompanying materials
14 # are licensed and made available under the terms and conditions of the BSD License
15 # which accompanies this distribution. The full text of the license may be found at
16 # http://opensource.org/licenses/bsd-license.php
17 #
18 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 #
21 ##
22
23 [Defines]
24 INF_VERSION = 0x00010005
25 BASE_NAME = DxeCorePerformanceLib
26 FILE_GUID = D0F78BBF-0A30-4c63-8A48-0F618A4AFACD
27 MODULE_TYPE = DXE_CORE
28 VERSION_STRING = 1.0
29 LIBRARY_CLASS = PerformanceLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
30
31 CONSTRUCTOR = DxeCorePerformanceLibConstructor
32
33 #
34 # The following information is for reference only and not required by the build tools.
35 #
36 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
37 #
38
39 [Sources]
40 DxeCorePerformanceLib.c
41 DxeCorePerformanceLibInternal.h
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 UefiBootServicesTableLib
51 PcdLib
52 TimerLib
53 BaseMemoryLib
54 BaseLib
55 HobLib
56 DebugLib
57
58
59 [Guids]
60 gPerformanceProtocolGuid ## CONSUMES ## HOB
61 gPerformanceProtocolGuid ## PRODUCES ## PROTOCOL
62 gPerformanceExProtocolGuid ## CONSUMES ## HOB
63 gPerformanceExProtocolGuid ## PRODUCES ## PROTOCOL
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries
67 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask