feedback: Use configuration file instead of xml 20/50320/4
authorJiyoung Yun <jy910.yun@samsung.com>
Tue, 9 Jun 2015 08:59:30 +0000 (17:59 +0900)
committerJung <pr.jung@samsung.com>
Wed, 11 Nov 2015 04:58:47 +0000 (20:58 -0800)
commitf9339fef0fcbda01541abcf38f04073911155254
tree08f11b2c0ed3f73e3bc7894faa459a137f7e1f0e
parent9301bd23d4846ae5fcfe80c337a64238b939ed7d
feedback: Use configuration file instead of xml

This patch remove dependency to libxml.
Instead of xml, libfeedback will use configuration file for initial configuration.
And this patch diminishes static variable sizes by using dynamic allocation.
.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I173ab419ab29dca34fb84fabef1c96cdca91b8a1
17 files changed:
CMakeLists.txt
common/data/sound.conf [new file with mode: 0644]
common/data/sound.xml [deleted file]
common/data/vibration.conf [new file with mode: 0644]
mobile/data/sound.conf [new file with mode: 0644]
mobile/data/sound.xml [deleted file]
mobile/data/vibration.conf [new file with mode: 0644]
packaging/libfeedback.spec
src/parser.c [new file with mode: 0644]
src/parser.h [new file with mode: 0644]
src/sound.c
src/vibrator.c
src/xmlparser.c [deleted file]
src/xmlparser.h [deleted file]
wearable/data/sound.conf [new file with mode: 0644]
wearable/data/sound.xml [deleted file]
wearable/data/vibration.conf [new file with mode: 0644]