]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
1) Change the file name of StatusCode.h to DataHubStatusCodeRecord.h
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Dxe / DxeStatusCode.inf
1 #/** @file
2 # DXE status code driver.
3 #
4 # Status Code Architectural Protocol implementation as defined in Tiano
5 # Architecture Specification. This driver has limited functionality
6 # at runtime and will not log to Data Hub at runtime.
7 # Copyright (c) 2006, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = DxeStatusCode
27 FILE_GUID = FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F
28 MODULE_TYPE = DXE_RUNTIME_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = DxeStatusCodeDriverEntry
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 EBC
39 #
40 # VIRTUAL_ADDRESS_MAP_CALLBACK = VirtualAddressChangeCallBack
41 #
42
43 ################################################################################
44 #
45 # Sources Section - list of files that are required for the build to succeed.
46 #
47 ################################################################################
48
49 [Sources.common]
50 SerialStatusCodeWorker.c
51 RtMemoryStatusCodeWorker.c
52 DataHubStatusCodeWorker.c
53 DxeStatusCode.c
54 DxeStatusCode.h
55
56 [Sources.Ia32]
57 DxeStatusCodeCommon.c
58
59 [Sources.X64]
60 DxeStatusCodeCommon.c
61
62 [Sources.EBC]
63 DxeStatusCodeCommon.c
64
65
66
67 ################################################################################
68 #
69 # Package Dependency Section - list of Package files that are required for
70 # this module.
71 #
72 ################################################################################
73
74 [Packages]
75 MdePkg/MdePkg.dec
76 IntelFrameworkPkg/IntelFrameworkPkg.dec
77 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
78
79 ################################################################################
80 #
81 # Library Class Section - list of Library Classes that are required for
82 # this module.
83 #
84 ################################################################################
85
86 [LibraryClasses]
87 OemHookStatusCodeLib
88 SerialPortLib
89 UefiRuntimeLib
90 MemoryAllocationLib
91 UefiLib
92 UefiBootServicesTableLib
93 UefiDriverEntryPoint
94 HobLib
95 PcdLib
96 PrintLib
97 ReportStatusCodeLib
98 DebugLib
99 BaseMemoryLib
100 BaseLib
101
102
103 ################################################################################
104 #
105 # Guid C Name Section - list of Guids that this module uses or produces.
106 #
107 ################################################################################
108
109 [Guids]
110 gEfiDataHubStatusCodeRecordGuid # SOMETIMES_CONSUMED
111 gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED
112 gEfiStatusCodeSpecificDataGuid # SOMETIMES_CONSUMED
113 gEfiStatusCodeDataTypeDebugGuid # PROTOCOL ALWAYS_CONSUMED
114
115 ################################################################################
116 #
117 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
118 # that this module uses or produces.
119 #
120 ################################################################################
121
122 [Protocols]
123 gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED
124 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED
125 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
126
127
128 ################################################################################
129 #
130 # Pcd FEATURE_FLAG - list of PCDs that this module is coded for.
131 #
132 ################################################################################
133
134 [PcdsFeatureFlag.common]
135 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid
136 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid
137 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid
138 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid
139 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid
140 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid
141 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid
142 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid
143 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid
144
145
146 ################################################################################
147 #
148 # Pcd DYNAMIC - list of PCDs that this module is coded for.
149 #
150 ################################################################################
151
152 [PcdsDynamic.common]
153 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid
154
155 ################################################################################
156 #
157 # Dependency Expression Section - list of Dependency expressions that are required for
158 # this module.
159 #
160 ################################################################################
161
162 [Depex]
163 gEfiDataHubProtocolGuid AND gEfiCpuIoProtocolGuid