Create initial commit 45/118345/6 accepted/tizen/unified/20170406.055712 submit/tizen/20170406.012359
authorpr.jung <pr.jung@samsung.com>
Fri, 10 Mar 2017 05:26:01 +0000 (14:26 +0900)
committerpr.jung <pr.jung@samsung.com>
Tue, 4 Apr 2017 05:36:44 +0000 (14:36 +0900)
commit9a6ce676cc7de421411592d386f50e3f562edec7
treedc3aae0807cf7eeec1fa1c0ca594b8c7e9792e45
parent1335071406e6fbc06f01d0db96f2000eb9ee412c
Create initial commit

Change-Id: I55eb8f18f19bcfd6467ed40558a4d6b914085965
Signed-off-by: pr.jung <pr.jung@samsung.com>
34 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
packaging/feedbackd.manifest [new file with mode: 0644]
packaging/feedbackd.spec [new file with mode: 0644]
scripts/feedbackd.conf [new file with mode: 0644]
src/README.standard [new file with mode: 0644]
src/core/common.c [new file with mode: 0644]
src/core/common.h [new file with mode: 0644]
src/core/config-parser.c [new file with mode: 0644]
src/core/config-parser.h [new file with mode: 0644]
src/core/dbus.c [new file with mode: 0644]
src/core/dbus.h [new file with mode: 0644]
src/core/device-idler.c [new file with mode: 0644]
src/core/device-idler.h [new file with mode: 0644]
src/core/edbus-handler.c [new file with mode: 0644]
src/core/edbus-handler.h [new file with mode: 0644]
src/core/list.h [new file with mode: 0644]
src/core/log.c [new file with mode: 0644]
src/core/log.h [new file with mode: 0644]
src/core/main.c [new file with mode: 0644]
src/haptic/circle.c [new file with mode: 0644]
src/haptic/emulator.c [new file with mode: 0644]
src/haptic/external.c [new file with mode: 0644]
src/haptic/haptic-mobile.conf [new file with mode: 0644]
src/haptic/haptic-module.h [new file with mode: 0644]
src/haptic/haptic-plugin-intf.h [new file with mode: 0644]
src/haptic/haptic-wearable.conf [new file with mode: 0644]
src/haptic/haptic.c [new file with mode: 0644]
src/haptic/haptic.h [new file with mode: 0644]
src/haptic/standard-mix.c [new file with mode: 0644]
src/haptic/standard-vibcore.c [new file with mode: 0644]
src/haptic/standard-vibcore.h [new file with mode: 0644]
src/haptic/standard.c [new file with mode: 0644]
systemd/feedbackd.service [new file with mode: 0644]