public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] EmulatorPkg: Add RngLib to satisfy dependency of OpensslLib
@ 2020-09-19  5:38 Wadhawan, Divneil R
  2020-09-19 19:40 ` [edk2-devel] " Matthew Carlson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wadhawan, Divneil R @ 2020-09-19  5:38 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: Ni, Ray, gaoliming, 'Andrew Fish', Justen, Jordan L,
	Kinney, Michael D, Wadhawan, Divneil R

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]


o Recently, OpensslLib [LibraryClasses] has been changed
  to include RngLib which causes the SECURE_BOOT_ENABLE
  build to fail in want of RngLib

o This patch adds the RngLib for OpensslLib

Signed-off-by: Divneil Rai Wadhawan <divneil.r.wadhawan@intel.com>
---
EmulatorPkg/EmulatorPkg.dsc | 1 +
1 file changed, 1 insertion(+)

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
--
2.16.2.windows.1

[-- Attachment #2: Type: text/html, Size: 3394 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-24 22:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19  5:38 [PATCH] EmulatorPkg: Add RngLib to satisfy dependency of OpensslLib Wadhawan, Divneil R
2020-09-19 19:40 ` [edk2-devel] " Matthew Carlson
2020-09-23 13:40 ` Samer El-Haj-Mahmoud
2020-09-23 21:02   ` Matthew Carlson
2020-09-24 22:23 ` [edk2-devel] " Sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox