From 3ab0dadd6618b7808a27e65d83aa3668462afcf2 Mon Sep 17 00:00:00 2001 From: GuoMinJ Date: Thu, 5 Mar 2020 14:40:56 +0800 Subject: 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 Cc: Xiaoyu Lu Signed-off-by: Guomin Jiang Reviewed-by: Shenglei Zhang Reviewed-by: Liming Gao Reviewed-by: Xiaoyu Lu --- CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CryptoPkg/Library') 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. -- cgit v1.2.3