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