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