]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.dsc
Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg.
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.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) 2006 - 2008, 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
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/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
56 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
57 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
58 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
59 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
60 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
61 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
62 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
63 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
64 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
65 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
66 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
67 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
68 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
69 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
70 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
71 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
72 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
73 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
74 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
75 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
76
77 [LibraryClasses.common.USER_DEFINED]
78 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
79 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
80 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
81 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
82 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
83 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
84 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
85
86 [LibraryClasses.common.DXE_CORE]
87 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
88 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
89 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
90 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
91 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
92 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
93 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
94 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
95 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
96 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
97 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
98 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
99
100 [LibraryClasses.common.DXE_SMM_DRIVER]
101 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
102 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
103 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
104 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
105 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
106 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
107 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
108 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
110 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
111 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
112 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
114 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
115
116 [LibraryClasses.common.PEIM]
117 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
119 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
120 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
121 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
122 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
123 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
124 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
125 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
126 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
127 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
128 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
129 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
130 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
131
132 [LibraryClasses.common.PEI_CORE]
133 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
134 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
135 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
136 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
137 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
138 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
139 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
140 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
141 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
142 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
143 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
144 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
145 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf
146
147 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
148 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
149 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
150 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
151 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
152 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
153 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
154 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
155 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
156 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
157 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
158 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
159 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
160 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
161 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
162 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
163 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
164
165 [LibraryClasses.common.UEFI_DRIVER]
166 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
167 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
168 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
169 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
170 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
171 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
172 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
173 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
174 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
175 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
176 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
177 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
178 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
179 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
180 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
181 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
182 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
183 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
184 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf
185
186 [LibraryClasses.common.DXE_DRIVER]
187 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
188 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
189 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
190 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
191 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
192 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
194 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
195 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
196 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
197 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
198 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
199 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
200 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
201 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
202 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
203 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
204 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
205
206 [LibraryClasses.common.UEFI_APPLICATION]
207 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
208 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
209 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
210 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
211 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
212 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
213 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
214 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
215 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
216 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
217 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
218 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
219 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
220 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
221 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
222
223
224 ################################################################################
225 #
226 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
227 #
228 ################################################################################
229
230 [PcdsFeatureFlag.common]
231 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE
234 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
237 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
239 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
240
241 [PcdsFixedAtBuild.IA32]
242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
243 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"|VOID*|52
244 gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
245 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
246 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
249 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
250 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
251 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
252 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
253 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
254 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
255 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
256 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
257 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
258 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
259 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
260 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
261 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
262 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
263 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
264 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
265 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
266 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
267 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
268 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
269 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
270 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
271 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
272 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
273 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
274
275 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
276 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
277 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
278 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
279 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
280 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
281
282 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
283 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
284 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
285
286 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
287 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
288 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
289 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
290 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
291 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
292 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
293 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
294 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
295
296 [PcdsFeatureFlag.IA32]
297 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
298 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
299 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
300 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
301 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
302 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
303 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
304 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
305 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
306 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
307 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
308
309
310 ################################################################################
311 #
312 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
313 #
314 ################################################################################
315
316 [PcdsDynamicDefault.common.DEFAULT]
317 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
318 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106
319 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
320 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
321 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
322 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
323 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
324 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
325
326 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
327 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
328 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
329
330 [PcdsDynamicHii.common.DEFAULT]
331 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80
332 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25
333 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
334 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1
335
336 ###################################################################################################
337 #
338 # Components Section - list of the modules and components that will be processed by compilation
339 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
340 #
341 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
342 # into firmware volume images. This section is just a list of modules to compile from
343 # source into UEFI-compliant binaries.
344 # It is the FDF file that contains information on combining binary files into firmware
345 # volume images, whose concept is beyond UEFI and is described in PI specification.
346 # Binary modules do not need to be listed in this section, as they should be
347 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
348 # Logo (Logo.bmp), and etc.
349 # There may also be modules listed in this section that are not required in the FDF file,
350 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
351 # generated for it, but the binary will not be put into any firmware volume.
352 #
353 ###################################################################################################
354
355 [Components.IA32]
356 ##
357 # SEC Phase modules
358 ##
359 Nt32Pkg/Sec/SecMain.inf
360
361 ##
362 # PEI Phase modules
363 ##
364 MdeModulePkg/Core/Pei/PeiMain.inf
365 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
366 <LibraryClasses>
367 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
368 }
369 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
370 Nt32Pkg/BootModePei/BootModePei.inf
371 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
372 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
373 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
374 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
375 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
376 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
377 ##
378 # DXE Phase modules
379 ##
380 MdeModulePkg/Core/Dxe/DxeMain.inf {
381 <LibraryClasses>
382 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
383 <BuildOptions>
384 *_*_IA32_CC_FLAGS =
385 }
386
387 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
388 <LibraryClasses>
389 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
390 }
391 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
392 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
393 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
394 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
395 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
396 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
397 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
398 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
399 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
400 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
401 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
402 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
403 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
404 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
405 Nt32Pkg/TimerDxe/TimerDxe.inf
406 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
407 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
408 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
409 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
410 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
411 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
412 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
413 <LibraryClasses>
414 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
415 }
416 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
417 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
418 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
419 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
420 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
421 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
422 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
423 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
424 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
425 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
426 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {
427 <LibraryClasses>
428 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
429 }
430 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
431 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
432 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
433 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
434 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
435
436 #
437 # Network stack drivers
438 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
439 #
440 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
441 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
442 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
443 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
444 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
445 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
446 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
447 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
448 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
449 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
450
451 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
452
453 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
454 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
455 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
456 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
457 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
458 <LibraryClasses>
459 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
460 }
461 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
462
463 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
464
465 [BuildOptions]
466 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
467 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
468 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
469
470
471
472
473 #############################################################################################################
474 # NOTE:
475 # The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.
476 # If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and
477 # libraries used by that R8 module.
478 # Currently, Nt32 platform do not has any R8 style module
479 #
480 #
481 #[Libraries.IA32]
482 #
483 # Libraries common to PEI and DXE
484 #
485 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
486 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
487 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
488 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
489 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
490 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
491 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
492 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
493 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
494
495 #
496 # PEI libraries
497 #
498 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
499 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
500 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
501 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
502
503 #
504 # DXE libraries
505 #
506 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
507 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
508 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
509 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
510 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
511 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
512 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
513 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
514 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
515 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
516 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
517
518 #
519 # Print/Graphics Library consume SetupBrowser Print Protocol
520 #
521 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
522 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
523