]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
MdeModulePkg/DxeCapsuleLibFmp: clone ESRT for runtime access
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / SmmRuntimeDxeReportStatusCodeLibFramework / SmmRuntimeDxeReportStatusCodeLibFramework.inf
1 ## @file
2 # Framework Report status code library instance which supports logging message in SMM, as well as DXE & runtime phase.
3 #
4 # This library instance supports status code report in SMM, as well as DXE & runtime phase.
5 # In SMM, it logs message via SMM Status Code Protocol.
6 # Otherwise, it logs message to ReportStatusCode() in framework runtime services table or runtime report status code protocol.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SmmRuntimeDxeReportStatusCodeLibFramework
18 MODULE_UNI_FILE = SmmRuntimeDxeReportStatusCodeLibFramework.uni
19 FILE_GUID = D65D9F72-7BCE-4f73-A673-47AF446A1A31
20 MODULE_TYPE = DXE_RUNTIME_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER
23
24 CONSTRUCTOR = ReportStatusCodeLibConstruct
25 DESTRUCTOR = ReportStatusCodeLibDestruct
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 ReportStatusCodeLib.c
34 SmmRuntimeDxeSupport.c
35 ReportStatusCodeLibInternal.h
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 IntelFrameworkPkg/IntelFrameworkPkg.dec
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
43
44 [LibraryClasses]
45 PcdLib
46 BaseMemoryLib
47 BaseLib
48 DebugLib
49 UefiRuntimeServicesTableLib
50 UefiBootServicesTableLib
51 DevicePathLib
52 MemoryAllocationLib
53
54 [Guids]
55 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED
56 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED
57 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
58 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
59
60
61 [Protocols]
62 gEfiStatusCodeRuntimeProtocolGuid ## SOMETIMES_CONSUMES
63 gEfiSmmBaseProtocolGuid ## SOMETIMES_CONSUMES
64 gEfiSmmStatusCodeProtocolGuid ## SOMETIMES_CONSUMES
65
66 [Pcd]
67 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES
68