diff options
author | Zhang, Shenglei <shenglei.zhang@intel.com> | 2018-09-20 16:55:06 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-09-21 11:34:42 +0800 |
commit | 8c06d18bc112c7b0547641e83a508c6784317f72 (patch) | |
tree | ee416deb007e962f6a7ac9e458b8ff7e02fba96d /MdeModulePkg/Application | |
parent | 4cd9d7fc6f2ece01a46f2156ba009e83a2951907 (diff) | |
download | edk2-8c06d18bc112c7b0547641e83a508c6784317f72.tar.gz edk2-8c06d18bc112c7b0547641e83a508c6784317f72.tar.bz2 edk2-8c06d18bc112c7b0547641e83a508c6784317f72.zip |
MdeModulePkg CapsuleApp:Remove two redundant Guids
Remove two redundant Guids which are not used.
They are gEfiCertTypeRsa2048Sha256Guid and
gEfiCertPkcs7Guid.This is an improved version of
https://bugzilla.tianocore.org/show_bug.cgi?id=1062
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Application')
-rw-r--r-- | MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf index d1b11318bb..8a21875286 100644 --- a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf +++ b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf @@ -43,8 +43,6 @@ gEfiCapsuleReportGuid ## CONSUMES ## GUID
gEfiFmpCapsuleGuid ## CONSUMES ## GUID
gWindowsUxCapsuleGuid ## CONSUMES ## GUID
- gEfiCertTypeRsa2048Sha256Guid ## CONSUMES ## GUID
- gEfiCertPkcs7Guid ## CONSUMES ## GUID
gEfiSystemResourceTableGuid ## CONSUMES ## GUID
[Protocols]
|