Revision: 13975 http://edk2.svn.sourceforge.net/edk2/?rev=13975&view=rev Author: sfu5 Date: 2012-11-28 06:59:13 +0000 (Wed, 28 Nov 2012) Log Message: ----------- Move the declaration of gEfiCertDbGuid to the package's Include folder.
Signed-off-by: Fu Siyuan <siyuan...@intel.com> Reviewed-by: Ye Ting <ting...@intel.com> Reviewed-by: Dong Guo <guo.d...@intel.com> Modified Paths: -------------- trunk/edk2/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h trunk/edk2/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h Modified: trunk/edk2/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h =================================================================== --- trunk/edk2/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h 2012-11-28 04:49:48 UTC (rev 13974) +++ trunk/edk2/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h 2012-11-28 06:59:13 UTC (rev 13975) @@ -27,6 +27,8 @@ extern EFI_GUID gEfiAuthenticatedVariableGuid; extern EFI_GUID gEfiSecureBootEnableDisableGuid; +extern EFI_GUID gEfiCertDbGuid; +extern EFI_GUID gEfiCustomModeEnableGuid; /// /// "SecureBootEnable" variable for the Secure Boot feature enable/disable. @@ -37,8 +39,6 @@ #define SECURE_BOOT_ENABLE 1 #define SECURE_BOOT_DISABLE 0 -extern EFI_GUID gEfiCustomModeEnableGuid; - /// /// "CustomMode" variable for two Secure Boot modes feature: "Custom" and "Standard". /// Standard Secure Boot mode is the default mode as UEFI Spec's description. Modified: trunk/edk2/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h =================================================================== --- trunk/edk2/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h 2012-11-28 04:49:48 UTC (rev 13974) +++ trunk/edk2/SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.h 2012-11-28 06:59:13 UTC (rev 13975) @@ -51,8 +51,6 @@ #define EFI_CERT_DB_NAME L"certdb" #define MAX_CERTDB_SIZE (FixedPcdGet32 (PcdMaxVariableSize) - sizeof (VARIABLE_HEADER) - sizeof (EFI_CERT_DB_NAME)) -extern EFI_GUID gEfiCertDbGuid; - /// /// Struct to record signature requirement defined by UEFI spec. /// For SigHeaderSize and SigDataSize, ((UINT32) ~0) means NO exact length requirement for this field. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits