]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
ShellPkg/map: Recognize CDROM change
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / SmmRuntimeDxeReportStatusCodeLibFramework / SmmRuntimeDxeReportStatusCodeLibFramework.inf
... / ...
CommitLineData
1## @file\r
2# Framework Report status code library instance which supports logging message in SMM, as well as DXE & runtime phase.\r
3#\r
4# This library instance supports status code report in SMM, as well as DXE & runtime phase.\r
5# In SMM, it logs message via SMM Status Code Protocol.\r
6# Otherwise, it logs message to ReportStatusCode() in framework runtime services table or runtime report status code protocol.\r
7#\r
8# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
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
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SmmRuntimeDxeReportStatusCodeLibFramework\r
23 MODULE_UNI_FILE = SmmRuntimeDxeReportStatusCodeLibFramework.uni\r
24 FILE_GUID = D65D9F72-7BCE-4f73-A673-47AF446A1A31\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = ReportStatusCodeLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER\r
28 \r
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
37[Sources]\r
38 ReportStatusCodeLib.c\r
39 SmmRuntimeDxeSupport.c\r
40 ReportStatusCodeLibInternal.h\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
48\r
49[LibraryClasses]\r
50 PcdLib\r
51 BaseMemoryLib\r
52 BaseLib\r
53 DebugLib\r
54 UefiRuntimeServicesTableLib\r
55 UefiBootServicesTableLib\r
56 DevicePathLib\r
57 MemoryAllocationLib\r
58\r
59[Guids]\r
60 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
61 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
62 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
63 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
64\r
65\r
66[Protocols]\r
67 gEfiStatusCodeRuntimeProtocolGuid ## SOMETIMES_CONSUMES\r
68 gEfiSmmBaseProtocolGuid ## SOMETIMES_CONSUMES\r
69 gEfiSmmStatusCodeProtocolGuid ## SOMETIMES_CONSUMES\r
70\r
71[Pcd]\r
72 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r
73\r