summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KDEInit.h
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-05-14 20:09:41 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-05-14 20:09:41 -0500
commit07b3d083b49b4cbb248b5ba0aeba2bbdd3cc487d (patch)
tree5f80a6862e44b938c4e7f62f457d1b48f5a0195b /connectivity/source/drivers/kab/KDEInit.h
parent007f16ef7ad40ae932df884ba04f0de71928b852 (diff)
TDE integration
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
Diffstat (limited to 'connectivity/source/drivers/kab/KDEInit.h')
-rw-r--r--connectivity/source/drivers/kab/KDEInit.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/connectivity/source/drivers/kab/KDEInit.h b/connectivity/source/drivers/kab/KDEInit.h
index 9a5ea70da211..b70df86adfeb 100644
--- a/connectivity/source/drivers/kab/KDEInit.h
+++ b/connectivity/source/drivers/kab/KDEInit.h
@@ -34,6 +34,17 @@
#define KAB_DRIVER_VERSION_MAJOR 0
#define KAB_DRIVER_VERSION_MINOR 2
+#ifdef ENABLE_TDE
+
+// the minimum TDE version which is required at runtime
+#define MIN_KDE_VERSION_MAJOR 14
+#define MIN_KDE_VERSION_MINOR 0
+
+#define MAX_KDE_VERSION_MAJOR 255
+#define MAX_KDE_VERSION_MINOR 255
+
+#else // ENABLE_TDE
+
// the minimum KDE version which is required at runtime
#define MIN_KDE_VERSION_MAJOR 3
#define MIN_KDE_VERSION_MINOR 2
@@ -41,6 +52,8 @@
#define MAX_KDE_VERSION_MAJOR 3
#define MAX_KDE_VERSION_MINOR 6
+#endif // ENABLE_TDE
+
#endif // CONNECTIVITY_KAB_KDEINIT_H