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