]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
INF head modified
[mirror_edk2.git] / MdeModulePkg / Library / PeiPerformanceLib / PeiPerformanceLib.inf
... / ...
CommitLineData
1#/** @file\r
2# \r
3# Memory-only library functions with no library constructor/destructor\r
4# \r
5# This module provides the performance measurement interfaces in PEI phase, it is\r
6# one instance of Performance Libarary.\r
7# \r
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
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
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# \r
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
16# \r
17#**/\r
18\r
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
25 LIBRARY_CLASS = PerformanceLib|PEIM PEI_CORE SEC\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
31#\r
32\r
33[Sources.common]\r
34 PeiPerformanceLib.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41\r
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
51[Guids]\r
52 gPeiPerformanceHobGuid # SOMETIMES_CONSUMED\r
53\r
54[Pcd.common]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries\r
56 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
57\r