sensord: merge tizen 2.3 sensord into tizen branch 64/33264/4
authorKibak Yoon <kibak.yoon@samsung.com>
Wed, 7 Jan 2015 11:48:55 +0000 (20:48 +0900)
committerKibak Yoon <kibak.yoon@samsung.com>
Wed, 7 Jan 2015 13:26:23 +0000 (22:26 +0900)
commit6689d96f1dbd68343a9aa0d193b2fa93b9cef811
tree1c9cf65bc0f96a46cad76bd7ed7e6c73cfc990a7
parent21194b013a3cbd1a2f129ed51a2fb47edeaabdf1
sensord: merge tizen 2.3 sensord into tizen branch

there are the quite many changes between private and public.
but almost patches are for code-clean and mobile specific features.
through updating sensord at once, private, tizen 2.3, tizen 3.0 code are
in sync.

Change-Id: Ieaef0357c810682c6b9c82f7429f9a680eccd25c
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
74 files changed:
sensors.xml.in
src/CMakeLists.txt
src/accel/accel_sensor.cpp
src/accel/accel_sensor_hal.cpp
src/accel/accel_sensor_hal.h
src/auto_rotation/CMakeLists.txt [new file with mode: 0644]
src/auto_rotation/auto_rotation_alg.cpp [new file with mode: 0644]
src/auto_rotation/auto_rotation_alg.h [new file with mode: 0644]
src/auto_rotation/auto_rotation_alg_emul.cpp [new file with mode: 0644]
src/auto_rotation/auto_rotation_alg_emul.h [new file with mode: 0644]
src/auto_rotation/auto_rotation_sensor.cpp [new file with mode: 0755]
src/auto_rotation/auto_rotation_sensor.h [new file with mode: 0755]
src/geo/geo_sensor.cpp
src/geo/geo_sensor_hal.cpp
src/geo/geo_sensor_hal.h
src/gravity/gravity_sensor.cpp
src/gravity/gravity_sensor.h
src/gyro/gyro_sensor.cpp
src/gyro/gyro_sensor_hal.cpp
src/gyro/gyro_sensor_hal.h
src/libsensord/CMakeLists.txt
src/libsensord/client.cpp
src/libsensord/client_common.cpp
src/libsensord/sensor_accel.h
src/libsensord/sensor_auto_rotation.h [new file with mode: 0755]
src/libsensord/sensor_geomag.h
src/libsensord/sensor_gyro.h
src/libsensord/sensor_internal.h
src/light/light_sensor.cpp
src/light/light_sensor.h
src/light/light_sensor_hal.cpp
src/light/light_sensor_hal.h
src/linear_accel/linear_accel_sensor.cpp
src/linear_accel/linear_accel_sensor.h
src/orientation/orientation_sensor.cpp
src/orientation/orientation_sensor.h
src/pressure/pressure_sensor.cpp
src/pressure/pressure_sensor.h
src/pressure/pressure_sensor_hal.cpp
src/pressure/pressure_sensor_hal.h
src/proxi/proxi_sensor.cpp
src/proxi/proxi_sensor.h
src/proxi/proxi_sensor_hal.cpp
src/proxi/proxi_sensor_hal.h
src/rotation_vector/CMakeLists.txt
src/rotation_vector/rv/rv_sensor.cpp
src/rotation_vector/rv_raw/CMakeLists.txt [new file with mode: 0755]
src/rotation_vector/rv_raw/rv_raw_sensor.cpp [new file with mode: 0755]
src/rotation_vector/rv_raw/rv_raw_sensor.h [new file with mode: 0755]
src/rotation_vector/rv_raw/rv_raw_sensor_hal.cpp [new file with mode: 0755]
src/rotation_vector/rv_raw/rv_raw_sensor_hal.h [new file with mode: 0755]
src/server/CMakeLists.txt
src/server/command_worker.cpp
src/server/command_worker.h
src/server/permission_checker.cpp [new file with mode: 0755]
src/server/permission_checker.h [new file with mode: 0755]
src/shared/cinterval_info_list.h
src/shared/csocket.cpp
src/shared/sensor_base.cpp
src/shared/sensor_base.h
src/shared/sensor_common.h
src/shared/sensor_hal.cpp
src/shared/sensor_hal.h
src/shared/sensor_plugin_loader.cpp
src/shared/sensor_plugin_loader.h
src/shared/sf_common.h
src/temperature/temperature_sensor.cpp
src/temperature/temperature_sensor_hal.cpp
src/temperature/temperature_sensor_hal.h
src/ultraviolet/CMakeLists.txt [new file with mode: 0644]
src/ultraviolet/ultraviolet_sensor.cpp [new file with mode: 0755]
src/ultraviolet/ultraviolet_sensor.h [new file with mode: 0755]
src/ultraviolet/ultraviolet_sensor_hal.cpp [new file with mode: 0755]
src/ultraviolet/ultraviolet_sensor_hal.h [new file with mode: 0755]