Date
1 - 1 of 1
[PATCH RESEND v1 8/9] ArmVirtPkg: Kvmtool: Add AesLib/DrbgLib for RngDxe
PierreGondois
From: Pierre Gondois <pierre.gondois@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 The RngDxe will require both AesLib and DrbgLib for Arm. Thus add the libraries to ArmVirtKvmTool.dsc. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- ArmVirtPkg/ArmVirtKvmTool.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArmVirtPkg/ArmVirtKvmTool.dsc b/ArmVirtPkg/ArmVirtKvmTool.ds= c index 847dbdd2af2b..f14ec7a72a42 100644 --- a/ArmVirtPkg/ArmVirtKvmTool.dsc +++ b/ArmVirtPkg/ArmVirtKvmTool.dsc @@ -81,7 +81,9 @@ [LibraryClasses.common] HwInfoParserLib|DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoP= arserLib.inf DynamicPlatRepoLib|DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/= DynamicPlatRepoLib.inf =20 + AesLib|ArmPkg/Library/ArmAesLib/ArmAesLib.inf ArmMonitorLib|ArmPkg/Library/ArmMonitorLib/ArmMonitorLib.inf + DrbgLib|MdePkg/Library/DrbgLib/DrbgLib.inf TrngLib|ArmPkg/Library/ArmFwTrngLib/ArmFwTrngLib.inf =20 [LibraryClasses.common.SEC, LibraryClasses.common.PEI_CORE, LibraryClass= es.common.PEIM] --=20 2.25.1
|
|