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