]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Change NT32 to use optimized BaseMemoryLibs
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
1 #/** @file
2 # EFI/Framework Emulation Platform
3 #
4 # The Emulation Platform can be used to debug individual modules, prior to creating
5 # a real platform. This also provides an example for how an DSC is created.
6 #
7 # Copyright (c) 2006 - 2007, 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 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 PLATFORM_NAME = NT32
26 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
27 PLATFORM_VERSION = 0.3
28 DSC_SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/NT32
30 SUPPORTED_ARCHITECTURES = IA32
31 BUILD_TARGETS = DEBUG
32 SKUID_IDENTIFIER = DEFAULT
33 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
34
35
36 ################################################################################
37 #
38 # SKU Identification section - list of all SKU IDs supported by this
39 # Platform.
40 #
41 ################################################################################
42 [SkuIds]
43 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
44
45 ################################################################################
46 #
47 # Library Class section - list of all Library Classes needed by this Platform.
48 #
49 ################################################################################
50
51 [LibraryClasses.common]
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54 SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
55 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
56 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
57 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
60 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
61 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
62 IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
63 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
64 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
65 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
66 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
67 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
68 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
69 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
70 ExtractGuidedSectionLib|MdePkg/Library/PeiDxeExtractGuidedSectionLib/PeiDxeExtractGuidedSectionLib.inf
71
72 [LibraryClasses.common.BASE]
73 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
74 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
75
76 [LibraryClasses.common.USER_DEFINED]
77 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
78 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
79
80 [LibraryClasses.common.SEC]
81 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
82 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
84 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
85
86 [LibraryClasses.common.DXE_CORE]
87 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
88 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
89 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
90 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
91 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
92 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
93 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
94 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
95 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
96 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
97 PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
98
99 [LibraryClasses.common.DXE_SMM_DRIVER]
100 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
101 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
102 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
103 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
104 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
105 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
106 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
107 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
108 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
110 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
111 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
112 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
114 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
115
116 [LibraryClasses.common.PEIM]
117 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
119 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
120 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
121 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
122 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
123 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
124 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
125 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
126 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
127 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
128 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
129 PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
130 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
131
132 [LibraryClasses.common.PEI_CORE]
133 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
134 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
135 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
136 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
137 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
138 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
139 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
140 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
141 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
142 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
143 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
144 PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
145
146 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
147 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
148 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
149 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
150 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
151 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
152 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
153 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
154 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
155 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
156 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
157 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
158 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
159 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
160 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
161 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
162 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
163
164 [LibraryClasses.common.UEFI_DRIVER]
165 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
166 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
167 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
168 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
169 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
170 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
171 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
172 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
173 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
174 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
175 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
176 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
177 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
178 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
179 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
180
181 [LibraryClasses.common.DXE_DRIVER]
182 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
183 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
184 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
185 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
186 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
187 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
188 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
189 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
190 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
191 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
192 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
193 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
194 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
195 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
196 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
197 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
198 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
199 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
200 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
201
202 [LibraryClasses.common.UEFI_APPLICATION]
203 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
204 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
205 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
206 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
207 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
208 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
209 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
210 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
211 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
212 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
213 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
214 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
215 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
216 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
217 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
218
219
220 ################################################################################
221 #
222 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
223 #
224 ################################################################################
225
226 [PcdsFeatureFlag.common]
227 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
228 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
229 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
230 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
231 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
234 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
236
237 [PcdsFixedAtBuild.IA32]
238 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
239 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
240 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
241 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
243 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
244 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
245 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
246 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
250 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
251 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
252 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
253 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
254 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
255 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
256 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
257 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
258 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
259 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
260 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
263 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
265 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
266 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfra"|VOID*|7
267 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|4
268 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr"|VOID*|6
269 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en"|VOID*|3
270 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
271 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
272 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
273 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
274 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
275 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
276 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
277 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
278 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
279 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
280
281 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
282 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
283 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
284 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
285 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
286 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
287
288 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
289 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
290 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
291
292 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
293 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
294 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
295 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
296
297 [PcdsFeatureFlag.IA32]
298 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
299 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
300 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
301 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
302 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
303 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
304 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
305 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
306 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
307 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
308 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
309 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
310 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
311 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
312 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
313 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
314 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
315 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
316 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
317 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
318 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
319 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
320 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
321 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
322 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
323 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
324 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
325 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
326 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
327 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
328 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
329 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
330 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
331 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
332 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
334
335
336
337 ################################################################################
338 #
339 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
340 #
341 ################################################################################
342
343 [PcdsDynamicDefault.common.DEFAULT]
344 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
345 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
346 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
347 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
348 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
349 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
350 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
351 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
352
353 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
354 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
355 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
356
357 ################################################################################
358 #
359 # Components Section - list of all EDK II Modules needed by this Platform
360 #
361 ################################################################################
362
363 [Components.IA32]
364 ##
365 # SEC Phase modules
366 ##
367 Nt32Pkg/Sec/SecMain.inf
368
369 ##
370 # PEI Phase modules
371 ##
372 MdeModulePkg/Core/Pei/PeiMain.inf
373 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
374 <LibraryClasses>
375 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
376 }
377 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
378 Nt32Pkg/BootModePei/BootModePei.inf
379 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
380 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
381 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
382 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
383 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
384 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
385 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
386 ##
387 # DXE Phase modules
388 ##
389 MdeModulePkg/Core/Dxe/DxeMain.inf
390 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
391 <LibraryClasses>
392 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
393 }
394 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
395 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
396 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
397 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
398 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
399 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
400 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
401 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
402 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
403 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
404 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
405 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
406 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
407 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
408 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
409 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
410 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
411 Nt32Pkg/TimerDxe/TimerDxe.inf
412 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
413 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
414 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
415 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
416 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
417 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
418 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
419 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
420 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
421 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
422 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
423 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
424 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
425 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
426 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
427 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
428 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
429 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
430 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
431 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
432 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
433 Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
434 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
435 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
436 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
437 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
438 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
439
440 #
441 # Network stack drivers
442 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
443 #
444 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
445 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
446 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
447 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
448 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
449 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
450 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
451 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
452 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
453
454 [BuildOptions]
455 DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
456 DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
457 DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
458 DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
459 DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
460 DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
461 RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
462 RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
463 RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
464 RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
465 RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
466 RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
467 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
468 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096