From b1fddccf4a5ae041d5a3ffd1eecbabac42a9aeb5 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Wed, 18 May 2016 15:55:59 +0800 Subject: MdePkg: Revert 8012b6588f3070027ecfcf4c6a9fc840b13c026b 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 Reviewed-by: Star Zeng --- MdePkg/Include/Guid/ImageAuthentication.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'MdePkg/Include') 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 -- cgit v1.2.3