shared: re-assign sensor type numbers to activity/gesture sensors 60/59360/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 15 Feb 2016 05:22:58 +0000 (14:22 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 15 Feb 2016 05:22:58 +0000 (14:22 +0900)
Change-Id: Id49aa8d47d420ad511b477444084c9642fec19a3
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/shared/sensor_types.h

index 589a9d9..f364b87 100644 (file)
@@ -50,13 +50,13 @@ typedef enum {
        GAMING_RV_SENSOR,
        GEOMAGNETIC_RV_SENSOR,
 
-       ACTIVITY_STATIONARY_SENSOR = 0x100,
+       ACTIVITY_STATIONARY_SENSOR = 0x1100,
        ACTIVITY_WALK_SENSOR,
        ACTIVITY_RUN_SENSOR,
        ACTIVITY_IN_VEHICLE_SENSOR,
        ACTIVITY_ON_BICYCLE_SENSOR,
 
-       GESTURE_MOVEMENT_SENSOR = 0x200,
+       GESTURE_MOVEMENT_SENSOR = 0x1200,
        GESTURE_WRIST_UP_SENSOR,
        GESTURE_WRIST_DOWN_SENSOR,