summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg
diff options
context:
space:
mode:
authorDivneil Rai Wadhawan <divneil.r.wadhawan@intel.com>2020-09-19 10:31:57 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-09-21 02:59:28 +0000
commitea9af51479fe04955443f0d366376a1008f07c94 (patch)
tree55ef7e3aa446b7c416f6f94ab662732098275849 /EmulatorPkg
parent7faece69854cbcc593643182581b5d7f99b7dab6 (diff)
downloadedk2-ea9af51479fe04955443f0d366376a1008f07c94.tar.gz
edk2-ea9af51479fe04955443f0d366376a1008f07c94.tar.bz2
edk2-ea9af51479fe04955443f0d366376a1008f07c94.zip
EmulatorPkg: Add RngLib to satisfy dependency of OpensslLib
* Recently, OpensslLib [LibraryClasses] has been changed to include RngLib which causes the SECURE_BOOT_ENABLE build to fail in want of RngLib * This patch adds the RngLib for OpensslLib Signed-off-by: Divneil Rai Wadhawan <divneil.r.wadhawan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r--EmulatorPkg/EmulatorPkg.dsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc
index c6e25c745e..a27cb1beb0 100644
--- a/EmulatorPkg/EmulatorPkg.dsc
+++ b/EmulatorPkg/EmulatorPkg.dsc
@@ -113,6 +113,7 @@
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
!if $(SECURE_BOOT_ENABLE) == TRUE
+ RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf