]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Update Guid usage in INF file to match source code logic
authorLiming Gao <liming.gao@intel.com>
Mon, 25 Sep 2017 11:06:21 +0000 (19:06 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 10 Oct 2017 10:10:22 +0000 (18:10 +0800)
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>
SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf

index 633f407f31301cb526a998f69cda27f4bfe6bb27..b190eca8805c3a93bcef6bc542908613692ba0e3 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # Instance of FmpAuthentication Library for DXE/PEI post memory phase.\r
 #\r
-#  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -49,5 +49,5 @@
   gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer     ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiCertTypeRsa2048Sha256Guid         ## CONSUMES   ## GUID\r
-  gEfiHashAlgorithmSha256Guid           ## CONSUMES   ## GUID\r
+  gEfiCertTypeRsa2048Sha256Guid         ## SOMETIMES_CONSUMES   ## GUID # Unique ID for the type of the certificate.\r
+  gEfiHashAlgorithmSha256Guid           ## SOMETIMES_CONSUMES   ## GUID\r
index eebf90e2ef40148a86f45fdd93f64788c5d3b2cd..018090b8fac32efc19fa598d45545c74ec3e0ff2 100644 (file)
@@ -51,7 +51,7 @@
   HobLib\r
 \r
 [Guids]\r
-  ## CONSUMES   ## GUID\r
+  ## SOMETIMES_CONSUMES   ## GUID\r
   gZeroGuid\r
 \r
 [Pcd]\r