Removing redundant Light sensor events 84/35784/7
authorAnkur <ankur29.garg@samsung.com>
Tue, 24 Feb 2015 13:32:25 +0000 (19:02 +0530)
committerAnkur <ankur29.garg@samsung.com>
Thu, 26 Feb 2015 12:27:41 +0000 (17:57 +0530)
commit8118c04117ede6bf0cd7ae9ace3cf0849de0b86a
tree6110d7a285c695114e59ce29bf596204052223a7
parenta6689f5545620ae9c050db2de30f432838fb9354
Removing redundant Light sensor events

LIGHT_LUX_DATA_SET and LIGHT_EVENT_LUX_DATA_REPORT_ON_TIME were the same
LIGHT_LUX_DATA_SET has been removed.

LIGHT_LUX_DATA_SET was used for polling events and LIGHT_EVENT_LUX_DATA_REPORT_ON_TIME was used for event driven
Since both these represent the same light sensor event, DATA_SET type has been removed.

And LIGHT_EVENT_LUX_DATA_REPORT_ON_TIME has been renamed to LIGHT_LUX_DATA_EVENT to make it simpler.

The change has been tested on rd-pq device for all sensord API and all API were found to be working.

Change-Id: I44a761251a6fc9e78333f022b131c2562d65ccb9
src/libsensord/client_common.cpp
src/libsensord/sensor_deprecated.h
src/libsensord/sensor_light.h
src/light/light_sensor.cpp
test/src/auto_test.c
test/src/tc-common.c