feedback: Seperate codes between common and mobile profile 55/41055/1
authorJiyoung Yun <jy910.yun@samsung.com>
Mon, 16 Mar 2015 06:07:26 +0000 (15:07 +0900)
committertaeyoung <ty317.kim@samsung.com>
Thu, 11 Jun 2015 05:25:27 +0000 (14:25 +0900)
commitc4868d52f1a2bc254128f1b1f55553fdb152ad81
tree38dc2dd48bfe04e5952d57fddaba3451184a4ed8
parentddafb7d6eaedb0fcc669d6c40fe663b7e58fc370
feedback: Seperate codes between common and mobile profile

feedback-ids.h and feedback.h will be public api on Tizen v2.4.
If you need a specific enum for your profile,
you can make new file like feedback-ids-[PROFILE].h.

Change-Id: Iedcd7092866351a6c0b07fed3060b096e073973a
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Signed-off-by: taeyoung <ty317.kim@samsung.com>
87 files changed:
CMakeLists.txt
SLP_FEEDBACK_PG.h [deleted file]
common/data/sound.xml [moved from data/mobile/sound.xml with 61% similarity, mode: 0644]
common/data/sound/operation/operation.wav [moved from data/mobile/sound/operation/unlock.wav with 100% similarity]
common/data/sound/operation/shutter.wav [moved from data/mobile/sound/operation/shutter.wav with 100% similarity]
common/data/sound/touch/key0.wav [moved from data/mobile/sound/touch/key0.wav with 100% similarity]
common/data/sound/touch/key1.wav [moved from data/mobile/sound/touch/key1.wav with 100% similarity]
common/data/sound/touch/key2.wav [moved from data/mobile/sound/touch/key2.wav with 100% similarity]
common/data/sound/touch/key3.wav [moved from data/mobile/sound/touch/key3.wav with 100% similarity]
common/data/sound/touch/key4.wav [moved from data/mobile/sound/touch/key4.wav with 100% similarity]
common/data/sound/touch/key5.wav [moved from data/mobile/sound/touch/key5.wav with 100% similarity]
common/data/sound/touch/key6.wav [moved from data/mobile/sound/touch/key6.wav with 100% similarity]
common/data/sound/touch/key7.wav [moved from data/mobile/sound/touch/key7.wav with 100% similarity]
common/data/sound/touch/key8.wav [moved from data/mobile/sound/touch/key8.wav with 100% similarity]
common/data/sound/touch/key9.wav [moved from data/mobile/sound/touch/key9.wav with 100% similarity]
common/data/sound/touch/keyasterisk.wav [moved from data/mobile/sound/touch/keyasterisk.wav with 100% similarity]
common/data/sound/touch/keysharp.wav [moved from data/mobile/sound/touch/keysharp.wav with 100% similarity]
common/data/sound/touch/sip.wav [moved from data/mobile/sound/touch/sip.wav with 100% similarity]
common/data/sound/touch/touch.wav [moved from data/mobile/sound/touch/touch.wav with 100% similarity]
common/src/check.c [new file with mode: 0644]
data/emulator/sound.xml [deleted file]
data/emulator/sound/operation/notification.ogg [deleted file]
data/emulator/sound/operation/power_on.ogg [deleted file]
data/emulator/sound/operation/ringtone.ogg [deleted file]
data/emulator/sound/operation/shutter.ogg [deleted file]
data/emulator/sound/operation/system.ogg [deleted file]
data/emulator/sound/touch/touch.ogg [deleted file]
data/emulator/vibration.xml [deleted file]
data/micro/vibration.xml [deleted file]
data/mobile/sound/operation/call_connect.wav [deleted file]
data/mobile/sound/operation/call_disconnect.wav [deleted file]
data/mobile/sound/operation/charger_connection.wav [deleted file]
data/mobile/sound/operation/fully_charged.wav [deleted file]
data/mobile/sound/operation/list_reorder.wav [deleted file]
data/mobile/sound/operation/lock.wav [deleted file]
data/mobile/sound/operation/low_battery.wav [deleted file]
data/mobile/sound/operation/minute_minder.wav [deleted file]
data/mobile/sound/operation/power_on.wav [deleted file]
data/mobile/vibration.xml [deleted file]
doc/feedback_doc.h
include/feedback-ids.h
include/feedback-internal.h [new file with mode: 0644]
include/feedback.h
include/feedback_doc.h [deleted file]
mobile/data/sound.xml [new file with mode: 0644]
mobile/data/sound/operation/notification.wav [new file with mode: 0755]
mobile/data/sound/operation/operation.wav [moved from data/mobile/sound/operation/slider_sweep.wav with 100% similarity]
mobile/data/sound/operation/ringtone.wav [new file with mode: 0755]
mobile/data/sound/operation/shutter.wav [new file with mode: 0755]
mobile/data/sound/touch/key0.wav [new file with mode: 0755]
mobile/data/sound/touch/key1.wav [new file with mode: 0755]
mobile/data/sound/touch/key2.wav [new file with mode: 0755]
mobile/data/sound/touch/key3.wav [new file with mode: 0755]
mobile/data/sound/touch/key4.wav [new file with mode: 0755]
mobile/data/sound/touch/key5.wav [new file with mode: 0755]
mobile/data/sound/touch/key6.wav [new file with mode: 0755]
mobile/data/sound/touch/key7.wav [new file with mode: 0755]
mobile/data/sound/touch/key8.wav [new file with mode: 0755]
mobile/data/sound/touch/key9.wav [new file with mode: 0755]
mobile/data/sound/touch/keyasterisk.wav [new file with mode: 0755]
mobile/data/sound/touch/keysharp.wav [new file with mode: 0755]
mobile/data/sound/touch/sip.wav [moved from data/mobile/sound/touch/sip_backspace.wav with 100% similarity]
mobile/data/sound/touch/touch.wav [moved from data/mobile/sound/operation/volume_control.wav with 100% similarity]
mobile/include/feedback-ids-mobile.h [new file with mode: 0644]
mobile/src/check.c [new file with mode: 0644]
packaging/libfeedback.spec
src/common.h [moved from include/common.h with 54% similarity]
src/dbus.h [moved from include/dbus.h with 100% similarity]
src/devices.c
src/devices.h [moved from include/devices.h with 84% similarity]
src/feedback.c
src/log.h [moved from include/log.h with 100% similarity]
src/profiles.c [new file with mode: 0644]
src/profiles.h [new file with mode: 0644]
src/sound.c
src/str.c [deleted file]
src/vibrator.c
src/xmlparser.h [moved from include/xmlparser.h with 100% similarity]
wearable/data/sound.xml [moved from data/micro/sound.xml with 79% similarity]
wearable/data/sound/operation/notification.ogg [moved from data/micro/sound/operation/notification.ogg with 100% similarity]
wearable/data/sound/operation/power_on.ogg [moved from data/micro/sound/operation/power_on.ogg with 100% similarity]
wearable/data/sound/operation/ringtone.ogg [moved from data/micro/sound/operation/ringtone.ogg with 100% similarity]
wearable/data/sound/operation/shutter.ogg [moved from data/micro/sound/operation/shutter.ogg with 100% similarity]
wearable/data/sound/operation/system.ogg [moved from data/micro/sound/operation/system.ogg with 100% similarity]
wearable/data/sound/touch/touch.ogg [moved from data/micro/sound/touch/touch.ogg with 100% similarity]
wearable/include/feedback-ids-wearable.h [new file with mode: 0644]
wearable/src/check.c [new file with mode: 0644]