]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxe
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableSmm / FirmwarePerformanceSmm.inf
1 ## @file
2 # This module collects performance data for SMM driver boot records and S3 Suspend Performance Record.
3 #
4 # This module registers report status code listener to collect performance data
5 # for SMM boot performance records and S3 Suspend Performance Record.
6 #
7 # Copyright (c) 2011 - 2021, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = FirmwarePerformanceSmm
15 MODULE_UNI_FILE = FirmwarePerformanceSmm.uni
16 FILE_GUID = 044310AB-77FD-402a-AF1A-87D4120E7329
17 MODULE_TYPE = DXE_SMM_DRIVER
18 VERSION_STRING = 1.0
19 PI_SPECIFICATION_VERSION = 0x0001000A
20 ENTRY_POINT = FirmwarePerformanceSmmEntryPoint
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 FirmwarePerformanceCommon.c
30 FirmwarePerformanceCommon.h
31 FirmwarePerformanceTraditional.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37 [LibraryClasses]
38 UefiDriverEntryPoint
39 MmServicesTableLib
40 BaseLib
41 DebugLib
42 TimerLib
43 LockBoxLib
44 PcdLib
45 BaseMemoryLib
46 MemoryAllocationLib
47 SynchronizationLib
48 SmmMemLib
49
50 [Protocols]
51 gEfiMmRscHandlerProtocolGuid ## CONSUMES
52
53 [Guids]
54 ## SOMETIMES_PRODUCES ## UNDEFINED # SaveLockBox
55 ## SOMETIMES_CONSUMES ## UNDEFINED # StatusCode Data
56 gEfiFirmwarePerformanceGuid
57
58 [Pcd]
59 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd ## CONSUMES
61
62 [Depex]
63 gEfiMmRscHandlerProtocolGuid
64
65 [UserExtensions.TianoCore."ExtraFiles"]
66 FirmwarePerformanceSmmExtra.uni