Modify feedback operation 72/72072/2 accepted/tizen/common/20160629.222249 accepted/tizen/common/20160703.130648 accepted/tizen/ivi/20160701.033851 accepted/tizen/mobile/20160701.034016 accepted/tizen/tv/20160701.033807 accepted/tizen/wearable/20160701.033925 submit/tizen/20160627.095455 submit/tizen/20160630.105614 submit/tizen_common/20160701.180000
authorpr.jung <pr.jung@samsung.com>
Mon, 30 May 2016 11:19:49 +0000 (20:19 +0900)
committerpr.jung <pr.jung@samsung.com>
Mon, 27 Jun 2016 08:33:45 +0000 (17:33 +0900)
commitb80e432af9473864492410a9d4f1bf99d4b4e1a4
treed0b04f40fbfd72bbc4d6cd8ca3b145a24d6fc6e6
parent15f46777b572a1c42b2d3f4809358f8e96abbd51
Modify feedback operation

Parse vibration configuration file in deviced instead of libfeedback,
so configuration file is parsed only once.
(Before, it is parsed every time feedback_init is called.)
Compare to earlier, vibration.conf has duration for playing and waiting time.

Also, haptic_vibrate_effect and haptic_is_supported is added for VibrateEffect and IsSupported.
vibrate_effect is used instead of vibrate_buffer and vibrate_monotone.

Change-Id: I674c758ee3172a07056193354ce29fa63bfae671
Signed-off-by: pr.jung <pr.jung@samsung.com>
common/data/vibration.conf
mobile/data/vibration.conf
mobile/data/vibration_duration.conf [new file with mode: 0644]
mobile/data/vibration_mix.conf [new file with mode: 0644]
src/dbus.c
src/dbus.h
src/feedback.c
src/vibrator.c
wearable/data/vibration.conf