]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuid
authorStar Zeng <star.zeng@intel.com>
Fri, 16 Oct 2015 01:32:48 +0000 (01:32 +0000)
committerlzeng14 <lzeng14@Edk2>
Fri, 16 Oct 2015 01:32:48 +0000 (01:32 +0000)
There is no real build failure, as AuthVariableLib always links to variable driver.
But for code integrity, we should add it.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18613 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf

index d0c0cc23055031d47db7b4b1492a5f2ae31a39e1..3709f7baae0ba43d464506d0bf1df1468dc6c70f 100644 (file)
   ## PRODUCES            ## Variable:L"VendorKeysNv"\r
   gEfiVendorKeysNvGuid\r
 \r
+  ## CONSUMES            ## Variable:L"AuthVarKeyDatabase"\r
+  ## PRODUCES            ## Variable:L"AuthVarKeyDatabase"\r
+  gEfiAuthenticatedVariableGuid\r
+\r
   gEfiCertTypeRsa2048Sha256Guid  ## SOMETIMES_CONSUMES   ## GUID  # Unique ID for the type of the certificate.\r
   gEfiCertPkcs7Guid              ## SOMETIMES_CONSUMES   ## GUID  # Unique ID for the type of the certificate.\r
   gEfiCertX509Guid               ## SOMETIMES_CONSUMES   ## GUID  # Unique ID for the type of the signature.\r