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