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>
This commit is contained in:
GuoMinJ 2020-03-05 14:40:56 +08:00 committed by mergify[bot]
parent 8acb61dfb3
commit 3ab0dadd66
1 changed files with 1 additions and 1 deletions

View File

@ -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.