From: Jian J Wang Date: Thu, 6 Dec 2018 05:43:38 +0000 (+0800) Subject: CryptoPkg/IntrinsicLib: add missing BaseLib declaration X-Git-Tag: edk2-stable201903~494 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=366a7672cfaa230cecd40619e0941def4fd82130 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 Cc: Ting Ye Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang Reviewed-by: Ye Ting --- 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]