SecurityPkg.dsc 15 KB

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