diff options
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Guid/ImageAuthentication.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h index c733643998..2f51935c0c 100644 --- a/MdePkg/Include/Guid/ImageAuthentication.h +++ b/MdePkg/Include/Guid/ImageAuthentication.h @@ -43,14 +43,6 @@ #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
|