mirror of https://github.com/acidanthera/audk.git
SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
e0bb4c96e7
commit
824abed53d
|
@ -46,8 +46,8 @@
|
|||
BaseCryptLib
|
||||
|
||||
[Pcd]
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## CONSUMES
|
||||
|
||||
[Guids]
|
||||
gEfiCertTypeRsa2048Sha256Guid
|
||||
gEfiHashAlgorithmSha256Guid
|
||||
gEfiCertTypeRsa2048Sha256Guid ## CONSUMES
|
||||
gEfiHashAlgorithmSha256Guid ## CONSUMES
|
||||
|
|
Loading…
Reference in New Issue