Skip to content

Commit

Permalink
SecurityPkg: Update Guid usage in INF file to match source code logic
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <[email protected]>
Cc: Chao Zhang <[email protected]>
Reviewed-by: Chao Zhang <[email protected]>
  • Loading branch information
lgao4 committed Oct 10, 2017
1 parent d8d5bcf commit f37bcdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Instance of FmpAuthentication Library for DXE/PEI post memory phase.
#
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
Expand Down Expand Up @@ -49,5 +49,5 @@
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## CONSUMES

[Guids]
gEfiCertTypeRsa2048Sha256Guid ## CONSUMES ## GUID
gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID
gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.
gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## GUID
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
HobLib

[Guids]
## CONSUMES ## GUID
## SOMETIMES_CONSUMES ## GUID
gZeroGuid

[Pcd]
Expand Down

0 comments on commit f37bcdd

Please sign in to comment.