MdePkg: Add RngLib into MdePkg
Add one library class (RngLib.h) with three GetRandomNumber16/32/64 APIs to provide random number generator services, and one library instance (BaseRngLib), based on Intel RdRand instruction access, to provide high-quality random numbers generator. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18519 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -152,6 +152,7 @@
|
||||
MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
|
||||
MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf
|
||||
MdePkg/Library/SmmMemLib/SmmMemLib.inf
|
||||
MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
||||
|
||||
[Components.IPF]
|
||||
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||
|
Reference in New Issue
Block a user