diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-08-09 14:01:44 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-08-10 09:05:27 +0800 |
commit | b3e1e343fe34d0173a53a61b10296e6522ce1f7c (patch) | |
tree | aef5e419b7c430b5c49c5e470dad223f29bcadf8 /SecurityPkg/Library/HashInstanceLibSha512 | |
parent | 3781f14c31e00f4f1a195c7ad427be4f84f5cdf5 (diff) | |
download | edk2-b3e1e343fe34d0173a53a61b10296e6522ce1f7c.tar.gz |
SecurityPkg: HashLib: Update HashLib file GUID
2 file GUIDs conflict with existing SHA256 Lib. Update them.
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com>
Reviewed-by: Long, Qin <qin.long@intel.com>
Diffstat (limited to 'SecurityPkg/Library/HashInstanceLibSha512')
-rw-r--r-- | SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf b/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf index 94929a8736..2ebf7ed8c7 100644 --- a/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf +++ b/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf @@ -17,7 +17,7 @@ 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 |