]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
IntelFrameworkModulePkg: Clean up source files
[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
180a5a35 10# This program and the accompanying materials\r
e5516b49 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
e5516b49 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SmmRuntimeDxeReportStatusCodeLibFramework\r
f9841f04 23 MODULE_UNI_FILE = SmmRuntimeDxeReportStatusCodeLibFramework.uni\r
e5516b49 24 FILE_GUID = D65D9F72-7BCE-4f73-A673-47AF446A1A31\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
dd9a7d50 27 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER\r
0a6f4824 28\r
e5516b49 29 CONSTRUCTOR = ReportStatusCodeLibConstruct\r
30 DESTRUCTOR = ReportStatusCodeLibDestruct\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 EBC\r
35#\r
36\r
19796be3 37[Sources]\r
e5516b49 38 ReportStatusCodeLib.c\r
39 SmmRuntimeDxeSupport.c\r
29f766e4 40 ReportStatusCodeLibInternal.h\r
e5516b49 41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
f979eec0 45 MdeModulePkg/MdeModulePkg.dec\r
e5516b49 46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
48\r
49[LibraryClasses]\r
50 PcdLib\r
51 BaseMemoryLib\r
52 BaseLib\r
e5516b49 53 DebugLib\r
54 UefiRuntimeServicesTableLib\r
9556741c 55 UefiBootServicesTableLib\r
e05e2b73 56 DevicePathLib\r
29f766e4 57 MemoryAllocationLib\r
e5516b49 58\r
59[Guids]\r
f9841f04
SZ
60 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
61 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
29f766e4 62 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
63 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
e5516b49 64\r
65\r
66[Protocols]\r
f9841f04
SZ
67 gEfiStatusCodeRuntimeProtocolGuid ## SOMETIMES_CONSUMES\r
68 gEfiSmmBaseProtocolGuid ## SOMETIMES_CONSUMES\r
69 gEfiSmmStatusCodeProtocolGuid ## SOMETIMES_CONSUMES\r
e5516b49 70\r
19796be3 71[Pcd]\r
f9841f04 72 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
e5516b49 73\r