mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
SecurityPkg: Enable Opal password solution build.
This patch used to enable opal password solution build in Security package level build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
parent
cb274a2703
commit
d4de4f99da
@ -63,6 +63,14 @@
|
|||||||
Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
|
Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
|
||||||
TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf
|
TrEEPpVendorLib|SecurityPkg/Library/TrEEPpVendorLibNull/TrEEPpVendorLibNull.inf
|
||||||
RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
||||||
|
PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
|
||||||
|
S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
|
||||||
|
SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
|
||||||
|
LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
||||||
|
PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
||||||
|
TcgStorageCoreLib|SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
|
||||||
|
TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
|
||||||
|
OpalPasswordSupportLib|SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf
|
||||||
|
|
||||||
[LibraryClasses.common.PEIM]
|
[LibraryClasses.common.PEIM]
|
||||||
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
||||||
@ -187,6 +195,13 @@
|
|||||||
|
|
||||||
SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
|
SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
|
||||||
|
|
||||||
|
#
|
||||||
|
# TCG Storage.
|
||||||
|
#
|
||||||
|
SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
|
||||||
|
SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
|
||||||
|
SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Other
|
# Other
|
||||||
#
|
#
|
||||||
@ -296,6 +311,12 @@
|
|||||||
#
|
#
|
||||||
SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
|
SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
|
||||||
|
|
||||||
|
#
|
||||||
|
# Opal Password solution
|
||||||
|
#
|
||||||
|
SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf
|
||||||
|
SecurityPkg/Tcg/Opal/OpalPasswordSmm/OpalPasswordSmm.inf
|
||||||
|
|
||||||
[Components.IPF]
|
[Components.IPF]
|
||||||
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
|
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user