]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32
[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 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
79 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
80
81 [LibraryClasses.common.BASE]
82 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
84
85 [LibraryClasses.common.USER_DEFINED]
86 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
87 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
88
89 [LibraryClasses.common.SEC]
90 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
91 ReportStatusCodeLib|IntelFrameworkPkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
92
93 [LibraryClasses.common.DXE_CORE]
94 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.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 [PcdsFixedAtBuild.IA32]
238 PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
239 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|128
240 PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid|L"64!64"|12
241 PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid|L"..\\Fv\\Fv_Recovery.fd"|52
242 PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid|1
243 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
244 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
245 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
246 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
247 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
248 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
249 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
250 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
251 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x1f
252 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
253 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000040
254 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
255 PcdMaxPeiPcdCallBackNumberPerPcdEntry|gEfiMdeModulePkgTokenSpaceGuid|0x08
256 PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid|0x0
257 PcdMaxSizeNonPopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0
258 PcdMaxSizePopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0
259 PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
260 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
261 PcdStatusCodeValueRemoteConsoleError|gEfiMdePkgTokenSpaceGuid|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
262 PcdStatusCodeValueRemoteConsoleReset|gEfiMdePkgTokenSpaceGuid|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
263 PcdStatusCodeValueRemoteConsoleInputError|gEfiMdePkgTokenSpaceGuid|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
264 PcdStatusCodeValueRemoteConsoleOutputError|gEfiMdePkgTokenSpaceGuid|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
265 PcdUefiVariableDefaultTimeout|gEfiMdePkgTokenSpaceGuid|0x0008
266 PcdUefiVariableDefaultLangCodes|gEfiMdePkgTokenSpaceGuid|"engfra"|7
267 PcdUefiVariableDefaultLang|gEfiMdePkgTokenSpaceGuid|"eng"|4
268 PcdUefiVariableDefaultPlatformLangCodes|gEfiMdePkgTokenSpaceGuid|"en;fr"|6
269 PcdUefiVariableDefaultPlatformLang|gEfiMdePkgTokenSpaceGuid|"en"|2
270 PcdStatusCodeValueEfiWatchDogTimerExpired|gEfiMdePkgTokenSpaceGuid|0x00011003
271 PcdStatusCodeValueMemoryTestStarted|gEfiMdePkgTokenSpaceGuid|0x00051006
272 PcdStatusCodeValueSetVirtualAddressMap|gEfiMdePkgTokenSpaceGuid|0x03101004
273 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x00051003
274 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
275
276 PcdWinNtFirmwareFdSize|gEfiNt32PkgTokenSpaceGuid|0x2a0000
277 PcdWinNtFirmwareBlockSize|gEfiNt32PkgTokenSpaceGuid|0x10000
278 PcdWinNtFlashNvStorageEventLogBase|gEfiNt32PkgTokenSpaceGuid|0x28c000
279 PcdWinNtFlashNvStorageEventLogSize|gEfiNt32PkgTokenSpaceGuid|0x2000
280 PcdWinNtFlashFvRecoveryBase|gEfiNt32PkgTokenSpaceGuid|0x0
281 PcdWinNtFlashFvRecoverySize|gEfiNt32PkgTokenSpaceGuid|0x280000
282
283 PcdWinNtFlashNvStorageVariableBase|gEfiNt32PkgTokenSpaceGuid|0x280000
284 PcdWinNtFlashNvStorageFtwSpareBase|gEfiNt32PkgTokenSpaceGuid|0x290000
285 PcdWinNtFlashNvStorageFtwWorkingBase|gEfiNt32PkgTokenSpaceGuid|0x28e000
286
287 PcdFlashNvStorageFtwSpareSize|gEfiMdeModulePkgTokenSpaceGuid|0x10000
288 PcdFlashNvStorageFtwWorkingSize|gEfiMdeModulePkgTokenSpaceGuid|0x2000
289 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid|0x00c000
290
291 [PcdsFeatureFlag.IA32]
292 PcdPeiPcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
293 PcdPeiPcdDatabaseCallbackOnSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
294 PcdPeiPcdDatabaseExEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
295 PcdPeiPcdDatabaseGetSizeEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
296 PcdPeiPcdDatabaseSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
297 PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
298 PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
299 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
300 PcdDxeIplSwitchToLongMode|gEfiMdeModulePkgTokenSpaceGuid|FALSE
301 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
302 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
303 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
304 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE
305 PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
306 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
307 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
308 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
309 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
310 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
311 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
312 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
313 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
314 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
315 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
316 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
317 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
318 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE
319 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
320 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
321 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
322 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
323 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
324 PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
325 PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
326 PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
327
328
329
330 ################################################################################
331 #
332 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
333 #
334 ################################################################################
335
336 [PcdsDynamicDefault.common.DEFAULT]
337 PcdWinNtSerialPort|gEfiNt32PkgTokenSpaceGuid|L"COM1!COM2"|18
338 PcdWinNtFileSystem|gEfiNt32PkgTokenSpaceGuid|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|106
339 PcdWinNtGop|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
340 PcdWinNtConsole|gEfiNt32PkgTokenSpaceGuid|L"Bus Driver Console Window"|50
341 PcdWinNtVirtualDisk|gEfiNt32PkgTokenSpaceGuid|L"FW;40960;512"|24
342 PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid|L"NT32 Processor Emulation"|52
343 PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"1234"|8
344 PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid|L"64!64"|10
345 PcdWinNtPhysicalDisk|gEfiNt32PkgTokenSpaceGuid|L"a:RW;2880;512!e:RW;262144;512"|58
346 PcdWinNtUga|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
347
348 PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid|0
349 PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid|0
350 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0
351
352 ################################################################################
353 #
354 # Components Section - list of all EDK II Modules needed by this Platform
355 #
356 ################################################################################
357
358 [Components.IA32]
359 ##
360 # SEC Phase modules
361 ##
362 Nt32Pkg/Sec/SecMain.inf
363
364 ##
365 # PEI Phase modules
366 ##
367 MdeModulePkg/Core/Pei/PeiMain.inf
368 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
369 <LibraryClass>
370 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
371 }
372 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
373 Nt32Pkg/BootModePei/BootModePei.inf
374 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
375 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
376 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
377 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
378 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
379 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
380 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
381
382 ##
383 # DXE Phase modules
384 ##
385 MdeModulePkg/Core/Dxe/DxeMain.inf
386 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
387 <LibraryClass>
388 PcdLib|MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.inf
389 }
390 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
391 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
392 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
393 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
394 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
395 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
396 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
397 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
398 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
399 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
400 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
401 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
402 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
403 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
404 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
405 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
406 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
407 Nt32Pkg/TimerDxe/TimerDxe.inf
408 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
409 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
410 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
411 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
412 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
413 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
414 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
415 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
416 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
417 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
418 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
419 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
420 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
421 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
422 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
423 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
424 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
425 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
426 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
427 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
428 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
429 Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
430 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
431 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
432 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
433 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
434 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
435
436 [BuildOptions]
437 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
438 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096