mirror of https://github.com/acidanthera/audk.git
SecurityPkg:DSC: Fix 2 DSC build error
Error is caused by SHA384/SHA512 hash lib change in. Cc: Bi Dandan <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang, Chao B <chao.b.zhang@intel.com> Reviewed-by: Bi Dandan <dandan.bi@intel.com>
This commit is contained in:
parent
8d7aef3d1e
commit
69e259e5e9
|
@ -219,8 +219,8 @@
|
|||
#
|
||||
SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
|
||||
SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
|
||||
SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha384.inf
|
||||
SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha512.inf
|
||||
SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
|
||||
SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
|
||||
|
||||
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf {
|
||||
<LibraryClasses>
|
||||
|
|
Loading…
Reference in New Issue