2 file GUIDs conflict with existing SHA256 Lib. Update them. Cc: Long Qin <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang, Chao B <[email protected]> --- SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf | 2 +- SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf b/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf index 76677794fa..cf12587354 100644 --- a/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf +++ b/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf @@ -15,11 +15,11 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = HashInstanceLibSha384 MODULE_UNI_FILE = HashInstanceLibSha384.uni - FILE_GUID = 5810798A-ED30-4080-8DD7-B9667A748C02 + FILE_GUID = 74223710-17A9-478f-9B24-E354496B968B MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = NULL CONSTRUCTOR = HashInstanceLibSha384Constructor diff --git a/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf b/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf index 94929a8736..917c23f3d5 100644 --- a/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf +++ b/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf @@ -15,11 +15,11 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = HashInstanceLibSha512 MODULE_UNI_FILE = HashInstanceLibSha512.uni - FILE_GUID = 5810798A-ED30-4080-8DD7-B9667A748C02 + FILE_GUID = 959C3685-AC3F-4f3e-AC5B-7E2A64BADD36 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = NULL CONSTRUCTOR = HashInstanceLibSha512Constructor -- 2.16.2.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

