S3 performance table is saved to LockBox. Without LockBox, S3 performance
data will lost.
Add LOCKBOX_SUPPORT to optionally select LockBox libary instance,
default value is FALSE.
Signed-off-by: Zhou Jianfeng <jianfeng.zhou@intel.com>
DEFINE BOOTSPLASH_IMAGE = FALSE\r
DEFINE NVME_ENABLE = TRUE\r
DEFINE CAPSULE_SUPPORT = FALSE\r
+ DEFINE LOCKBOX_SUPPORT = FALSE\r
\r
#\r
# Crypto Support\r
!endif\r
\r
DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
+!if $(LOCKBOX_SUPPORT) == TRUE\r
+ LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
+!else\r
LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
+!endif\r
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
!if $(VARIABLE_SUPPORT) == "EMU"\r