summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library
diff options
context:
space:
mode:
authorJian J Wang <jian.j.wang@intel.com>2018-12-06 13:43:38 +0800
committerJian J Wang <jian.j.wang@intel.com>2018-12-10 11:02:47 +0800
commit366a7672cfaa230cecd40619e0941def4fd82130 (patch)
treea59750be507940d3c9fce5eb5182d82eff7a7e22 /CryptoPkg/Library
parent0176af142ef632c82f37cd3616f0184241f4fcbb (diff)
downloadedk2-366a7672cfaa230cecd40619e0941def4fd82130.tar.gz
edk2-366a7672cfaa230cecd40619e0941def4fd82130.tar.bz2
edk2-366a7672cfaa230cecd40619e0941def4fd82130.zip
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>
Diffstat (limited to 'CryptoPkg/Library')
-rw-r--r--CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
index 579da34aff..a91c850013 100644
--- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
+++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
@@ -51,6 +51,7 @@
MdePkg/MdePkg.dec
[LibraryClasses]
+ BaseLib
BaseMemoryLib
[BuildOptions]