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