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