mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg: Add VarCheckLib library mapping
Since Variable driver has been updated to consume the separated VarCheckLib. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: David Wei <david.wei@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18285 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
62ca7077e7
commit
3b01413759
|
@ -267,6 +267,7 @@
|
|||
TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
|
||||
AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
|
||||
!endif
|
||||
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
|
||||
!if $(RC_BINARY_RELEASE) == TRUE
|
||||
I2cLib|Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf
|
||||
!endif
|
||||
|
|
|
@ -267,6 +267,7 @@
|
|||
TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
|
||||
AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
|
||||
!endif
|
||||
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
|
||||
!if $(RC_BINARY_RELEASE) == TRUE
|
||||
I2cLib|Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf
|
||||
!endif
|
||||
|
|
|
@ -267,6 +267,7 @@
|
|||
TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
|
||||
AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
|
||||
!endif
|
||||
VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
|
||||
!if $(RC_BINARY_RELEASE) == TRUE
|
||||
I2cLib|Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf
|
||||
!endif
|
||||
|
|
Loading…
Reference in New Issue