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