1## @file 2# Security Module Package for All Architectures. 3# 4# Copyright (c) 2009 - 2016, 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 16[Defines] 17 PLATFORM_NAME = SecurityPkg 18 PLATFORM_GUID = B2C4614D-AE76-47ba-B876-5988BFED064F 19 PLATFORM_VERSION = 0.96 20 DSC_SPECIFICATION = 0x00010005 21 OUTPUT_DIRECTORY = Build/SecurityPkg 22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC 23 BUILD_TARGETS = DEBUG|RELEASE|NOOPT 24 SKUID_IDENTIFIER = DEFAULT 25 26[LibraryClasses] 27 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf 28 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf 29 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf 30 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf 31 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf 32 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf 33 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf 34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf 35 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf 36 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf 37 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf 38 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf 39 40 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf 41 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf 42 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf 43 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf 44 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf 45 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf 46 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf 47 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf 48 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf 49 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf 50 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf 51 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf 52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 53 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf 54 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf 55 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf 56 TpmCommLib|SecurityPkg/Library/TpmCommLib/TpmCommLib.inf 57 PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf 58 TcgPhysicalPresenceLib|SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf 59 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf 60 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf 61 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf 62 Tcg2PhysicalPresenceLib|SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf 63 TrEEPhysicalPresenceLib|SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf 64 TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf 65 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf 66 TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf 67 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf 68 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf 69 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf 70 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf 71 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf 72 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf 73 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf 74 TcgStorageCoreLib|SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf 75 TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf 76 OpalPasswordSupportLib|SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf 77 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf 78 79[LibraryClasses.common.PEIM] 80 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf 81 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf 82 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf 83 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf 84 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf 85 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf 86 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf 87 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf 88 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf 89 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf 90 Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf 91 RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf 92 93[LibraryClasses.common.DXE_DRIVER] 94 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf 95 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf 96 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf 97 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf 98 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf 99 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 100 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf 101 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 109[LibraryClasses.common.DXE_RUNTIME_DRIVER] 110 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf 111 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf 112 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf 113 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf 114 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 115 116[LibraryClasses.common.UEFI_DRIVER, LibraryClasses.common.UEFI_APPLICATION] 117 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf 118 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf 119 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf 120 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 121 122[LibraryClasses.IPF.DXE_SAL_DRIVER] 123 ExtendedSalLib|MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.inf 124 BaseCryptLib|CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf 125 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf 126 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf 127 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 128 129[LibraryClasses.common.DXE_SMM_DRIVER] 130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf 131 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf 132 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf 133 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf 134 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf 135 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf 136 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf 137 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 138 Tcg2PhysicalPresenceLib|SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf 139 140[PcdsDynamicDefault.common.DEFAULT] 141 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc} 142 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1 143 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1 144 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1 145 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1 146 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1 147 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|3 148 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|3 149 150[Components] 151 SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf 152 #SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf 153 SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf 154 #SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf 155 #SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf 156 157 # 158 # Application 159 # 160 SecurityPkg/Application/RngTest/RngTest.inf 161 162 # 163 # TPM 164 # 165 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf 166 SecurityPkg/Library/TpmCommLib/TpmCommLib.inf 167 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf 168 SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf 169 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf 170 SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf 171 172 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf 173 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf 174 175 # 176 # TPM2 177 # 178 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf 179 SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.inf 180 SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf 181 # 182 # TrEE - to be deprecated 183 # 184 SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf 185 186 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf 187 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf 188 189 SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf 190 SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 191 # 192 # TrEE - to be deprecated 193 # 194 SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf 195 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf 196 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf 197 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf 198 SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf 199 200 SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf 201 202 # 203 # TCG Storage. 204 # 205 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf 206 SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf 207 SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf 208 209 # 210 # Other 211 # 212 SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf 213 SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf 214 215 SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf 216 SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf 217 218 SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf 219 220[Components.IA32, Components.X64, Components.IPF] 221# SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderDxe.inf 222# SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderDxe.inf 223 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf 224 225 # 226 # TPM 227 # 228 SecurityPkg/Tcg/TcgPei/TcgPei.inf 229 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf 230 SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.inf { 231 <LibraryClasses> 232 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf 233 } 234 235 # 236 # TPM2 237 # 238 SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf 239 SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf 240 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 } 253 254 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf { 255 <LibraryClasses> 256 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf 257 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf 258 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf 259 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf 260 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf 261 } 262 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf { 263 <LibraryClasses> 264 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf 265 } 266 267 # 268 # TrEE - to be deprecated 269 # 270 SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf { 271 <LibraryClasses> 272 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf 273 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf 274 } 275 SecurityPkg/Tcg/TrEEPei/TrEEPei.inf { 276 <LibraryClasses> 277 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf 278 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf 279 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf 280 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf 281 } 282 283 SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf { 284 <LibraryClasses> 285 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf 286 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf 287 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf 288 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf 289 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf 290 } 291 SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.inf { 292 <LibraryClasses> 293 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.inf 294 } 295 296 # 297 # Hash2 298 # 299 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf 300 301 # 302 # PKCS7 Verification 303 # 304 SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf 305 306[Components.IA32, Components.X64] 307 308 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf 309 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf 310 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.inf 311 SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf 312 # 313 # TrEE - to be deprecated 314 # 315 SecurityPkg/Tcg/TrEESmm/TrEESmm.inf 316 # 317 # Random Number Generator 318 # 319 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf 320 321 # 322 # Opal Password solution 323 # 324 SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf 325 SecurityPkg/Tcg/Opal/OpalPasswordSmm/OpalPasswordSmm.inf 326 327[Components.IPF] 328 SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf 329 330[BuildOptions] 331 MSFT:*_*_IA32_DLINK_FLAGS = /ALIGN:256 332 INTEL:*_*_IA32_DLINK_FLAGS = /ALIGN:256 333 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES 334 335