SecurityPkg: Update Guid usage in INF file to match source code logic
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Instance of FmpAuthentication Library for DXE/PEI post memory phase.
|
# 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
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -49,5 +49,5 @@
|
|||||||
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## CONSUMES
|
gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiCertTypeRsa2048Sha256Guid ## CONSUMES ## GUID
|
gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.
|
||||||
gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID
|
gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
HobLib
|
HobLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
## CONSUMES ## GUID
|
## SOMETIMES_CONSUMES ## GUID
|
||||||
gZeroGuid
|
gZeroGuid
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
|
Reference in New Issue
Block a user