summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kibak Yoon [Mon, 16 Feb 2015 07:38:50 +0000 (16:38 +0900)]
capi-sensor: rename sensors.h to sensor.h
sensor.h is proper header name for sensor capi from the tizen 2.3
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: Ia63af806dd341d57fe3436f2a43a0374ffff492a
Kibak Yoon [Mon, 16 Feb 2015 07:25:48 +0000 (16:25 +0900)]
capi-sensor: add sensor types for HRM sensor
Heart Rate Monitor Sensor type is added and supported.
added the following types:
- SENSOR_HRM
- SENSOR_HRM_LED_GREEN
- SENSOR_HRM_LED_IR
- SENSOR_HRM_LED_RED
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I5faf535c5c229809ff45ce53844a48f0bca7ff18
Kibak Yoon [Mon, 16 Feb 2015 07:24:05 +0000 (16:24 +0900)]
capi-sensor: fix the wrong version of package
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I99e2ec242f5363c59c68cb45eab1640227f126dd
Kibak Yoon [Mon, 16 Feb 2015 07:21:34 +0000 (16:21 +0900)]
capi-sensor: change the log level to debug
convert to the debug level since it is not error situation
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I669dc8f27c4f316e141607a624c1ec5bdc4853a2
Kibak Yoon [Mon, 16 Feb 2015 07:00:22 +0000 (16:00 +0900)]
sensord: convert cpp to C because they are from opensource
the original files of them from open source are based on C not cpp.
so change the language of these files to C language.
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I8ae5369c8e9d611576c754d7cbb2e4ae6d04dffb
Kibak Yoon [Fri, 16 Jan 2015 13:37:18 +0000 (22:37 +0900)]
capi-sensor: merge tizen 2.3 capi to public
the features of tizen 2.3 Sensor API are the followings:
* in Tizen 2.2, the API set was seperately for each sensor. so this API
set(start, stop, setting interval and so on) was added when each sensor
added. in Tizen 2.3, they are consolidated to 1 API set. sensor is
managed by handle and enumeration type.
ie. sensor_(accelerometer)_start() APIs
-> sensor_listener_start(acc_handle) API
- if new sensor type is added, simply fix only two lines.
* added two APIs for getting sensor handle(s)
ie. sensor_get_default_sensor, sensor_get_sensor_list APIs
* added new sensors.
ie. pressure sensor, ultraviolet sensor and so on.
* removed some sensors.
ie. motion sensor(managing it is moved to context-service)
* cleaned up the code.
see the doxygen for more information on those APIs:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.apireference/group__CAPI__SYSTEM__SENSOR__MODULE.html
Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: I9a6b6a042075e941a2e6e4ee8d63149bbc463d01
Philippe Coval [Fri, 8 Aug 2014 13:33:44 +0000 (15:33 +0200)]
packaging: pkgconfig should mention version and cleanup
efl looks for it
Change-Id: Ice9c3d6cd18ca628256f3ce8743fb71aba50150f
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
kibak.yoon [Mon, 9 Dec 2013 11:47:47 +0000 (20:47 +0900)]
Bug fix : modify order of sensor_motion_snap_e enum values
Compile time error with sensor_motion_snap_e enum values usages.
because SENSOR_MOTION_SNAP_Y_POSITIVE(2) has same value as SENSOR_MOTION_SNAP_X_POSITIVE(2)
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
Change-Id: I6cfb4aad6fa567dea828bd8572da454e60427968
Alexandru Cornea [Fri, 28 Jun 2013 17:17:29 +0000 (20:17 +0300)]
resetting manifest requested domain to floor
JuHyun Kim [Wed, 10 Apr 2013 10:13:15 +0000 (19:13 +0900)]
fix incorrect API name
JuHyun Kim [Wed, 10 Apr 2013 05:26:57 +0000 (14:26 +0900)]
remove test code
Junfeng Dong [Mon, 25 Mar 2013 12:09:11 +0000 (20:09 +0800)]
Fix hard-coded library path in *.pc
Change-Id: Ib1f93eb6da7703bca6bb0ad4013e31151f809a42
Jinkun Jang [Fri, 15 Mar 2013 16:12:08 +0000 (01:12 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:46:11 +0000 (01:46 +0900)]
Tizen 2.1 base
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:30 +0000 (21:59 +0900)]
Initial empty repository