diff options
Diffstat (limited to 'MdePkg/Include/Guid/ImageAuthentication.h')
-rw-r--r-- | MdePkg/Include/Guid/ImageAuthentication.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h index 2f51935c0c..b59fae54f5 100644 --- a/MdePkg/Include/Guid/ImageAuthentication.h +++ b/MdePkg/Include/Guid/ImageAuthentication.h @@ -43,12 +43,8 @@ #define SECURE_BOOT_MODE_ENABLE 1
#define SECURE_BOOT_MODE_DISABLE 0
-#define SETUP_MODE_ENABLE 1
-#define SETUP_MODE_DISABLE 0
-#define DEPLOYED_MODE_ENABLE 1
-#define DEPLOYED_MODE_DISABLE 0
-#define AUDIT_MODE_ENABLE 1
-#define AUDIT_MODE_DISABLE 0
+#define SETUP_MODE 1
+#define USER_MODE 0
//***********************************************************************
// Signature Database
|