pass: Remove haptic and touchscreen modules
authorWook Song <wook16.song@samsung.com>
Mon, 21 Nov 2016 02:09:45 +0000 (11:09 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:37 +0000 (20:35 +0900)
commit06343002ede2e31a90a7d1814f916886c5278403
tree831ce280a19b74e1d6987cbe2266b00e78a4b444
parent8e599e35e36966afe1b0abf761db00ce07eb34bf
pass: Remove haptic and touchscreen modules

PASS does not require the haptic and touchscreen modules of deviced.
Since there is no dependency between the core and these modules, this
patch removes the haptic and touchscreen moudlues without any changes in
src/core.c. CMakeLists.txt and packaging/pass.spec are slightly
modified and several files (scripts/deviced-vibrator.conf and
systemd/deviced-vibrator.service), which are required by the haptic
module, are deleted.

Signed-off-by: Wook Song <wook16.song@samsung.com>
21 files changed:
CMakeLists.txt
packaging/pass.spec
scripts/deviced-vibrator.conf [deleted file]
src/haptic/CMakeLists.txt [deleted file]
src/haptic/README.standard [deleted file]
src/haptic/circle.c [deleted file]
src/haptic/edbus-handler.c [deleted file]
src/haptic/edbus-handler.h [deleted file]
src/haptic/emulator.c [deleted file]
src/haptic/external.c [deleted file]
src/haptic/haptic-micro.conf [deleted file]
src/haptic/haptic-mobile.conf [deleted file]
src/haptic/haptic.c [deleted file]
src/haptic/haptic.h [deleted file]
src/haptic/main.c [deleted file]
src/haptic/standard-mix.c [deleted file]
src/haptic/standard-vibcore.c [deleted file]
src/haptic/standard-vibcore.h [deleted file]
src/haptic/standard.c [deleted file]
src/touchscreen/touchscreen.c [deleted file]
systemd/deviced-vibrator.service [deleted file]