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