Migrate from 2.3 activity/gesture recognition API 17/40317/2 submit/tizen/20150604.021948 submit/tizen_mobile/20150605.035828 submit/tizen_tv/20150605.035835
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 Jun 2015 07:48:07 +0000 (16:48 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 2 Jun 2015 07:58:48 +0000 (16:58 +0900)
commit93fbd6105378aca0bc2f936ab845d1deca0767fd
tree8b2a55f4bdf2799d6d66dae43085fa24c3d51b17
parentf2c4b0736aeea431b6dfe525fd660730d5d1d211
Migrate from 2.3 activity/gesture recognition API

Change-Id: I7342faac42177a760c9950b28c047bcc2979340e
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
23 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
doc/activity_recognition_doc.h [new file with mode: 0644]
doc/gesture_recognition_doc.h [new file with mode: 0644]
include/activity_recognition.h [new file with mode: 0644]
include/gesture_recognition.h [new file with mode: 0644]
motion.pc.in [new file with mode: 0644]
packaging/motion.manifest [new file with mode: 0644]
packaging/motion.spec [new file with mode: 0644]
src/activity/activity.cpp [new file with mode: 0644]
src/activity/activity.h [new file with mode: 0644]
src/gesture/gesture.cpp [new file with mode: 0644]
src/gesture/gesture.h [new file with mode: 0644]
src/gesture/motion_engine.cpp [new file with mode: 0644]
src/gesture/motion_engine.h [new file with mode: 0644]
src/shared/ctx_error.h [new file with mode: 0644]
src/shared/ctx_types_private.h [new file with mode: 0644]
src/shared/ctx_util_misc.cpp [new file with mode: 0644]
src/shared/ctx_util_misc.h [new file with mode: 0644]
src/shared/ctx_util_sensor.cpp [new file with mode: 0644]
src/shared/ctx_util_sensor.h [new file with mode: 0644]
src/shared/handle_map.h [new file with mode: 0644]