Use older sensor API for mobile builds 12/24812/1
authorPaul Wisbey <p.wisbey@samsung.com>
Tue, 22 Jul 2014 12:54:58 +0000 (13:54 +0100)
committerPaul Wisbey <p.wisbey@samsung.com>
Tue, 22 Jul 2014 13:25:20 +0000 (14:25 +0100)
(Mobile lite has newer API)

Change-Id: Icf66566d463948cbce00173b35dee14780dd6888
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
adaptors/common/tilt-sensor-impl.cpp

index f610607..d171c6a 100644 (file)
@@ -20,7 +20,7 @@
 
 // EXTERNAL INCLUDES
 #include <cmath>
-#ifdef DALI_PROFILE_MOBILE
+#ifdef DALI_PROFILE_LITE
 #include <sensor_internal.h>
 #else
 #include <sensor.h>