]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Nt32Pkg.dsc
Nt32Pkg/Nt32Pkg.dsc: Remove EdkCompatibilityPkg information
[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
2eee9d65 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
c4a5d3f1 8# Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>\r
4e502412 9# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
25a201c6 10#\r
8f2a5f80 11# This program and the accompanying materials\r
25a201c6 12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
ef0028a2 14# http://opensource.org/licenses/bsd-license.php\r
4cf1c1b5 15#\r
25a201c6 16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
7b202cb0 19##\r
25a201c6 20\r
21################################################################################\r
22#\r
23# Defines Section - statements that will be processed to create a Makefile.\r
24#\r
25################################################################################\r
26[Defines]\r
27 PLATFORM_NAME = NT32\r
28 PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2\r
bbd53f77 29 PLATFORM_VERSION = 0.4\r
25a201c6 30 DSC_SPECIFICATION = 0x00010005\r
f3a86f73 31 OUTPUT_DIRECTORY = Build/NT32$(ARCH)\r
f66a43b2 32 SUPPORTED_ARCHITECTURES = IA32|X64\r
5955601c 33 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
25a201c6 34 SKUID_IDENTIFIER = DEFAULT\r
409f6780 35 FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r
3b9f94c3
SZ
36 #\r
37 # This flag is to control tool to generate PCD info for dynamic(ex) PCD,\r
38 # then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.\r
39 # If the flag is absent, it will be same as FALSE.\r
40 #\r
61d8989f 41 PCD_INFO_GENERATION = TRUE\r
53f79f86 42\r
0ff38cbf 43 #\r
44 # Defines for default states. These can be changed on the command line.\r
45 # -D FLAG=VALUE\r
46 #\r
5ea07b9d
JW
47 # Note: Secure Boot feature highly depends on the OpenSSL building. To enable this \r
48 # feature, please follow the instructions found in the file "Patch-HOWTO.txt" \r
49 # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.\r
50 #\r
0ff38cbf 51 DEFINE SECURE_BOOT_ENABLE = FALSE\r
c9b78304
JW
52 \r
53 #\r
54 # This flag is to enable or disable TLS feature. \r
55 # These can be changed on the command line.\r
56 # -D FLAG=VALUE\r
57 #\r
5ea07b9d
JW
58 # Note: TLS feature highly depends on the OpenSSL building. To enable this \r
59 # feature, please follow the instructions found in the file "Patch-HOWTO.txt" \r
60 # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.\r
61 #\r
7c3c53e5
JW
62 DEFINE TLS_ENABLE = FALSE\r
63 \r
64 #\r
65 # Indicates whether HTTP connections (i.e., unsecured) are permitted or not.\r
66 # -D FLAG=VALUE\r
67 #\r
68 # Note: If ALLOW_HTTP_CONNECTIONS is TRUE, HTTP connections are allowed. Both \r
69 # the "https://" and "http://" URI schemes are permitted. Otherwise, HTTP \r
70 # connections are denied. Only the "https://" URI scheme is permitted.\r
71 #\r
72 DEFINE ALLOW_HTTP_CONNECTIONS = TRUE\r
25a201c6 73\r
c628d65d
FS
74 #\r
75 # This flag is to enable or disable IPv6 network stack.\r
76 # These can be changed on the command line.\r
77 # -D FLAG=VALUE\r
78 #\r
79 DEFINE NETWORK_IP6_ENABLE = FALSE\r
80\r
2010c81b 81################################################################################\r
82#\r
83# SKU Identification section - list of all SKU IDs supported by this\r
84# Platform.\r
85#\r
86################################################################################\r
87[SkuIds]\r
88 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
25a201c6 89\r
90################################################################################\r
91#\r
92# Library Class section - list of all Library Classes needed by this Platform.\r
93#\r
94################################################################################\r
7b202cb0 95[LibraryClasses]\r
7cc9c452
LG
96 #\r
97 # Entry point\r
98 #\r
99 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
100 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
101 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
102 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
103 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
104 #\r
105 # Basic\r
106 #\r
409f6780 107 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
4213ce84 108 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
7cc9c452 109 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
0a525ec0 110 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780 111 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
7cc9c452
LG
112 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
113 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
114 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
115 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
116 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
117 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
46d5189b 118 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
7cc9c452
LG
119 #\r
120 # UEFI & PI\r
121 #\r
122 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
123 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
124 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
125 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
3f07728f 126 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
4797d4c7 127 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
863986b3 128 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r
7cc9c452
LG
129 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
130 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
131 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
132 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
133 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
811e73ac 134 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
ce7690e2 135 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
7cc9c452
LG
136 \r
137 #\r
138 # Generic Modules\r
139 #\r
140 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
141 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
142 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
143 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
144 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
c628d65d 145 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf\r
24662805 146 HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r
7cc9c452
LG
147 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
148 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
149 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
6b1ac444 150 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
8273af4e 151 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
7cc9c452
LG
152 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
153 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
154 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
859e75c4 155 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
7cc9c452
LG
156 #\r
157 # Platform\r
158 #\r
811e73ac 159 PlatformBootManagerLib|Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
7cc9c452
LG
160 #\r
161 # Misc\r
162 #\r
6fe9d9c1 163 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
48fff860 164 DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r
7cc9c452 165 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
53f79f86 166 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
55b17533 167 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
f66a43b2 168 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
f75697b2 169 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
00beb2ab 170 ResetSystemLib|Nt32Pkg/Library/ResetSystemLib/ResetSystemLib.inf\r
9fba024e 171!if $(TLS_ENABLE) == TRUE\r
f75697b2 172 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
9fba024e
LE
173!else\r
174 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf\r
175!endif\r
0ff38cbf 176 \r
177!if $(SECURE_BOOT_ENABLE) == TRUE\r
178 PlatformSecureLib|Nt32Pkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
9dc2c78d 179 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
3c0e9029
SZ
180 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
181!else\r
182 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
183 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
0ff38cbf 184!endif\r
5ad1e00d 185 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
53f79f86 186\r
fdcc2fdc 187[LibraryClasses.common.USER_DEFINED]\r
409f6780 188 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
8e8fcb0e 189 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
663ec9c0 190 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
5bc18fec 191 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
5bc18fec 192 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
d4b7ad52 193 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
25a201c6 194\r
7cc9c452
LG
195[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]\r
196 #\r
197 # PEI phase common\r
198 #\r
409f6780 199 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
409f6780 200 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
663ec9c0 201 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
d173d9c7 202 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
ba571110 203 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r
409f6780 204 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
409f6780 205 PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r
ffdd18bb 206 PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r
48fff860 207 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
25a201c6 208\r
7cc9c452
LG
209[LibraryClasses.common.PEI_CORE]\r
210 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
211 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
212\r
213[LibraryClasses.common.PEIM]\r
214 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
215 OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r
0ff38cbf 216 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
7cc9c452
LG
217\r
218[LibraryClasses.common]\r
219 #\r
220 # DXE phase common\r
221 #\r
222 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r
409f6780
A
223 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
224 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
0a525ec0 225 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
663ec9c0 226 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
409f6780 227 OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r
ffdd18bb 228 PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r
7cc9c452
LG
229 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
230 WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r
0ff38cbf 231 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
c9b78304 232 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf\r
25a201c6 233\r
7cc9c452
LG
234[LibraryClasses.common.DXE_CORE]\r
235 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
236 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
880cfb98 237 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
25a201c6 238\r
7cc9c452
LG
239[LibraryClasses.common.DXE_SMM_DRIVER]\r
240 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
241\r
242[LibraryClasses.common.UEFI_DRIVER]\r
243 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
25a201c6 244\r
869f8e34 245[LibraryClasses.common.UEFI_APPLICATION]\r
811e73ac 246 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
fcf24bad 247 PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r
0ff38cbf 248 \r
249[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
250 #\r
251 # Runtime\r
252 #\r
253 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
4cf1c1b5 254\r
25a201c6 255################################################################################\r
256#\r
257# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
258#\r
259################################################################################\r
7b202cb0 260[PcdsFeatureFlag]\r
5fa30855
LG
261 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
262 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
f66a43b2 263 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE\r
5fa30855 264 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
842b46a4 265 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r
95276127 266\r
5fa30855 267[PcdsFixedAtBuild]\r
2b55b922 268 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x00000000\r
b3af5df6 269 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
270 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
5fa30855 271 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
5fa30855
LG
272 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
273 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"\r
b3af5df6 274 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000\r
5fa30855 275 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
963b62ee 276 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
0ff38cbf 277 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
0ff38cbf 278\r
7c3c53e5
JW
279!if $(ALLOW_HTTP_CONNECTIONS) == TRUE\r
280 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE\r
281!endif\r
282\r
2790926d 283\r
0ff38cbf 284!if $(SECURE_BOOT_ENABLE) == TRUE\r
285 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
db44ea6c
FS
286 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
287 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
288 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
0ff38cbf 289!endif\r
f2993c02
ED
290 \r
291 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
292\r
25a201c6 293\r
294################################################################################\r
295#\r
296# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
297#\r
298################################################################################\r
2cb630b1 299[PcdsDynamicDefault.common.DEFAULT]\r
e527bd20 300 gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20\r
e527bd20 301 gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52\r
302 gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52\r
303 gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26\r
304 gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12\r
b3af5df6 305 gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100\r
e527bd20 306 gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52\r
b3af5df6 307\r
308 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
309 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
310 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r
4e502412
CS
311 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
312 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
313 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
25a201c6 314\r
f66a43b2 315[PcdsDynamicDefault.Ia32]\r
f07afa3e 316 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L"."|VOID*|106\r
f66a43b2
JM
317\r
318[PcdsDynamicDefault.x64]\r
f07afa3e 319 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L"."|VOID*|106\r
f66a43b2 320\r
fcf24bad 321[PcdsDynamicHii.common.DEFAULT]\r
dd94583b
RN
322 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x0|80\r
323 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x4|25\r
324 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
325 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1\r
53f79f86 326\r
dcbb35eb 327###################################################################################################\r
25a201c6 328#\r
dcbb35eb 329# Components Section - list of the modules and components that will be processed by compilation\r
330# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
25a201c6 331#\r
dcbb35eb 332# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
333# into firmware volume images. This section is just a list of modules to compile from\r
334# source into UEFI-compliant binaries.\r
335# It is the FDF file that contains information on combining binary files into firmware\r
336# volume images, whose concept is beyond UEFI and is described in PI specification.\r
337# Binary modules do not need to be listed in this section, as they should be\r
338# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
339# Logo (Logo.bmp), and etc.\r
340# There may also be modules listed in this section that are not required in the FDF file,\r
341# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
342# generated for it, but the binary will not be put into any firmware volume.\r
343#\r
344###################################################################################################\r
f66a43b2 345[Components]\r
04eced5b 346 ##\r
347 # SEC Phase modules\r
348 ##\r
3281ebb4 349 Nt32Pkg/Sec/SecMain.inf\r
929e7bd1 350\r
04eced5b 351 ##\r
352 # PEI Phase modules\r
353 ##\r
409f6780 354 MdeModulePkg/Core/Pei/PeiMain.inf\r
7cc9c452
LG
355 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
356 <LibraryClasses>\r
76b0f6ab 357 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
358 }\r
25126a05 359 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
164393a0 360 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
25126a05 361 Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf\r
409f6780 362 Nt32Pkg/BootModePei/BootModePei.inf\r
ba82cb67 363 Nt32Pkg/StallPei/StallPei.inf\r
409f6780 364 Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r
0ff38cbf 365 \r
71e9d09e 366 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
409f6780 367 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
0ff38cbf 368\r
409f6780
A
369 Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r
370 Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r
371 Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r
706e7534 372 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
04eced5b 373 ##\r
374 # DXE Phase modules\r
375 ##\r
899bc551
LG
376 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
377 <LibraryClasses>\r
46ffb9a4 378 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
863986b3 379 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
97ef8cff 380 <BuildOptions>\r
f66a43b2 381 *_*_*_CC_FLAGS =\r
899bc551 382 }\r
97ef8cff 383\r
409f6780 384 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
b3af5df6 385 <LibraryClasses>\r
cdebf6c6 386 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
cba9012a 387 }\r
409f6780 388 Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r
593a8308 389 Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
00beb2ab 390 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
409f6780
A
391 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
392 Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
0ff38cbf 393 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
394 <LibraryClasses>\r
395!if $(SECURE_BOOT_ENABLE) == TRUE\r
396 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
397!endif \r
398 }\r
1fdd39d3 399 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
409f6780
A
400 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
401 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
409f6780 402 Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r
593a8308 403 Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf\r
eba3ff4c 404 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
409f6780
A
405 Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r
406 Nt32Pkg/TimerDxe/TimerDxe.inf\r
25126a05 407 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
164393a0 408 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
25126a05 409 Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf\r
95ac0eba
SZ
410 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
411 <LibraryClasses>\r
412 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
413 }\r
0ff38cbf 414!if $(SECURE_BOOT_ENABLE) == TRUE\r
0ff38cbf 415 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
0ff38cbf 416!endif\r
d5469f43 417 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
409f6780
A
418 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
419 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
420 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
fcf24bad 421 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
422 <LibraryClasses>\r
423 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
424 }\r
9531873c 425 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r
426 <LibraryClasses>\r
427 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
428 }\r
0929b78a
HT
429 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {\r
430 <LibraryClasses>\r
431 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
432 }\r
863986b3
RN
433 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
434 <LibraryClasses>\r
435 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
436 }\r
409f6780
A
437 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
438 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
409f6780 439 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
70dc0b80 440 FatPkg/EnhancedFatDxe/Fat.inf\r
b696c64d 441 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
061b1c20 442 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
409f6780
A
443 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r
444 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r
445 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
880cfb98 446 Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {\r
447 <LibraryClasses>\r
448 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
449 }\r
409f6780 450 Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r
409f6780
A
451 Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r
452 Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r
453 Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r
ef0028a2 454 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
929e7bd1 455\r
593a8308 456 #\r
457 # Network stack drivers\r
458 # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r
459 #\r
36ee91ca 460 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
593a8308 461 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
462 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
593a8308 463 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
464 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
1b14ec40 465 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
593a8308 466 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
593a8308 467 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
2eee9d65
FS
468 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
469 NetworkPkg/TcpDxe/TcpDxe.inf\r
470 NetworkPkg/IScsiDxe/IScsiDxe.inf\r
593a8308 471 Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf\r
472\r
c628d65d
FS
473!if $(NETWORK_IP6_ENABLE) == TRUE\r
474 NetworkPkg/Ip6Dxe/Ip6Dxe.inf\r
475 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf\r
c628d65d
FS
476 NetworkPkg/Udp6Dxe/Udp6Dxe.inf\r
477 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf\r
c628d65d 478!endif\r
34a2bb9a 479\r
24662805
FS
480 NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r
481 NetworkPkg/DnsDxe/DnsDxe.inf\r
482 NetworkPkg/HttpDxe/HttpDxe.inf\r
4018f205 483 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r
c9b78304
JW
484 \r
485!if $(TLS_ENABLE) == TRUE\r
486 NetworkPkg/TlsDxe/TlsDxe.inf\r
487 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf\r
488!endif\r
24662805 489\r
67ce479a 490 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
ce7690e2
DB
491 MdeModulePkg/Application/UiApp/UiApp.inf{\r
492 <LibraryClasses>\r
5f8f0daa
DB
493 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
494 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
495 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
ce7690e2 496 }\r
811e73ac 497 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
5fd5fcd3 498 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
6b1ac444 499 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
5fd5fcd3 500 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
fcf24bad 501 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
5fd5fcd3 502 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
503 <LibraryClasses>\r
504 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
505 }\r
34a2bb9a 506 MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r
53f79f86 507\r
27431725 508 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r
e2e9b3b4 509 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf\r
0b6dc68d
ED
510 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf {\r
511 <LibraryClasses>\r
512 NULL|IntelFrameworkModulePkg/Library/LegacyBootManagerLib/LegacyBootManagerLib.inf\r
513 }\r
67ce479a 514 MdeModulePkg/Logo/LogoDxe.inf\r
46d5189b
RN
515 ShellPkg/Application/Shell/Shell.inf {\r
516 <PcdsFixedAtBuild>\r
517 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
518 <LibraryClasses>\r
519 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
520 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
521 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
522 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
523 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
524 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
525 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
526 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf\r
527 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
528 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
529 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
530 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
531 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
532 }\r
27431725 533\r
7cc9c452
LG
534###################################################################################################\r
535#\r
536# BuildOptions Section - Define the module specific tool chain flags that should be used as\r
537# the default flags for a module. These flags are appended to any \r
538# standard flags that are defined by the build process. They can be \r
539# applied for any modules or only those modules with the specific \r
540# module style (EDK or EDKII) specified in [Components] section.\r
541#\r
542###################################################################################################\r
2cb630b1 543[BuildOptions]\r
f66a43b2 544 DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
5955601c 545 NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
f66a43b2 546 RELEASE_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096\r
2529e5e1 547\r