summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorChao Zhang <chao.b.zhang@intel.com>2015-12-09 01:27:38 +0000
committerczhang46 <czhang46@Edk2>2015-12-09 01:27:38 +0000
commitfaec4992303fc7e81d10c9a91ff4257599551448 (patch)
tree5dab5c93e0d5e7674edcf8dbab716694db5c7771 /MdePkg
parentb7de7e3cab3f172bb8ef3e2638f90889981d791a (diff)
downloadedk2-faec4992303fc7e81d10c9a91ff4257599551448.zip
edk2-faec4992303fc7e81d10c9a91ff4257599551448.tar.gz
edk2-faec4992303fc7e81d10c9a91ff4257599551448.tar.bz2
MdePkg: Restore SetupMode macro definition
Restore SetupMode macro definition to keep backward compatibility. No current module is referencing them now. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19175 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Guid/ImageAuthentication.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h
index 2f51935..c733643 100644
--- a/MdePkg/Include/Guid/ImageAuthentication.h
+++ b/MdePkg/Include/Guid/ImageAuthentication.h
@@ -43,6 +43,14 @@
#define SECURE_BOOT_MODE_ENABLE 1
#define SECURE_BOOT_MODE_DISABLE 0
+///
+/// Depricated value definition for SetupMode variable
+///
+#define SETUP_MODE 1
+#define USER_MODE 0
+///
+/// Value definition for SetupMode/DeployedMode/AuditMode variable
+///
#define SETUP_MODE_ENABLE 1
#define SETUP_MODE_DISABLE 0
#define DEPLOYED_MODE_ENABLE 1