summaryrefslogtreecommitdiffstats
path: root/CryptoPkg
diff options
context:
space:
mode:
authorGuoMinJ <newexplorerj@gmail.com>2020-03-05 14:40:56 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-04-08 01:12:36 +0000
commit3ab0dadd6618b7808a27e65d83aa3668462afcf2 (patch)
tree9a53ff0ab968b488d775e02c5c06015a103a33d2 /CryptoPkg
parent8acb61dfb3b3517826ab4df6ebde085bc479eac1 (diff)
downloadedk2-3ab0dadd6618b7808a27e65d83aa3668462afcf2.tar.gz
edk2-3ab0dadd6618b7808a27e65d83aa3668462afcf2.tar.bz2
edk2-3ab0dadd6618b7808a27e65d83aa3668462afcf2.zip
CryptoPkg/BaseHashApiLib: Rename BaseHashApiLib by HashApiLib
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2552 According to CryptoPkg.dsc, the library class only have HashApiLib, so i think the BaseHashApiLib should be considered as base name rather than library class. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Signed-off-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Xiaoyu Lu <xiaoyux.lu@intel.com>
Diffstat (limited to 'CryptoPkg')
-rw-r--r--CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf b/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf
index b4d8675ddd..046320353b 100644
--- a/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf
+++ b/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf
@@ -17,7 +17,7 @@
FILE_GUID = B1E566DD-DE7C-4F04-BDA0-B1295D3BE927
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = BaseHashApiLib
+ LIBRARY_CLASS = HashApiLib
#
# The following information is for reference only and not required by the build tools.