diff options
author | Chao Zhang <chao.b.zhang@intel.com> | 2015-12-10 07:20:16 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-12-10 07:20:16 +0000 |
commit | 8012b6588f3070027ecfcf4c6a9fc840b13c026b (patch) | |
tree | e67107e1f0c7ed8cc0128d63e99f01c2df808cb9 /MdePkg | |
parent | e8bff743847970c1b5a74bfc891f97223e5e0263 (diff) | |
download | edk2-platforms-8012b6588f3070027ecfcf4c6a9fc840b13c026b.tar.xz |
MdePkg: Restore SetupMode macro definition
Restore SetupMode macro definition to keep backward compatibility. No current module is referencing them now.
(Sync patch r19175 from main trunk.)
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/branches/UDK2015@19192 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Guid/ImageAuthentication.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h index 2f51935c0c..c733643998 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
|