]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Nt32Pkg.dsc
Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in SmmCore...
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.dsc
CommitLineData
7b202cb0 1## @file\r
5fd5fcd3 2# EFI/Framework Emulation Platform with UEFI HII interface supported.\r
25a201c6 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
70836cb6 7# Copyright (c) 2006 - 2010, Intel Corporation\r
25a201c6 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
ef0028a2 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
7b202cb0 17##\r
25a201c6 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
5fa30855 31 BUILD_TARGETS = DEBUG|RELEASE\r
25a201c6 32 SKUID_IDENTIFIER = DEFAULT\r
409f6780 33 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r
53f79f86 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
7b202cb0 51[LibraryClasses]\r
2b642e5a 52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
409f6780
A
53 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
54 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
0a525ec0 55 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
ba571110 56 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
409f6780 57 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
4213ce84 58 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
0a525ec0 59 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
db9c4238 60 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
409f6780 61 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
8e8fcb0e 62 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
409f6780 63 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
409f6780 64 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
39a4d286 65 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
3f07728f 66 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
4797d4c7 67 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
5c5a2ca2 68 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
5fd5fcd3 69 PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf\r
95be2c94 70 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
4797d4c7 71 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
5fd5fcd3 72 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
008698ab 73 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
8273af4e 74 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
53f79f86 75 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
76\r
fdcc2fdc 77[LibraryClasses.common.USER_DEFINED]\r
409f6780 78 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
8e8fcb0e 79 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
663ec9c0 80 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
5bc18fec 81 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
82 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
83 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
84 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
d695558b 85\r
869f8e34 86[LibraryClasses.common.DXE_CORE]\r
409f6780 87 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
409f6780
A
88 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
89 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
90 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
fb53e6cc 91 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
409f6780 92 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
663ec9c0 93 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780 94 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
2f053c92 95 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
d4b7ad52 96 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
ffdd18bb 97 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r
d173d9c7 98 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
25a201c6 99\r
869f8e34 100[LibraryClasses.common.DXE_SMM_DRIVER]\r
409f6780 101 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
4797d4c7 102 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780
A
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
70836cb6 107 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
409f6780 108 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
663ec9c0 109 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/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
663ec9c0 124 ReportStatusCodeLib|MdeModulePkg/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
ffdd18bb 129 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r
d173d9c7 130 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
e6ef5309 131\r
869f8e34 132[LibraryClasses.common.PEI_CORE]\r
ba571110 133 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
409f6780
A
134 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
135 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
136 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
137 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
138 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
139 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
663ec9c0 140 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
6f7978c4 141 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.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
ffdd18bb 145 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.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
0a525ec0 151 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780
A
152 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
153 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
663ec9c0 154 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780 155 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
409f6780
A
156 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
157 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
158 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
4797d4c7 159 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780
A
160 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
161 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
2f053c92 162 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
ffdd18bb 163 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.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
880cfb98 168 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
0a525ec0 169 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780
A
170 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
171 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
663ec9c0 172 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780 173 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
409f6780
A
174 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
175 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
4797d4c7 176 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780
A
177 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
178 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
2f053c92 179 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
7f4d2100 180 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
181 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
182 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
183 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
ffdd18bb 184 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r
25a201c6 185\r
869f8e34 186[LibraryClasses.common.DXE_DRIVER]\r
409f6780
A
187 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
188 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
189 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
0a525ec0 190 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780
A
191 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
192 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
663ec9c0 193 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780 194 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
409f6780
A
195 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
196 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
4797d4c7 197 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780
A
198 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
199 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
2f053c92 200 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
593a8308 201 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
202 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
203 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
36ee91ca 204 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
25a201c6 205\r
869f8e34 206[LibraryClasses.common.UEFI_APPLICATION]\r
409f6780 207 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
4797d4c7 208 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
409f6780
A
209 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
210 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
211 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
212 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
880cfb98 213 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
0a525ec0 214 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 215 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
663ec9c0 216 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780
A
217 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
218 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
219 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
2f053c92 220 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
fcf24bad 221 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
4cf1c1b5 222\r
25a201c6 223\r
224################################################################################\r
225#\r
226# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
227#\r
228################################################################################\r
229\r
7b202cb0 230[PcdsFeatureFlag]\r
5fa30855
LG
231 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
233 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
842b46a4 234 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r
95276127 235\r
5fa30855 236[PcdsFixedAtBuild]\r
b3af5df6 237 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
238 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
5fa30855 239 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
b3af5df6 240 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000\r
5fa30855
LG
241 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
242 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"\r
b3af5df6 243 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000\r
5fa30855 244 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
25a201c6 245\r
246################################################################################\r
247#\r
248# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
249#\r
250################################################################################\r
251\r
2cb630b1 252[PcdsDynamicDefault.common.DEFAULT]\r
b3af5df6 253 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18\r
9c116440 254 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106\r
b3af5df6 255 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50\r
256 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50\r
257 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24\r
b3af5df6 258 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10\r
259 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100\r
260 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50\r
261\r
262 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
263 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
264 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
25a201c6 265\r
fcf24bad 266[PcdsDynamicHii.common.DEFAULT]\r
4d6c29ce 267 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80\r
268 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25\r
269 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
270 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1\r
53f79f86 271\r
dcbb35eb 272###################################################################################################\r
25a201c6 273#\r
dcbb35eb 274# Components Section - list of the modules and components that will be processed by compilation\r
275# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
25a201c6 276#\r
dcbb35eb 277# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
278# into firmware volume images. This section is just a list of modules to compile from\r
279# source into UEFI-compliant binaries.\r
280# It is the FDF file that contains information on combining binary files into firmware\r
281# volume images, whose concept is beyond UEFI and is described in PI specification.\r
282# Binary modules do not need to be listed in this section, as they should be\r
283# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
284# Logo (Logo.bmp), and etc.\r
285# There may also be modules listed in this section that are not required in the FDF file,\r
286# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
287# generated for it, but the binary will not be put into any firmware volume.\r
288#\r
289###################################################################################################\r
25a201c6 290\r
291[Components.IA32]\r
04eced5b 292 ##\r
293 # SEC Phase modules\r
294 ##\r
409f6780 295 Nt32Pkg/Sec/SecMain.inf\r
929e7bd1 296\r
04eced5b 297 ##\r
298 # PEI Phase modules\r
299 ##\r
409f6780 300 MdeModulePkg/Core/Pei/PeiMain.inf\r
76b0f6ab 301 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
b3af5df6 302 <LibraryClasses>\r
76b0f6ab 303 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
304 }\r
25126a05 305 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
164393a0 306 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
25126a05 307 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf\r
409f6780 308 Nt32Pkg/BootModePei/BootModePei.inf\r
ba82cb67 309 Nt32Pkg/StallPei/StallPei.inf\r
409f6780 310 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r
409f6780
A
311 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
312 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r
313 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r
314 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r
706e7534 315 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
04eced5b 316 ##\r
317 # DXE Phase modules\r
318 ##\r
899bc551
LG
319 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
320 <LibraryClasses>\r
46ffb9a4 321 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
97ef8cff 322 <BuildOptions>\r
53f79f86 323 *_*_IA32_CC_FLAGS =\r
899bc551 324 }\r
97ef8cff 325\r
409f6780 326 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
b3af5df6 327 <LibraryClasses>\r
cdebf6c6 328 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
cba9012a 329 }\r
409f6780 330 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r
593a8308 331 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
409f6780
A
332 Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
333 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
334 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
335 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
336 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
1fdd39d3 337 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
409f6780
A
338 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
339 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
409f6780 340 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r
593a8308 341 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf\r
eba3ff4c 342 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
409f6780
A
343 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
344 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r
345 Nt32Pkg/TimerDxe/TimerDxe.inf\r
25126a05 346 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
164393a0 347 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
25126a05 348 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf\r
409f6780 349 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
d5469f43 350 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
409f6780
A
351 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
352 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
353 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
fcf24bad 354 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
355 <LibraryClasses>\r
356 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
357 }\r
409f6780
A
358 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
359 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
360 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
361 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
362 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
409f6780 363 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
061b1c20 364 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
409f6780
A
365 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r
366 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r
367 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
880cfb98 368 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {\r
369 <LibraryClasses>\r
370 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
371 }\r
409f6780 372 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r
409f6780
A
373 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r
374 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r
375 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r
ef0028a2 376 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
929e7bd1 377\r
593a8308 378 #\r
379 # Network stack drivers\r
380 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
381 #\r
36ee91ca 382 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
593a8308 383 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
384 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
385 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
386 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
387 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 388 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
593a8308 389 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
390 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
391 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
5276f667 392 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
593a8308 393 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf\r
394\r
34a2bb9a 395 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
396\r
53f79f86 397 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
5fd5fcd3 398 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
399 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
fcf24bad 400 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
5fd5fcd3 401 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
402 <LibraryClasses>\r
403 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
404 }\r
34a2bb9a 405 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
53f79f86 406\r
27431725 407 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
27431725 408\r
2cb630b1 409[BuildOptions]\r
23565921 410 DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
411 RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096\r
2529e5e1 412 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006\r
413\r
be0187bb 414\r
415\r
416\r
417#############################################################################################################\r
418# NOTE:\r
419# The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.\r
420# If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and\r
421# libraries used by that R8 module.\r
422# Currently, Nt32 platform do not has any R8 style module\r
53f79f86 423#\r
be0187bb 424#\r
425#[Libraries.IA32]\r
426 #\r
427 # Libraries common to PEI and DXE\r
428 #\r
fcf24bad 429 # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r
430 # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r
431 # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r
432 # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf\r
433 # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf\r
434 # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r
435 # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r
436 # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf\r
437 # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r
be0187bb 438\r
439 #\r
440 # PEI libraries\r
441 #\r
fcf24bad 442 # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r
443 # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r
444 # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf\r
445 # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r
be0187bb 446\r
447 #\r
448 # DXE libraries\r
449 #\r
fcf24bad 450 # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r
451 # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r
452 # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r
453 # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r
454 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf\r
455 # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf\r
456 # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r
457 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r
458 # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r
459 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r
460 # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r
be0187bb 461\r
462 #\r
463 # Print/Graphics Library consume SetupBrowser Print Protocol\r
464 #\r
fcf24bad 465 # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r
466 # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r
467\r