mirror of https://github.com/acidanthera/audk.git
OvmfPkg: Update TdTcg2Dxe path in OvmfPkgX64 and IntelTdxX64.dsc
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4752 Previously the TdTcg2Dxe and its corresponding HashLibTdx were in SecurityPkg. This patch updates the paths in OvmfPkgX64.dsc and IntelTdxX64.dsc after TdTcg2Dxe and HashLibTdxLib have been moved to OvmfPkg. Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Min Xu <min.m.xu@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
c98fbda328
commit
93fac4fd7b
|
@ -745,8 +745,8 @@
|
|||
#
|
||||
# Cc Measurement Protocol for Td guest
|
||||
#
|
||||
SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf {
|
||||
OvmfPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf {
|
||||
<LibraryClasses>
|
||||
HashLib|SecurityPkg/Library/HashLibTdx/HashLibTdx.inf
|
||||
HashLib|OvmfPkg/Library/HashLibTdx/HashLibTdx.inf
|
||||
NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
|
||||
}
|
||||
|
|
|
@ -255,7 +255,7 @@ INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
|||
#
|
||||
# EFI_CC_MEASUREMENT_PROTOCOL
|
||||
#
|
||||
INF SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf
|
||||
INF OvmfPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf
|
||||
|
||||
################################################################################
|
||||
|
||||
|
|
|
@ -1038,9 +1038,9 @@
|
|||
# Cc Measurement Protocol for Td guest
|
||||
#
|
||||
!if $(CC_MEASUREMENT_ENABLE) == TRUE
|
||||
SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf {
|
||||
OvmfPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf {
|
||||
<LibraryClasses>
|
||||
HashLib|SecurityPkg/Library/HashLibTdx/HashLibTdx.inf
|
||||
HashLib|OvmfPkg/Library/HashLibTdx/HashLibTdx.inf
|
||||
NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
|
||||
}
|
||||
!endif
|
||||
|
|
|
@ -385,7 +385,7 @@ INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
|||
# EFI_CC_MEASUREMENT_PROTOCOL
|
||||
#
|
||||
!if $(CC_MEASUREMENT_ENABLE) == TRUE
|
||||
INF SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf
|
||||
INF OvmfPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf
|
||||
!endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue