Disable sensor part for sensor header change 78/35478/1 accepted/tizen/common/20150218.122504 accepted/tizen/mobile/20150218.124927 accepted/tizen/tv/20150218.124802 accepted/tizen/wearable/20150218.124853 submit/tizen/20150217.020310 submit/tizen/20150217.095548
authortaeyoon <taeyoon0.lee@samsung.com>
Mon, 16 Feb 2015 09:48:19 +0000 (18:48 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Mon, 16 Feb 2015 09:50:31 +0000 (18:50 +0900)
  This is a temporary patch for sensor header change.

Change-Id: I98c1519e9cf2e4d6db7664b57006712e7351a2b0

adaptors/tizen/tilt-sensor-impl-tizen.cpp

index a9be264..337d5dc 100644 (file)
 
 // EXTERNAL INCLUDES
 #include <cmath>
-#ifdef DALI_PROFILE_LITE
+#ifdef SENSOR_ENABLED
 #include <sensor_internal.h>
-#else
-#include <sensor.h>
 #endif
 
 #include <dali/public-api/object/type-registry.h>
 // INTERNAL INCLUDES
 #include <singleton-service-impl.h>
 
-#ifdef __arm__
-#define SENSOR_ENABLED
-#endif
-
 namespace // unnamed namespace
 {