]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
Use SmmMemLib to check communication buffer.
[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
842b1242 7# Copyright (c) 2011 - 2015, 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
842b1242 53 SmmMemLib\r
0284e90c
LG
54\r
55[Protocols]\r
56 gEfiSmmRscHandlerProtocolGuid ## CONSUMES\r
1c0cc375 57 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
0284e90c
LG
58\r
59[Guids]\r
6036e94d
SZ
60 ## SOMETIMES_PRODUCES ## UNDEFINED # SaveLockBox\r
61 ## PRODUCES ## UNDEFINED # SmiHandlerRegister\r
62 ## SOMETIMES_CONSUMES ## UNDEFINED # StatusCode Data\r
63 gEfiFirmwarePerformanceGuid\r
0284e90c
LG
64\r
65[Pcd]\r
6036e94d
SZ
66 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart ## CONSUMES\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd ## CONSUMES\r
0284e90c
LG
68\r
69[Depex]\r
70 gEfiSmmRscHandlerProtocolGuid\r
6036e94d
SZ
71\r
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 FirmwarePerformanceSmmExtra.uni\r