SecurityPkg.dsc 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. ## @file
  2. # Security Module Package for All Architectures.
  3. #
  4. # Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
  5. # (C) Copyright 2015-2020 Hewlett Packard Enterprise Development LP<BR>
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. PLATFORM_NAME = SecurityPkg
  11. PLATFORM_GUID = B2C4614D-AE76-47ba-B876-5988BFED064F
  12. PLATFORM_VERSION = 0.98
  13. DSC_SPECIFICATION = 0x00010005
  14. OUTPUT_DIRECTORY = Build/SecurityPkg
  15. SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64|RISCV64
  16. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  17. SKUID_IDENTIFIER = DEFAULT
  18. [LibraryClasses]
  19. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  20. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  21. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  22. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  23. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  24. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  25. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  26. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  27. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  28. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  29. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  30. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  31. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  32. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  33. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  34. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  35. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  36. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  37. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  38. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  39. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  40. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  41. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  42. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  43. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  44. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  45. TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
  46. PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
  47. TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
  48. TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
  49. Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
  50. Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
  51. Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
  52. TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
  53. Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
  54. RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
  55. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  56. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  57. S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
  58. SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
  59. LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
  60. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  61. TcgStorageCoreLib|SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
  62. TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
  63. ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
  64. VariableKeyLib|SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
  65. RpmcLib|SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
  66. TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
  67. [LibraryClasses.ARM]
  68. #
  69. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  70. # This library provides the intrinsic functions generate by a given compiler.
  71. # And NULL mean link this library into all ARM images.
  72. #
  73. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  74. # Add support for GCC stack protector
  75. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  76. [LibraryClasses.common.PEIM]
  77. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  78. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  79. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  80. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  81. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  82. !ifdef CONTINUOUS_INTEGRATION
  83. BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
  84. !else
  85. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  86. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  87. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
  88. !endif
  89. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
  90. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  91. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
  92. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
  93. Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
  94. TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
  95. RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
  96. [LibraryClasses.common.DXE_DRIVER]
  97. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  98. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  99. !ifdef CONTINUOUS_INTEGRATION
  100. BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
  101. !else
  102. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  103. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  104. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  105. !endif
  106. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  107. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
  108. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  109. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  110. [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.DXE_SAL_DRIVER,]
  111. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  112. DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
  113. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  114. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
  115. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  116. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  117. ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
  118. !ifdef CONTINUOUS_INTEGRATION
  119. BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
  120. !else
  121. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  122. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  123. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
  124. !endif
  125. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  126. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
  127. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  128. [LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION]
  129. !ifdef CONTINUOUS_INTEGRATION
  130. BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
  131. !else
  132. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  133. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  134. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  135. !endif
  136. HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  137. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
  138. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  139. [LibraryClasses.common.DXE_SMM_DRIVER]
  140. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  141. SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
  142. MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
  143. ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
  144. SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
  145. !ifdef CONTINUOUS_INTEGRATION
  146. BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
  147. !else
  148. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  149. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  150. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
  151. !endif
  152. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
  153. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  154. Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
  155. SmmIoLib|MdePkg/Library/SmmIoLib/SmmIoLib.inf
  156. [PcdsDynamicDefault.common.DEFAULT]
  157. gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}
  158. gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1
  159. gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1
  160. gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1
  161. gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1
  162. gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1
  163. gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3
  164. gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3
  165. [PcdsDynamicHii.common.DEFAULT]
  166. gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
  167. gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
  168. [Components]
  169. SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  170. SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf
  171. #
  172. # TPM
  173. #
  174. SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
  175. SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
  176. SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
  177. SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
  178. SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
  179. SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
  180. SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
  181. SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
  182. #
  183. # TPM2
  184. #
  185. SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
  186. SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf
  187. SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
  188. SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
  189. SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
  190. SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
  191. SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  192. SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
  193. SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
  194. SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
  195. SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
  196. SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
  197. #
  198. # TCG Storage.
  199. #
  200. SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
  201. SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
  202. #
  203. # Variable Confidentiality & Integrity
  204. #
  205. SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.inf
  206. SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
  207. #
  208. # Other
  209. #
  210. SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
  211. SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
  212. SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  213. SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
  214. SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
  215. SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
  216. SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf
  217. SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
  218. SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf
  219. SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
  220. [Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
  221. SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
  222. [Components.IA32, Components.X64]
  223. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  224. #
  225. # TPM
  226. #
  227. SecurityPkg/Tcg/TcgPei/TcgPei.inf
  228. SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
  229. SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf {
  230. <LibraryClasses>
  231. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  232. }
  233. #
  234. # TPM2
  235. #
  236. SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
  237. SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
  238. SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
  239. SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
  240. SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
  241. SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
  242. <LibraryClasses>
  243. Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
  244. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
  245. }
  246. SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
  247. <LibraryClasses>
  248. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
  249. NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
  250. NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
  251. NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
  252. NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
  253. NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
  254. NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
  255. }
  256. SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
  257. <LibraryClasses>
  258. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
  259. NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
  260. NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
  261. NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
  262. NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
  263. NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
  264. NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
  265. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  266. }
  267. SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf {
  268. <LibraryClasses>
  269. Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
  270. }
  271. #
  272. # Hash2
  273. #
  274. SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
  275. #
  276. # PKCS7 Verification
  277. #
  278. SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
  279. [Components.IA32, Components.X64]
  280. SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
  281. SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
  282. SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf
  283. SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
  284. #
  285. # Random Number Generator
  286. #
  287. SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
  288. #
  289. # Opal Password solution
  290. #
  291. SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf
  292. SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.inf
  293. #
  294. # HDD Password solution
  295. #
  296. SecurityPkg/HddPassword/HddPasswordDxe.inf
  297. SecurityPkg/HddPassword/HddPasswordPei.inf
  298. #
  299. # Common FV checker/verifier/reporter
  300. #
  301. SecurityPkg/FvReportPei/FvReportPei.inf
  302. [BuildOptions]
  303. MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256
  304. INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256
  305. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES