]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[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
cd5ebaa0 10# This program and the accompanying materials\r
a0afd019 11# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 12# which accompanies this distribution. The full text of the license may be found at\r
a0afd019 13# http://opensource.org/licenses/bsd-license.php\r
d1102dba 14#\r
a0afd019 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 17#\r
6bfbb5f0 18##\r
a0afd019 19\r
a0afd019 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = DxePerformanceLib\r
6036e94d 23 MODULE_UNI_FILE = DxePerformanceLib.uni\r
a0afd019 24 FILE_GUID = 8B8B4CCC-65FC-41a5-8067-308B8E42CCF2\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
de005223 27 LIBRARY_CLASS = PerformanceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
a0afd019 28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
a0afd019 33#\r
34\r
6bfbb5f0 35[Sources]\r
a0afd019 36 DxePerformanceLib.c\r
37\r
38\r
a0afd019 39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43\r
a0afd019 44[LibraryClasses]\r
45 PcdLib\r
46 UefiBootServicesTableLib\r
47 DebugLib\r
48\r
49\r
ee0961f7 50[Guids]\r
137fb13d 51 gEdkiiPerformanceMeasurementProtocolGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Locate protocol\r
a0afd019 52\r
53\r
6bfbb5f0 54[Pcd]\r
6036e94d 55 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask ## CONSUMES\r
a0afd019 56\r