]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
Remove .dxs.
[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 DxeStatusCodeCommon.c\r
ad1a1798 59\r
60[Sources.X64]\r
6f2b45bb 61 DxeStatusCodeCommon.c\r
ad1a1798 62\r
63[Sources.EBC]\r
6f2b45bb 64 DxeStatusCodeCommon.c\r
ad1a1798 65\r
66\r
ad1a1798 67\r
68################################################################################\r
69#\r
70# Package Dependency Section - list of Package files that are required for\r
71# this module.\r
72#\r
73################################################################################\r
74\r
75[Packages]\r
76 MdePkg/MdePkg.dec\r
77 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
78 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
79\r
80################################################################################\r
81#\r
82# Library Class Section - list of Library Classes that are required for\r
83# this module.\r
84#\r
85################################################################################\r
86\r
87[LibraryClasses]\r
88 OemHookStatusCodeLib\r
89 SerialPortLib\r
90 UefiRuntimeLib\r
91 MemoryAllocationLib\r
92 UefiLib\r
93 UefiBootServicesTableLib\r
94 UefiDriverEntryPoint\r
95 HobLib\r
96 PcdLib\r
97 PrintLib\r
98 ReportStatusCodeLib\r
99 DebugLib\r
100 BaseMemoryLib\r
101 BaseLib\r
102\r
103\r
104################################################################################\r
105#\r
106# Guid C Name Section - list of Guids that this module uses or produces.\r
107#\r
108################################################################################\r
109\r
110[Guids]\r
111 gEfiStatusCodeGuid # SOMETIMES_CONSUMED\r
112 gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED\r
ad1a1798 113 gEfiStatusCodeSpecificDataGuid # SOMETIMES_CONSUMED\r
6f2b45bb 114 gEfiStatusCodeDataTypeDebugGuid # PROTOCOL ALWAYS_CONSUMED\r
ad1a1798 115\r
116################################################################################\r
117#\r
118# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
119# that this module uses or produces.\r
120#\r
121################################################################################\r
122\r
123[Protocols]\r
124 gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
125 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
126 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
127\r
128\r
129################################################################################\r
130#\r
131# Pcd FEATURE_FLAG - list of PCDs that this module is coded for.\r
132#\r
133################################################################################\r
134\r
135[PcdsFeatureFlag.common]\r
136 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
137 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
138 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
139 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
140 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
141 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
142 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
143 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
144 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
145\r
146\r
147################################################################################\r
148#\r
149# Pcd DYNAMIC - list of PCDs that this module is coded for.\r
150#\r
151################################################################################\r
152\r
153[PcdsDynamic.common]\r
154 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
155\r
4bd1b0f1 156################################################################################\r
157#\r
158# Dependency Expression Section - list of Dependency expressions that are required for\r
159# this module.\r
160#\r
161################################################################################\r
162\r
163[Depex]\r
164 gEfiDataHubProtocolGuid AND gEfiCpuIoProtocolGuid