diff options
author | Chao Zhang <chao.b.zhang@intel.com> | 2015-12-07 06:16:23 +0000 |
---|---|---|
committer | czhang46 <czhang46@Edk2> | 2015-12-07 06:16:23 +0000 |
commit | af9af05bec5b1880f8e4f9142ecc0044fd0acb33 (patch) | |
tree | 2222c3d0abb6416a406369c530e4aec57353063b /SecurityPkg/Include/Guid | |
parent | 0f4f6d202a47e3882c6a7fb7ab9e55dda78a8113 (diff) | |
download | edk2-af9af05bec5b1880f8e4f9142ecc0044fd0acb33.tar.gz edk2-af9af05bec5b1880f8e4f9142ecc0044fd0acb33.tar.bz2 edk2-af9af05bec5b1880f8e4f9142ecc0044fd0acb33.zip |
SecurityPkg: Add gEdkiiSecureBootModeGuid definition
Add gEdkiiSecureBootModeGuid definition for Enable Secure Boot feature defined in
UEFI2.5 Mantis 1263. It is a private variable GUID.
https://mantis.uefi.org/mantis/view.php?id=1263
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Zeng Star <star.zeng@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19132 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Include/Guid')
-rw-r--r-- | SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h index 1f007cfc73..7094d523b5 100644 --- a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h +++ b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h @@ -28,6 +28,7 @@ extern EFI_GUID gEfiSecureBootEnableDisableGuid; extern EFI_GUID gEfiCertDbGuid;
extern EFI_GUID gEfiCustomModeEnableGuid;
extern EFI_GUID gEfiVendorKeysNvGuid;
+extern EFI_GUID gEdkiiSecureBootModeGuid;
///
/// "SecureBootEnable" variable for the Secure Boot feature enable/disable.
|