]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg: Enable support for Secure Boot
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.dsc
CommitLineData
949f388f 1## @file\r
5dcda296 2# UEFI/PI Emulation Platform with UEFI HII interface supported.\r
949f388f 3#\r
4# The Emulation Platform can be used to debug individual modules, prior to creating\r
e23e488e 5# a real platform. This also provides an example for how an DSC is created.\r
6#\r
6e9f7e5e 7# Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>\r
949f388f 8# Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>\r
9#\r
e3ba31da 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 11#\r
12##\r
13\r
949f388f 14[Defines]\r
e23e488e 15 PLATFORM_NAME = EmulatorPkg\r
949f388f 16 PLATFORM_GUID = 05FD064D-1073-E844-936C-A0E16317107D\r
17 PLATFORM_VERSION = 0.3\r
52cb711d 18 DSC_SPECIFICATION = 0x00010005\r
f89c018f 19 OUTPUT_DIRECTORY = Build/Emulator$(ARCH)\r
e7523e06 20\r
112a857f 21 SUPPORTED_ARCHITECTURES = X64|IA32\r
57c320c9 22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
949f388f 23 SKUID_IDENTIFIER = DEFAULT\r
e23e488e 24 FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf\r
949f388f 25\r
3b7a897c
FS
26\r
27 #\r
28 # Network definition\r
29 #\r
30 DEFINE NETWORK_SNP_ENABLE = FALSE\r
31 DEFINE NETWORK_IP6_ENABLE = FALSE\r
32 DEFINE NETWORK_TLS_ENABLE = FALSE\r
33 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE\r
34 DEFINE NETWORK_ISCSI_ENABLE = FALSE\r
7faece69 35 DEFINE SECURE_BOOT_ENABLE = FALSE\r
3b7a897c 36\r
949f388f 37[SkuIds]\r
38 0|DEFAULT\r
39\r
949f388f 40[LibraryClasses]\r
41 #\r
42 # Entry point\r
43 #\r
44 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
45 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
46 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
47 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
48 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
49 #\r
50 # Basic\r
51 #\r
52 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
53 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
54 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
55 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
56 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
57 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
58 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
d773459e 59 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
949f388f 60\r
61 #\r
62 # UEFI & PI\r
63 #\r
64 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
65 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
66 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
67 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
68 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
69 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
70 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
0108a91c 71 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
949f388f 72\r
73 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
74 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
75 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
63f9b9b9 76 SmbiosLib|EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf\r
77\r
949f388f 78 #\r
79 # Generic Modules\r
80 #\r
81 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
949f388f 82 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
e0123894
RN
83 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
84 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
85 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
44b5d55d
MK
86 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
87 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
9a25ad8b 88 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
949f388f 89 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
90 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
91 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
92 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
93 #\r
94 # Platform\r
95 #\r
e0123894 96 PlatformBootManagerLib|EmulatorPkg/Library/PlatformBmLib/PlatformBmLib.inf\r
bb89ec1a 97 KeyMapLib|EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf\r
d18d8a1d 98\r
949f388f 99 #\r
100 # Misc\r
101 #\r
102 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
103 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
104 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
bb89ec1a 105 PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf\r
7bbe0b3e 106 DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
7f5d7425 107 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
5d81a9b3 108 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
c8f451eb 109 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
b6e3355a 110 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
3df29b5d 111 SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
fdd8463d
RN
112 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
113 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
949f388f 114\r
7faece69
DRW
115!if $(SECURE_BOOT_ENABLE) == TRUE\r
116 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
117 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf\r
118 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf\r
119 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
120!else\r
121 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
122!endif\r
123\r
65e3f333 124[LibraryClasses.common.SEC]\r
bb89ec1a 125 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
65e3f333 126 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 127 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
128 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
129 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
130 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
1453e773 131 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
bb89ec1a 132 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf\r
65e3f333 133\r
949f388f 134[LibraryClasses.common.USER_DEFINED, LibraryClasses.common.BASE]\r
135 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
136 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
137 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
138 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 139 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
140 ThunkPpiList|EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.inf\r
141 ThunkProtocolList|EmulatorPkg/Library/ThunkProtocolList/ThunkProtocolList.inf\r
65e3f333 142 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
bb89ec1a 143 PpiListLib|EmulatorPkg/Library/SecPpiListLib/SecPpiListLib.inf\r
144 PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf\r
65e3f333 145\r
949f388f 146\r
147[LibraryClasses.common.PEIM, LibraryClasses.common.PEI_CORE]\r
148 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
149 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
150 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
bb89ec1a 151 PeCoffGetEntryPointLib|EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.inf\r
152 PeCoffExtraActionLib|EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf\r
949f388f 153 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
bb89ec1a 154 SerialPortLib|EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf\r
1453e773 155 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
bb89ec1a 156 TimerLib|EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf\r
949f388f 157\r
158[LibraryClasses.common.PEI_CORE]\r
159 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
949f388f 160\r
161[LibraryClasses.common.PEIM]\r
162 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
949f388f 163\r
164[LibraryClasses.common.DXE_CORE]\r
165 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
166 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
167 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 168 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
949f388f 169 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
170 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
bb89ec1a 171 TimerLib|EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf\r
172 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
949f388f 173\r
7faece69
DRW
174[LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
175!if $(SECURE_BOOT_ENABLE) == TRUE\r
176 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
177!endif\r
178\r
179[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
180!if $(SECURE_BOOT_ENABLE) == TRUE\r
181 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
182!endif\r
183\r
949f388f 184[LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.UEFI_APPLICATION]\r
185 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
186 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
187 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
188 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 189 EmuThunkLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
190 PeCoffExtraActionLib|EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.inf\r
1453e773 191 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
bb89ec1a 192 TimerLib|EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf\r
949f388f 193\r
949f388f 194[PcdsFeatureFlag]\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
949f388f 196 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r
1fc93083 197 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE\r
949f388f 198\r
199[PcdsFixedAtBuild]\r
cf320090 200 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x00000000\r
df1b7575 201 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
949f388f 202 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r
203 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r
204 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r
205 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
206 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
6e9f7e5e 207 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE\r
949f388f 208\r
bb89ec1a 209 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize|0x002a0000\r
210 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize|0x10000\r
211 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareVolume|L"../FV/FV_RECOVERY.fd"\r
7faece69
DRW
212!if $(SECURE_BOOT_ENABLE) == TRUE\r
213 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
214 gEfiSecurityPkgTokenSpaceGuid.PcdUserPhysicalPresence|TRUE\r
215!endif\r
d18d8a1d 216\r
59ad461d 217 gEmulatorPkgTokenSpaceGuid.PcdEmuMemorySize|L"64!64"\r
72a44be9 218\r
e0123894
RN
219 # Change PcdBootManagerMenuFile to UiApp\r
220 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
221\r
72a44be9 222\r
949f388f 223#define BOOT_WITH_FULL_CONFIGURATION 0x00\r
224#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01\r
225#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02\r
226#define BOOT_WITH_FULL_CONFIGURATION_PLUS_DIAGNOSTICS 0x03\r
227#define BOOT_WITH_DEFAULT_SETTINGS 0x04\r
228#define BOOT_ON_S4_RESUME 0x05\r
229#define BOOT_ON_S5_RESUME 0x06\r
230#define BOOT_ON_S2_RESUME 0x10\r
231#define BOOT_ON_S3_RESUME 0x11\r
232#define BOOT_ON_FLASH_UPDATE 0x12\r
233#define BOOT_IN_RECOVERY_MODE 0x20\r
bb89ec1a 234 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|0\r
d18d8a1d 235\r
bb89ec1a 236 gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"1"\r
949f388f 237\r
5dcda296 238 # For a CD-ROM/DVD use L"diag.dmg:RO:2048"\r
bb89ec1a 239 gEmulatorPkgTokenSpaceGuid.PcdEmuVirtualDisk|L"disk.dmg:FW"\r
240 gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"\r
033949a8 241 gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L"."\r
bb89ec1a 242 gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"\r
243 gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"\r
949f388f 244\r
bb89ec1a 245 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"\r
246 gEmulatorPkgTokenSpaceGuid.PcdEmuCpuSpeed|L"3000"\r
949f388f 247\r
1c145953 248 # 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
7e284acb 249 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
250\r
949f388f 251[PcdsDynamicDefault.common.DEFAULT]\r
252 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0\r
253 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0\r
254 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
255\r
256[PcdsDynamicHii.common.DEFAULT]\r
257 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80\r
258 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25\r
e0123894 259 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r
949f388f 260\r
949f388f 261[Components]\r
50509ec6 262!if "IA32" in $(ARCH) || "X64" in $(ARCH)\r
2737037a 263 !if "MSFT" in $(FAMILY) || $(WIN_HOST_BUILD) == TRUE\r
50509ec6
MK
264 ##\r
265 # Emulator, OS WIN application\r
0b9ad0bc 266 # CLANGPDB is cross OS tool chain. It depends on WIN_HOST_BUILD flag\r
2737037a 267 # to build WinHost application.\r
50509ec6
MK
268 ##\r
269 EmulatorPkg/Win/Host/WinHost.inf\r
270 !else\r
271 ##\r
272 # Emulator, OS POSIX application\r
273 ##\r
274 EmulatorPkg/Unix/Host/Host.inf\r
275 !endif\r
3c859dfe
RN
276!endif\r
277\r
53a6813f 278!ifndef $(SKIP_MAIN_BUILD)\r
65e3f333 279 #\r
280 # Generic SEC\r
281 #\r
bb89ec1a 282 EmulatorPkg/Sec/Sec.inf\r
65e3f333 283\r
949f388f 284 ##\r
285 # PEI Phase modules\r
286 ##\r
287 MdeModulePkg/Core/Pei/PeiMain.inf\r
288 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
289 <LibraryClasses>\r
290 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
291 }\r
292 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
d18d8a1d 293 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r
294\r
bb89ec1a 295 EmulatorPkg/BootModePei/BootModePei.inf\r
94c4575c 296 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
949f388f 297 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
bb89ec1a 298 EmulatorPkg/AutoScanPei/AutoScanPei.inf\r
299 EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf\r
300 EmulatorPkg/FlashMapPei/FlashMapPei.inf\r
301 EmulatorPkg/ThunkPpiToProtocolPei/ThunkPpiToProtocolPei.inf\r
45aee4c8 302 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
949f388f 303\r
304 ##\r
305 # DXE Phase modules\r
306 ##\r
307 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
308 <LibraryClasses>\r
1453e773 309 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
bed0bbc3 310 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf\r
311 DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf\r
949f388f 312 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
7bbe0b3e 313 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
949f388f 314 }\r
315 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
316 <LibraryClasses>\r
317 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
318 }\r
319\r
320 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
321 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
322 <LibraryClasses>\r
1453e773 323 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
d18d8a1d 324 SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf\r
949f388f 325 }\r
326\r
1ef41207 327 MdeModulePkg/Universal/Metronome/Metronome.inf\r
bb89ec1a 328 EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf\r
329 EmulatorPkg/ResetRuntimeDxe/Reset.inf\r
949f388f 330 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
bb89ec1a 331 EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r
7faece69
DRW
332\r
333 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
334 <LibraryClasses>\r
335!if $(SECURE_BOOT_ENABLE) == TRUE\r
336 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
337!endif\r
338 }\r
339\r
949f388f 340 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
341 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
bb89ec1a 342 EmulatorPkg/EmuThunkDxe/EmuThunk.inf\r
343 EmulatorPkg/CpuRuntimeDxe/Cpu.inf\r
949f388f 344 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
63f9b9b9 345 EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf\r
bb89ec1a 346 EmulatorPkg/TimerDxe/Timer.inf\r
949f388f 347\r
7faece69
DRW
348!if $(SECURE_BOOT_ENABLE) == TRUE\r
349 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
350!endif\r
949f388f 351\r
1432065e
SZ
352 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
353 <LibraryClasses>\r
354 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
355 }\r
949f388f 356 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
357 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
358 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
359 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
360 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
361 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
9fffd8e2 362 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf {\r
7e284acb 363 <LibraryClasses>\r
364 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
d18d8a1d 365 SerialPortLib|EmulatorPkg/Library/DxeEmuSerialPortLib/DxeEmuSerialPortLib.inf\r
7e284acb 366 }\r
d18d8a1d 367\r
949f388f 368 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
e0123894 369 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
6ed2c8be 370!if "XCODE5" not in $(TOOL_CHAIN_TAG)\r
e0123894 371 MdeModulePkg/Logo/LogoDxe.inf\r
6ed2c8be 372!endif\r
e0123894
RN
373 MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf\r
374 MdeModulePkg/Application/UiApp/UiApp.inf {\r
375 <LibraryClasses>\r
376 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
377 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
378 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
379 }\r
380 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf\r
381\r
d18d8a1d 382 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
5dcda296 383 #{\r
d18d8a1d 384 # <LibraryClasses>\r
bb89ec1a 385 # NULL|EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf\r
5dcda296 386 #}\r
d18d8a1d 387\r
949f388f 388 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
389 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
390 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
391 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
392 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
393 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
949f388f 394\r
bb89ec1a 395 EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf\r
396 EmulatorPkg/EmuGopDxe/EmuGopDxe.inf\r
397 EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf\r
398 EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf\r
399 EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf\r
949f388f 400\r
949f388f 401 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
402\r
949f388f 403 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
404 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
9a25ad8b 405 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
949f388f 406 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
407 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
408 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r
409 <LibraryClasses>\r
410 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
411 }\r
412\r
949f388f 413 FatPkg/EnhancedFatDxe/Fat.inf\r
72a44be9 414\r
6ed2c8be 415!if "XCODE5" not in $(TOOL_CHAIN_TAG)\r
fdd8463d
RN
416 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {\r
417 <PcdsFixedAtBuild>\r
418 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
419 }\r
6ed2c8be 420!endif\r
72a44be9 421 ShellPkg/Application/Shell/Shell.inf {\r
422 <LibraryClasses>\r
423 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
424 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
425 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
426 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
427 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
428 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
429 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
430 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
431 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
45aee4c8 432 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
72a44be9 433 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
3f2035e7 434# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
435# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
9fe7c61b
JJ
436 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
437 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
5dcda296 438\r
72a44be9 439 <PcdsFixedAtBuild>\r
440 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
441 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
442 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
443 }\r
72a44be9 444\r
53a6813f 445!endif\r
446\r
3b7a897c
FS
447!include NetworkPkg/Network.dsc.inc\r
448\r
0d9b5c46 449[BuildOptions]\r
9e3ab94d
MK
450 #\r
451 # Disable deprecated APIs.\r
452 #\r
453 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
454\r
0d9b5c46
RN
455 MSFT:DEBUG_*_*_CC_FLAGS = /Od /Oy-\r
456 MSFT:NOOPT_*_*_CC_FLAGS = /Od /Oy-\r
0b9ad0bc 457 GCC:DEBUG_CLANGPDB_*_CC_FLAGS =-O0 -Wno-unused-command-line-argument -Wno-incompatible-pointer-types -Wno-enum-conversion -Wno-incompatible-pointer-types -Wno-sometimes-uninitialized -Wno-constant-conversion -Wno-main-return-type\r
0d9b5c46
RN
458\r
459 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
460 MSFT:DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000\r
461 MSFT:NOOPT_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000\r
2737037a
LG
462\r
463!if $(WIN_HOST_BUILD) == TRUE\r
464 #\r
0b9ad0bc 465 # CLANGPDB tool chain depends on WIN_HOST_BUILD flag to generate the windows application.\r
2737037a 466 #\r
0b9ad0bc
LG
467 GCC:*_CLANGPDB_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r
468 GCC:DEBUG_CLANGPDB_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000\r
469 GCC:NOOPT_CLANGPDB_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000\r
2737037a 470!endif\r