Revision: 19192
          http://sourceforge.net/p/edk2/code/19192
Author:   vanjeff
Date:     2015-12-10 07:20:16 +0000 (Thu, 10 Dec 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Star Zeng <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/19175

Modified Paths:
--------------
    branches/UDK2015/MdePkg/Include/Guid/ImageAuthentication.h

Modified: branches/UDK2015/MdePkg/Include/Guid/ImageAuthentication.h
===================================================================
--- branches/UDK2015/MdePkg/Include/Guid/ImageAuthentication.h  2015-12-10 
07:19:44 UTC (rev 19191)
+++ branches/UDK2015/MdePkg/Include/Guid/ImageAuthentication.h  2015-12-10 
07:20:16 UTC (rev 19192)
@@ -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


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to