MdeModulePkg.dsc 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. ## @file
  2. # EFI/PI Reference Module Package for All Architectures
  3. #
  4. # (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
  5. # Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
  6. # Copyright (c) Microsoft Corporation.
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. PLATFORM_NAME = MdeModule
  13. PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
  14. PLATFORM_VERSION = 0.98
  15. DSC_SPECIFICATION = 0x00010005
  16. OUTPUT_DIRECTORY = Build/MdeModule
  17. SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64|LOONGARCH64
  18. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  19. SKUID_IDENTIFIER = DEFAULT
  20. !include MdePkg/MdeLibs.dsc.inc
  21. [LibraryClasses]
  22. #
  23. # Entry point
  24. #
  25. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  26. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  27. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  28. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  29. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  30. #
  31. # Basic
  32. #
  33. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  34. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  35. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  36. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  37. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  38. PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
  39. PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
  40. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  41. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  42. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  43. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  44. SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
  45. #
  46. # UEFI & PI
  47. #
  48. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  49. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  50. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  51. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  52. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  53. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  54. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  55. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  56. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  57. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  58. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  59. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  60. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  61. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  62. #
  63. # Generic Modules
  64. #
  65. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  66. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  67. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  68. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  69. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  70. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  71. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  72. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  73. FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
  74. #
  75. # Misc
  76. #
  77. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  78. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  79. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  80. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  81. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  82. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  83. PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  84. ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
  85. SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
  86. S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
  87. CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
  88. PlatformBootManagerLib|MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
  89. PciHostBridgeLib|MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
  90. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  91. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  92. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  93. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  94. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  95. FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
  96. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  97. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  98. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  99. DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
  100. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  101. MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
  102. VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  103. [LibraryClasses.EBC.PEIM]
  104. IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
  105. [LibraryClasses.common.PEI_CORE]
  106. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  107. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  108. [LibraryClasses.common.PEIM]
  109. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  110. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  111. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  112. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
  113. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf
  114. [LibraryClasses.common.DXE_CORE]
  115. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  116. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  117. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  118. [LibraryClasses.common.DXE_DRIVER]
  119. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  120. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
  121. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  122. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  123. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
  124. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  125. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  126. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  127. DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
  128. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
  129. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
  130. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  131. [LibraryClasses.common.SMM_CORE]
  132. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  133. MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
  134. SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
  135. SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
  136. SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
  137. [LibraryClasses.common.DXE_SMM_DRIVER]
  138. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  139. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  140. MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
  141. MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
  142. SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
  143. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
  144. SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
  145. [LibraryClasses.common.UEFI_DRIVER]
  146. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  147. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  148. DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
  149. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
  150. [LibraryClasses.common.UEFI_APPLICATION]
  151. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  152. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  153. DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
  154. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  155. [LibraryClasses.common.MM_STANDALONE]
  156. HobLib|MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
  157. MemoryAllocationLib|MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
  158. StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
  159. MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
  160. LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
  161. MemLib|StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
  162. [LibraryClasses.ARM, LibraryClasses.AARCH64]
  163. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  164. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  165. LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
  166. #
  167. # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
  168. # This library provides the instrinsic functions generated by a given compiler.
  169. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  170. #
  171. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  172. #
  173. # Since software stack checking may be heuristically enabled by the compiler
  174. # include BaseStackCheckLib unconditionally.
  175. #
  176. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  177. [LibraryClasses.EBC, LibraryClasses.RISCV64, LibraryClasses.LOONGARCH64]
  178. LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
  179. [PcdsFeatureFlag]
  180. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
  181. gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
  182. gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
  183. gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
  184. gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
  185. [PcdsFixedAtBuild]
  186. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
  187. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
  188. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
  189. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
  190. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
  191. [PcdsDynamicExDefault]
  192. gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"FVMAIN.FV"
  193. [Components]
  194. MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  195. MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf
  196. MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf
  197. MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  198. MdeModulePkg/Logo/Logo.inf
  199. MdeModulePkg/Logo/LogoDxe.inf
  200. MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
  201. MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
  202. MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  203. MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  204. MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  205. MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  206. MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  207. MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
  208. MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.inf
  209. MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
  210. MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  211. MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.inf
  212. MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.inf
  213. MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  214. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  215. MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
  216. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  217. MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
  218. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  219. MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
  220. MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
  221. MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
  222. MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.inf
  223. MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf
  224. MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
  225. MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
  226. MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
  227. MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
  228. MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.inf
  229. MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
  230. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  231. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  232. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  233. MdeModulePkg/Bus/Pci/UhciPei/UhciPei.inf
  234. MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf
  235. MdeModulePkg/Bus/Pci/XhciPei/XhciPei.inf
  236. MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
  237. MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf
  238. MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
  239. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  240. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  241. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  242. MdeModulePkg/Bus/Ata/AhciPei/AhciPei.inf
  243. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  244. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  245. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  246. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  247. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  248. MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
  249. MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
  250. MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
  251. MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
  252. MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
  253. MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
  254. MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
  255. MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
  256. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  257. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
  258. MdeModulePkg/Core/Pei/PeiMain.inf
  259. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  260. MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  261. MdeModulePkg/Library/UefiMemoryAllocationProfileLib/UefiMemoryAllocationProfileLib.inf
  262. MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  263. MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationProfileLib.inf
  264. MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  265. MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  266. MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  267. MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf
  268. MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
  269. MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
  270. MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  271. MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.inf
  272. MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  273. MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
  274. MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
  275. MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  276. MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  277. MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  278. MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  279. MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
  280. MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.inf
  281. MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  282. MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  283. MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
  284. MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
  285. MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
  286. MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
  287. MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.inf
  288. MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
  289. MdeModulePkg/Library/PeiDebugLibDebugPpi/PeiDebugLibDebugPpi.inf
  290. MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  291. MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
  292. MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  293. MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  294. MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  295. MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  296. MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  297. MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
  298. MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibStandaloneMm.inf
  299. MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  300. MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
  301. MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
  302. MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
  303. MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  304. MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
  305. MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.inf
  306. MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.inf
  307. MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.inf
  308. MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.inf
  309. MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
  310. MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  311. MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  312. MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
  313. MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf
  314. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  315. MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
  316. MdeModulePkg/Application/UiApp/UiApp.inf{
  317. <LibraryClasses>
  318. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  319. NULL|MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.inf
  320. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  321. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  322. }
  323. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  324. MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
  325. MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
  326. MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.inf
  327. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  328. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  329. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  330. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  331. MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
  332. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  333. MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
  334. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  335. MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
  336. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  337. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  338. MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
  339. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  340. MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
  341. MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
  342. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  343. MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
  344. MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
  345. MdeModulePkg/Universal/Metronome/Metronome.inf
  346. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  347. MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf {
  348. <LibraryClasses>
  349. ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
  350. }
  351. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf {
  352. <LibraryClasses>
  353. ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
  354. }
  355. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
  356. MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.inf
  357. MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
  358. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
  359. MdeModulePkg/Universal/PCD/Pei/Pcd.inf
  360. MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
  361. MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
  362. MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
  363. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  364. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  365. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  366. MdeModulePkg/Application/VariableInfo/VariableInfo.inf
  367. MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
  368. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  369. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  370. MdeModulePkg/Universal/TimestampDxe/TimestampDxe.inf
  371. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  372. MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
  373. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
  374. MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
  375. MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
  376. MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
  377. MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
  378. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf {
  379. <LibraryClasses>
  380. LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
  381. }
  382. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
  383. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  384. MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf {
  385. <LibraryClasses>
  386. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  387. }
  388. MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.inf {
  389. <LibraryClasses>
  390. NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
  391. }
  392. MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
  393. MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
  394. MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf
  395. MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf {
  396. <LibraryClasses>
  397. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  398. }
  399. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  400. MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
  401. MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf
  402. MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf
  403. MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf
  404. MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
  405. MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
  406. MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  407. [Components.IA32, Components.X64, Components.AARCH64]
  408. MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
  409. MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
  410. MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
  411. [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
  412. MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
  413. MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  414. MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  415. MdeModulePkg/Core/Dxe/DxeMain.inf {
  416. <LibraryClasses>
  417. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  418. }
  419. !if $(TOOL_CHAIN_TAG) != "XCODE5"
  420. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf
  421. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf
  422. !endif
  423. [Components.IA32, Components.X64]
  424. MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
  425. MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf
  426. MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
  427. MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
  428. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
  429. <LibraryClasses>
  430. NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
  431. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  432. NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
  433. NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
  434. }
  435. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  436. <LibraryClasses>
  437. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  438. NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf
  439. NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
  440. }
  441. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
  442. MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
  443. MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf
  444. MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
  445. MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandaloneMm.inf
  446. MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf
  447. MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterStandaloneMm.inf
  448. MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
  449. MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryAllocationProfileLib.inf
  450. MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationProfileLib.inf
  451. MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
  452. MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
  453. MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
  454. MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
  455. MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
  456. MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
  457. MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.inf
  458. MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
  459. MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf
  460. MdeModulePkg/Library/SmmSmiHandlerProfileLib/StandaloneMmSmiHandlerProfileLib.inf
  461. MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
  462. MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
  463. MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
  464. MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
  465. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
  466. MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceStandaloneMm.inf
  467. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
  468. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.inf
  469. MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
  470. MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.inf
  471. MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
  472. [Components.X64]
  473. MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
  474. [BuildOptions]