]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
INF head modified
[mirror_edk2.git] / MdeModulePkg / Library / PeiPerformanceLib / PeiPerformanceLib.inf
CommitLineData
a0afd019 1#/** @file\r
8dbae30d 2# \r
5f087507 3# Memory-only library functions with no library constructor/destructor\r
8dbae30d 4# \r
5f087507 5# This module provides the performance measurement interfaces in PEI phase, it is\r
6# one instance of Performance Libarary.\r
8dbae30d 7# \r
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
a0afd019 9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 11# which accompanies this distribution. The full text of the license may be found at\r
a0afd019 12# http://opensource.org/licenses/bsd-license.php\r
8dbae30d 13# \r
a0afd019 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 16# \r
a0afd019 17#**/\r
18\r
a0afd019 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiPerformanceLib\r
22 FILE_GUID = F72DE735-B24F-4ef6-897F-70A85D01A047\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
43351b9f 25 LIBRARY_CLASS = PerformanceLib|PEIM PEI_CORE SEC\r
a0afd019 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
078bee4e 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
a0afd019 31#\r
32\r
a0afd019 33[Sources.common]\r
34 PeiPerformanceLib.c\r
35\r
36\r
a0afd019 37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41\r
a0afd019 42[LibraryClasses]\r
43 BaseMemoryLib\r
44 PcdLib\r
45 TimerLib\r
46 BaseLib\r
47 HobLib\r
48 DebugLib\r
49\r
50\r
a0afd019 51[Guids]\r
52 gPeiPerformanceHobGuid # SOMETIMES_CONSUMED\r
53\r
b3af5df6 54[Pcd.common]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries\r
bba9ad98 56 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
a0afd019 57\r