mirror of https://github.com/acidanthera/audk.git
SignedCapsulePkg: 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: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
f3494b80f4
commit
d8d5bcf5f9
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# EDKII System Capsule library instance for DXE/PEI post memory phase.
|
# EDKII System Capsule library instance 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
|
||||||
|
@ -53,9 +53,9 @@
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer ## CONSUMES
|
gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer ## CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEdkiiSystemFirmwareImageDescriptorFileGuid ## CONSUMES ## GUID
|
gEdkiiSystemFirmwareImageDescriptorFileGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEdkiiSystemFmpCapsuleConfigFileGuid ## CONSUMES ## GUID
|
gEdkiiSystemFmpCapsuleConfigFileGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEdkiiSystemFmpCapsuleDriverFvFileGuid ## CONSUMES ## GUID
|
gEdkiiSystemFmpCapsuleDriverFvFileGuid ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiCertPkcs7Guid ## CONSUMES ## GUID
|
gEfiCertPkcs7Guid ## SOMETIMES_CONSUMES ## GUID
|
||||||
gEfiCertTypeRsa2048Sha256Guid ## CONSUMES ## GUID
|
gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue