瀏覽代碼

Platform/Socionext/DeveloperBox: Fix build break due to need for RngLib

Commit b5701a4c7a0f ("CryptoPkg: OpensslLib: Use RngLib to generate
entropy in rand_pool") introduced RngLib dependency for OpensslLib
and caused Developerbox platforms build to break for lack of
an RngLib instance.

Add the reference to RngLib to the DeveloperBox.dsc.inc file.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Masahisa Kojima 3 年之前
父節點
當前提交
dc6a619f93
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc

+ 1 - 0
Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc

@@ -103,6 +103,7 @@
 
   BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
   OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
+  RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
   TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
   IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
   TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf