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