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