]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableSmm / FirmwarePerformanceSmm.inf
CommitLineData
0284e90c 1## @file\r
1c0cc375 2# This module collects performance data for SMM driver boot records and S3 Suspend Performance Record.\r
0284e90c 3#\r
1c0cc375
LG
4# This module registers report status code listener to collect performance data\r
5# for SMM boot performance records and S3 Suspend Performance Record.\r
0284e90c 6#\r
6036e94d 7# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
0284e90c
LG
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FirmwarePerformanceSmm\r
6036e94d 21 MODULE_UNI_FILE = FirmwarePerformanceSmm.uni\r
0284e90c
LG
22 FILE_GUID = 044310AB-77FD-402a-AF1A-87D4120E7329\r
23 MODULE_TYPE = DXE_SMM_DRIVER\r
24 VERSION_STRING = 1.0\r
25 PI_SPECIFICATION_VERSION = 0x0001000A\r
26 ENTRY_POINT = FirmwarePerformanceSmmEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 FirmwarePerformanceSmm.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiDriverEntryPoint\r
43 SmmServicesTableLib\r
44 BaseLib\r
45 DebugLib\r
46 TimerLib\r
47 LockBoxLib\r
48 PcdLib\r
1c0cc375
LG
49 BaseMemoryLib\r
50 MemoryAllocationLib\r
51 UefiBootServicesTableLib\r
52 SynchronizationLib\r
0284e90c
LG
53\r
54[Protocols]\r
55 gEfiSmmRscHandlerProtocolGuid ## CONSUMES\r
1c0cc375 56 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
0284e90c
LG
57\r
58[Guids]\r
6036e94d
SZ
59 ## SOMETIMES_PRODUCES ## UNDEFINED # SaveLockBox\r
60 ## PRODUCES ## UNDEFINED # SmiHandlerRegister\r
61 ## SOMETIMES_CONSUMES ## UNDEFINED # StatusCode Data\r
62 gEfiFirmwarePerformanceGuid\r
0284e90c
LG
63\r
64[Pcd]\r
6036e94d
SZ
65 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart ## CONSUMES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd ## CONSUMES\r
0284e90c
LG
67\r
68[Depex]\r
69 gEfiSmmRscHandlerProtocolGuid\r
6036e94d
SZ
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 FirmwarePerformanceSmmExtra.uni\r