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