Nt32Pkg.dsc revision 19648468162b85f5b40d9ff167b38e9eb8147a34
1#/** @file
2# EFI/Framework Emulation Platform
3#
4# The Emulation Platform can be used to debug individual modules, prior to creating
5#    a real platform. This also provides an example for how an DSC is created.
6#
7# Copyright (c) 2006 - 2007, Intel Corporation
8#
9#  All rights reserved. This program and the accompanying materials
10#    are licensed and made available under the terms and conditions of the BSD License
11#    which accompanies this distribution. The full text of the license may be found at
12#    http://opensource.org/licenses/bsd-license.php
13#
14#    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15#    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16#
17#**/
18
19################################################################################
20#
21# Defines Section - statements that will be processed to create a Makefile.
22#
23################################################################################
24[Defines]
25  PLATFORM_NAME                  = NT32
26  PLATFORM_GUID                  = EB216561-961F-47EE-9EF9-CA426EF547C2
27  PLATFORM_VERSION               = 0.3
28  DSC_SPECIFICATION              = 0x00010005
29  OUTPUT_DIRECTORY               = Build/NT32
30  SUPPORTED_ARCHITECTURES        = IA32
31  BUILD_TARGETS                  = DEBUG
32  SKUID_IDENTIFIER               = DEFAULT
33  FLASH_DEFINITION               = Nt32Pkg/Nt32Pkg.fdf
34
35
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  FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
66  IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
67  UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
68  FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
69  S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
70  RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
71
72[LibraryClasses.common.BASE]
73  DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
74  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
75
76[LibraryClasses.common.USER_DEFINED]
77  DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
78  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
79
80[LibraryClasses.common.SEC]
81  BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
82  DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
84  PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.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|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.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  PeCoffLib|Nt32Pkg/Library/DxeNT32PeCoffLib/DxeNT32PeCoffLib.inf
98  ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
99
100[LibraryClasses.common.DXE_SMM_DRIVER]
101  DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
102  ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
103  FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
104  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
105  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
106  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
107  PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
108  MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
109  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
110  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
111  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
112  WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
113  OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
114  PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
115  DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
116
117[LibraryClasses.common.PEIM]
118  BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
119  HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
120  PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
121  IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
122  PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
123  PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
124  MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
125  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
126  PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
127  OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
128  PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
129  DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
130  PeCoffLib|Nt32Pkg/Library/PeiNT32PeCoffLib/PeiNT32PeCoffLib.inf
131  PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
132  ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
133
134[LibraryClasses.common.PEI_CORE]
135  BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
136  HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
137  PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
138  IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
139  PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
140  MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
141  PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
142  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
143  PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf
144  PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
145  DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
146  PeCoffLib|Nt32Pkg/Library/PeiCoreNT32PeCoffLib/PeiCoreNT32PeCoffLib.inf
147  PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf
148
149[LibraryClasses.common.DXE_RUNTIME_DRIVER]
150  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
151  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
152  PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
153  MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
154  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
155  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
156  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
157  DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
158  FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
159  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
160  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
161  UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
162  ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
163  WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
164  OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
165  DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
166
167[LibraryClasses.common.UEFI_DRIVER]
168  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
169  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
170  PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
171  MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
172  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
173  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
174  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
175  DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
176  FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
177  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
178  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
179  ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
180  WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
181  OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
182  DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
183
184[LibraryClasses.common.DXE_DRIVER]
185  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
186  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
187  PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
188  MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
189  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
190  UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
191  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
192  DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
193  FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
194  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
195  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
196  ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
197  WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
198  OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
199  EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.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  ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
209  FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
210  UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
211  UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
212  HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
213  DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
214  PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
215  MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
216  UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
217  ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
218  UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
219  WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
220  OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
221  DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
222  PrintLib|MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
223
224
225################################################################################
226#
227# Pcd Section - list of all EDK II PCD Entries defined by this Platform
228#
229################################################################################
230
231[PcdsFeatureFlag.common]
232  gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
233  gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
234  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
235  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
236  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
237  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
238  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
239  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|FALSE
240  gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE
241  gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE
242  gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE
243  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
244  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
245
246[PcdsFixedAtBuild.IA32]
247  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
248  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128
249  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12
250  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
251  gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1
252  gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
253  gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
254  gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
255  gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
256  gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
257  gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
258  gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
259  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
260  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
261  gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
262  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
263  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
264  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
265  gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
266  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
267  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
268  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
269  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100   # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
270  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006        # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
271  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001        # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
272  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007   # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
273  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008  # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
274  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008
275  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfra"|VOID*|7
276  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang|"eng"|VOID*|4
277  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes|"en;fr"|VOID*|6
278  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang|"en"|VOID*|3
279  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
280  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
281  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
282  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
283  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
284  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
285  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
286  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
287  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
288  gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
289
290  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000
291  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000
292  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000
293  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000
294  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0
295  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000
296
297  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000
298  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000
299  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000
300
301  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
302  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
303  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
304  gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
305  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
306  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
307  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
308  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
309  gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
310
311[PcdsFeatureFlag.IA32]
312  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
313  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
314  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
315  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
316  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
317  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
318  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
319  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
320  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
321  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE
322  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE
323  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE
324  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE
325  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|TRUE
326  gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
327  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
328  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
329  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
330  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
331  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
332  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
333  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
334  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
335  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
336  gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
337  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
338  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
339  gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
340  gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
341  gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
342  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
343  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
344  gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE
345  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
346  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
347  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
348  gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
349
350
351################################################################################
352#
353# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
354#
355################################################################################
356
357[PcdsDynamicDefault.common.DEFAULT]
358  gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18
359  gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|106
360  gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50
361  gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50
362  gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24
363  gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10
364  gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100
365  gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50
366
367  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
368  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
369  gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
370
371################################################################################
372#
373# Components Section - list of all EDK II Modules needed by this Platform
374#
375################################################################################
376
377[Components.IA32]
378  ##
379  #  SEC Phase modules
380  ##
381  Nt32Pkg/Sec/SecMain.inf
382
383  ##
384  #  PEI Phase modules
385  ##
386  MdeModulePkg/Core/Pei/PeiMain.inf
387  MdeModulePkg/Universal/PCD/Pei/Pcd.inf  {
388   <LibraryClasses>
389      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
390  }
391  IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
392  Nt32Pkg/BootModePei/BootModePei.inf
393  Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
394  MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
395  MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
396  Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
397  Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
398  Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
399  MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
400    <LibraryClasses>
401      NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
402  }
403  ##
404  #  DXE Phase modules
405  ##
406  MdeModulePkg/Core/Dxe/DxeMain.inf {
407    <LibraryClasses>
408      NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
409  }
410  MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
411    <LibraryClasses>
412      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
413  }
414  Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
415  Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
416  Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
417  MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
418  Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
419  MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
420  IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
421  MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
422  MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
423  IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
424  Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
425  Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
426  Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
427  MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
428  IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
429  Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
430  Nt32Pkg/TimerDxe/TimerDxe.inf
431  IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
432  MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
433  MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
434  MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
435  MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
436  MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
437  MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
438  MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
439  MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
440  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
441  MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
442  MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
443  IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
444  MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
445  IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
446  MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf     ##This driver follows UEFI specification definition
447  MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf    ##This driver follows UEFI specification definition
448  IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
449  Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
450  Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
451  Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
452  Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
453  Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
454  IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
455  MdeModulePkg/Application/HelloWorld/HelloWorld.inf
456
457  #
458  # Network stack drivers
459  # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
460  #
461  MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
462  MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
463  MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
464  MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
465  MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
466  MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
467  MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
468  MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
469  MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
470  Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf
471
472[BuildOptions]
473  DEBUG_ICC_IA32_DLINK_FLAGS                  = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
474  DEBUG_VS2003_IA32_DLINK_FLAGS               = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
475  DEBUG_MYTOOLS_IA32_DLINK_FLAGS              = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
476  DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS      = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
477  DEBUG_VS2005PRO_IA32_DLINK_FLAGS            = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
478  DEBUG_MIXED_IA32_DLINK_FLAGS                = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
479  RELEASE_ICC_IA32_DLINK_FLAGS                = /ALIGN:4096
480  RELEASE_VS2003_IA32_DLINK_FLAGS             = /ALIGN:4096
481  RELEASE_MYTOOLS_IA32_DLINK_FLAGS            = /ALIGN:4096
482  RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS    = /ALIGN:4096
483  RELEASE_VS2005PRO_IA32_DLINK_FLAGS          = /ALIGN:4096
484  RELEASE_MIXED_IA32_DLINK_FLAGS              = /ALIGN:4096
485  MSFT:DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
486  MSFT:RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
487