]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / DxePerformanceLib / DxePerformanceLib.inf
... / ...
CommitLineData
1## @file\r
2# Performance library instance used in DXE phase.\r
3#\r
4# This library instance provides infrastructure for DXE phase drivers to log performance\r
5# data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib\r
6# to log performance data. If both PerformanceEx and Performance Protocol are not available,\r
7# it does not log any performance information.\r
8#\r
9# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = DxePerformanceLib\r
17 MODULE_UNI_FILE = DxePerformanceLib.uni\r
18 FILE_GUID = 8B8B4CCC-65FC-41a5-8067-308B8E42CCF2\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PerformanceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 DxePerformanceLib.c\r
31\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37\r
38[LibraryClasses]\r
39 PcdLib\r
40 UefiBootServicesTableLib\r
41 DebugLib\r
42\r
43\r
44[Guids]\r
45 gEdkiiPerformanceMeasurementProtocolGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Locate protocol\r
46\r
47\r
48[Pcd]\r
49 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask ## CONSUMES\r
50\r