summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29Modify hard-coding path to use tz-platform-configpr.jung1-0/+2
Change-Id: I3df2d185c79a9da55a2d880d8974d23dfc71b1cf Signed-off-by: pr.jung <pr.jung@samsung.com>
2015-12-14Change the method to differentiate profile namesubmit/tizen_ivi/20160217.000003submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151214.043922accepted/tizen/wearable/20151214.233059accepted/tizen/tv/20151214.233043accepted/tizen/mobile/20151214.233031accepted/tizen/ivi/20160218.023738pr.jung1-3/+5
Change-Id: If6018372ff99962dc4303f2eb0becf3363ee4b10 Signed-off-by: pr.jung <pr.jung@samsung.com>
2015-11-12Rearrange mobile/wearable enumerations for feedback.submit/tizen/20151210.060239accepted/tizen/wearable/20151210.083147accepted/tizen/tv/20151210.083121accepted/tizen/mobile/20151210.083103pr.jung1-0/+5
Remove deprecated enums of feedback. And rearrange profile specific enum and common enum values. Change-Id: I17684dd768671cdbf1f7624198f0f4beb41baf0c Signed-off-by: Pureum Jung <pr.jung@samsung.com>
2015-11-10feedback: Use configuration file instead of xmlJiyoung Yun1-2/+2
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
2015-06-12deviced: Install feedback-internal.h fileJiyoung Yun1-1/+2
Change-Id: Ic4114a64ece96128fbb9924e5cd0863c41729c50 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2015-06-11libfeedback: Do not use unnecessary definitionsJiyoung Yun1-8/+1
Change-Id: I8953cc089288dd91c184c673f1e3940d47878961 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Signed-off-by: taeyoung <ty317.kim@samsung.com>
2015-06-11feedback: Seperate codes between common and mobile profileJiyoung Yun1-30/+15
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>
2015-06-11feedback: Change the vibration play functionJiyoung Yun1-1/+0
Common profile does not support to play vibration buffer. So to play vibration is failed. Instead, feedback request to play monotone during some mseconds. Change-Id: Id51e4e23168a28779741842f2165f596c1167ea1 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Signed-off-by: taeyoung <ty317.kim@samsung.com>
2015-06-10common: code sync with Tizen 2.3taeyoung1-32/+28
- Currently, libsvi is too old and it is necessary to add many fixes and some features. Thus code sync is needed Change-Id: I0abd6ad42bf5ef74ae001a2c82aca5c6bc40ff32 Signed-off-by: taeyoung <ty317.kim@samsung.com>
2014-03-03Remove hardcoded path for multiuser supportJean-Benoit MARTIN1-1/+1
Bug-Tizen: PTREL-269 Change-Id: Idc1bf888a089daf1001bd98b1dafd57fc4a91245 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2013-10-02code cleaningjy910.yun1-1/+2
change the internal header file name to make it simple revise warning issues Change-Id: Icea301ae95781a5fa73966cf49e17ee2f71c447b Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2013-10-02seperate vibrator device from feedback internal codejy910.yun1-3/+3
delete feedback-internal.c and feedback-file.h files each device defines own file list on itself Change-Id: I5ca770bee06ac4c96079b0cbae6948113f1d4541 Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2013-10-02seperate sound device from feedback internal codejy910.yun1-0/+1
Change-Id: I396351854963b08f23de5bb468b9430a8cc62e54 Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2013-09-27add device_ops structure for improving feedback structurejy910.yun1-0/+1
feedback code will be divided into 2 parts by device type Change-Id: I94e46c234997218371c91dfca1aeb91ba18c3537 Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2013-09-27change the resource file locations to /opt/usr/share form /opt/sharejy910.yun1-5/+5
Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: I84842b0628fbe77ddb272f81445afc5d3deb6591
2013-03-29Fix for x86_64 compatibility.Junfeng1-5/+5
Change-Id: Iddd9f3d3e55150d13105ebfdf07cd6e4cdca70eb
2013-03-16merge with masterJinkun Jang1-2/+10
2013-03-13Tizen 2.1 baseJinkun Jang1-17/+43
2012-02-27tizen beta releaseKibum Kim1-0/+48