diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-07-28 13:33:33 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2018-07-28 13:49:13 +0800 |
commit | 69e259e5e9877de181d81bb424b6fe16804c7580 (patch) | |
tree | e9a1e1a5e1a1ff3e4626ae7aacb76398a078f9fd /SecurityPkg | |
parent | 8d7aef3d1e57ea494ba9ca3c2fbbb44efffed676 (diff) | |
download | edk2-69e259e5e9877de181d81bb424b6fe16804c7580.zip edk2-69e259e5e9877de181d81bb424b6fe16804c7580.tar.gz edk2-69e259e5e9877de181d81bb424b6fe16804c7580.tar.bz2 |
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>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index a705cdc..68a2953 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 {
<LibraryClasses>
|