diff options
author | Jian J Wang <jian.j.wang@intel.com> | 2018-12-06 13:43:38 +0800 |
---|---|---|
committer | Jian J Wang <jian.j.wang@intel.com> | 2018-12-10 11:02:47 +0800 |
commit | 366a7672cfaa230cecd40619e0941def4fd82130 (patch) | |
tree | a59750be507940d3c9fce5eb5182d82eff7a7e22 | |
parent | 0176af142ef632c82f37cd3616f0184241f4fcbb (diff) | |
download | edk2-366a7672cfaa230cecd40619e0941def4fd82130.zip edk2-366a7672cfaa230cecd40619e0941def4fd82130.tar.gz edk2-366a7672cfaa230cecd40619e0941def4fd82130.tar.bz2 |
CryptoPkg/IntrinsicLib: add missing BaseLib declaration
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=596
BaseLib interfaces are used in this library but not declared in module's
inf file. This patch fix this situation to keep inf and its code in
consistency. No functionality or interface change are involved.
Cc: Qin Long <qin.long@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
-rw-r--r-- | CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf index 579da34..a91c850 100644 --- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf +++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf @@ -51,6 +51,7 @@ MdePkg/MdePkg.dec
[LibraryClasses]
+ BaseLib
BaseMemoryLib
[BuildOptions]
|