SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuid

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
This commit is contained in:
Star Zeng 2015-10-16 01:32:48 +00:00 committed by lzeng14
parent 9d366450b7
commit e90c57aa97
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@
## PRODUCES ## Variable:L"VendorKeysNv"
gEfiVendorKeysNvGuid
## CONSUMES ## Variable:L"AuthVarKeyDatabase"
## PRODUCES ## Variable:L"AuthVarKeyDatabase"
gEfiAuthenticatedVariableGuid
gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.
gEfiCertPkcs7Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.
gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.