From 69e259e5e9877de181d81bb424b6fe16804c7580 Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Sat, 28 Jul 2018 13:33:33 +0800 Subject: [PATCH] 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 --- SecurityPkg/SecurityPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.2