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