From: Zhang, Chao B Date: Sat, 28 Jul 2018 05:33:33 +0000 (+0800) Subject: SecurityPkg:DSC: Fix 2 DSC build error X-Git-Tag: edk2-stable201903~1320 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=69e259e5e9877de181d81bb424b6fe16804c7580 SecurityPkg:DSC: Fix 2 DSC build error Error is caused by SHA384/SHA512 hash lib change in. Cc: Bi Dandan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang, Chao B Reviewed-by: Bi Dandan --- diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index a705cdcf72..68a2953162 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -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 {