]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with packa...
[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 CustomDecompressLib|MdeModulePkg/Library/DxeCoreCustomDecompressLibFromHob/DxeCoreCustomDecompressLibFromHob.inf
99 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
100 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
101 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
102 PeCoffLoaderLib|MdeModulePkg/Library/DxePeCoffLoaderFromHobLib/DxePeCoffLoaderFromHobLib.inf
103 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
104 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
105
106
107 [LibraryClasses.common.DXE_SMM_DRIVER]
108 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
109 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
110 UefiDecompressLib|MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
111 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
112 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
113 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
114 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
115 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
116 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
117 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
118 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
119 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
120 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
121 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
122 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
123 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
124
125 [LibraryClasses.common.PEIM]
126 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
127 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
128 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
129 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
130 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
131 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
132 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
133 PeCoffLoaderLib|Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf
134 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
135 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
136 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
137 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
138
139 [LibraryClasses.common.PEI_CORE]
140 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
141 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
142 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
143 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
145 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
146 OldPeiCoreEntryPoint|MdePkg/Library/OldPeiCoreEntryPoint/OldPeiCoreEntryPoint.inf
147 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
148 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
149 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
150 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
151
152 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
153 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
155 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
156 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
157 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
158 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
159 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
160 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
161 UefiDecompressLib|MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
162 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
163 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
164 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
165 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
166 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
167 UefiDriverModelLib|MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.inf
168 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
169 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
170 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
171
172 [LibraryClasses.common.UEFI_DRIVER]
173 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
174 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
175 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
176 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
177 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
178 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
179 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
180 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
181 UefiDecompressLib|MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
182 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
183 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
184 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
185 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
186 UefiDriverModelLib|MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.inf
187 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
188 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
189 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
190
191 [LibraryClasses.common.DXE_DRIVER]
192 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
193 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
194 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
195 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
196 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
197 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
198 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
199 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
200 UefiDecompressLib|MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
201 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
202 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
203 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
204 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
205 UefiDriverModelLib|MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.inf
206 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
207 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
208 EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
209 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
210
211 [LibraryClasses.common.UEFI_APPLICATION]
212 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
213 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
214 UefiDecompressLib|MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
215 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
216 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
217 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
218 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
219 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
220 EdkIfrSupportLib|MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
221 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
222 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
223 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
224 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
225 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
226 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
227 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
228 DebugLib|IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
229
230
231 ################################################################################
232 #
233 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
234 #
235 ################################################################################
236
237 [PcdsFeatureFlag.common]
238 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|FALSE
239 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|FALSE
240 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
241 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE
242 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
243 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
244 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
245 PcdUefiVariableDefaultLangDepricate|gEfiMdePkgTokenSpaceGuid|FALSE
246
247 [PcdsPatchableInModule.IA32]
248 PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
249 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|128
250
251 [PcdsFixedAtBuild.IA32]
252 PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid|L"64!64"|12
253 PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid|L"..\\Fv\\Fv_Recovery.fd"|52
254 PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid|1
255 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
256 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
257 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
258 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
259 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
260 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
261 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
262 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
263 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x1f
264 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
265 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000040
266 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
267 PcdMaxPeiPcdCallBackNumberPerPcdEntry|gEfiMdeModulePkgTokenSpaceGuid|0x08
268 PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid|0x0
269 PcdMaxSizeNonPopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0
270 PcdMaxSizePopulateCapsule|gEfiMdeModulePkgTokenSpaceGuid|0x0
271 PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
272 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
273 PcdStatusCodeValueRemoteConsoleError|gEfiMdePkgTokenSpaceGuid|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
274 PcdStatusCodeValueRemoteConsoleReset|gEfiMdePkgTokenSpaceGuid|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
275 PcdStatusCodeValueRemoteConsoleInputError|gEfiMdePkgTokenSpaceGuid|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
276 PcdStatusCodeValueRemoteConsoleOutputError|gEfiMdePkgTokenSpaceGuid|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
277 PcdUefiVariableDefaultTimeout|gEfiMdePkgTokenSpaceGuid|0x0008
278 PcdUefiVariableDefaultLangCodes|gEfiMdePkgTokenSpaceGuid|"engfra"|7
279 PcdUefiVariableDefaultLang|gEfiMdePkgTokenSpaceGuid|"eng"|4
280 PcdUefiVariableDefaultPlatformLangCodes|gEfiMdePkgTokenSpaceGuid|"en;fr"|6
281 PcdUefiVariableDefaultPlatformLang|gEfiMdePkgTokenSpaceGuid|"en"|2
282 PcdStatusCodeValueEfiWatchDogTimerExpired|gEfiMdePkgTokenSpaceGuid|0x00011003
283 PcdStatusCodeValueMemoryTestStarted|gEfiMdePkgTokenSpaceGuid|0x00051006
284 PcdStatusCodeValueSetVirtualAddressMap|gEfiMdePkgTokenSpaceGuid|0x03101004
285 PcdStatusCodeValueUncorrectableMemoryError|gEfiMdePkgTokenSpaceGuid|0x00051003
286
287 [PcdsFeatureFlag.IA32]
288 PcdPeiPcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
289 PcdPeiPcdDatabaseCallbackOnSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
290 PcdPeiPcdDatabaseExEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
291 PcdPeiPcdDatabaseGetSizeEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
292 PcdPeiPcdDatabaseSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
293 PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
294 PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
295 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
296 PcdDxeIplSwitchToLongMode|gEfiMdeModulePkgTokenSpaceGuid|FALSE
297 PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
298 PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
299 PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
300 PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE
301 PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
302 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
303 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
304 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
305 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
306 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
307 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
308 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
309 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
310 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
311 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
312 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
313 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
314 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE
315 PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
316 PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
317 PcdPciBusHotplugDeviceSupport|gEfiGenericPlatformTokenSpaceGuid|TRUE
318 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
319 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
320 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
321 PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
322 PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
323 PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
324 PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|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 PcdWinNtSerialPort|gEfiNt32PkgTokenSpaceGuid|L"COM1!COM2"|18
336 PcdWinNtFileSystem|gEfiNt32PkgTokenSpaceGuid|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|106
337 PcdWinNtGop|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
338 PcdWinNtConsole|gEfiNt32PkgTokenSpaceGuid|L"Bus Driver Console Window"|50
339 PcdWinNtVirtualDisk|gEfiNt32PkgTokenSpaceGuid|L"FW;40960;512"|24
340 PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid|L"NT32 Processor Emulation"|52
341 PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"1234"|8
342 PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid|L"64!64"|10
343 PcdWinNtPhysicalDisk|gEfiNt32PkgTokenSpaceGuid|L"a:RW;2880;512!e:RW;262144;512"|58
344 PcdWinNtUga|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
345 PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid|0x0
346 PcdFlashNvStorageFtwSpareSize|gEfiMdeModulePkgTokenSpaceGuid|0x280000
347 PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid|0x28e000
348 PcdFlashNvStorageFtwWorkingSize|gEfiMdeModulePkgTokenSpaceGuid|0x2000
349 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0x280000
350 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid|0x00c000
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 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
370 Nt32Pkg/BootModePei/BootModePei.inf
371 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
372 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
373 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
374 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
375 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
376 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
377 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
378
379 ##
380 # DXE Phase modules
381 ##
382 MdeModulePkg/Core/Dxe/DxeMain.inf
383 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
384 <LibraryClass>
385 PcdLib|MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.inf
386 }
387 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
388 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
389 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
390 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
391 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
392 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
393 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
394 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
395 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
396 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
397 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
398 MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
399 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
400 Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
401 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
402 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
403 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
404 Nt32Pkg/TimerDxe/TimerDxe.inf
405 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
406 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
407 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
408 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
409 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
410 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
411 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
412 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
413 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
414 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
415 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
416 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
417 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
418 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
419 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
420 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
421 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
422 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
423 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
424 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
425 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
426 Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
427 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
428 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
429 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
430 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
431 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
432
433 [BuildOptions]
434 MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
435 MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096