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