summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-05-28Fix build warning of typecasthalibut_7.99.3halibut_7.99.2halibut/7.99.3halibut/7.99.27.99.37.99.2Li Xiaoming1-4/+4
struct stat stbuf.st_size is off_t{aka long int}, but malloc and free need size_t{aka long unsigned int}. Bug-AGL: SPEC-2422 Change-Id: I93fe49004133cd979fe24001d029a56c2660a62b Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-04-04Revert "Change steering to systemd service for ces2019"zheng_wenlong25-1214/+857
This reverts commit 1fed2c5a38fed8bc91bb6b8a08982303eb9c2e82. Change-Id: Id83b437eef556b8d3fcd95503b9ff5b4d94bc7a5 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2019-02-06Change steering to systemd service for ces2019halibut_7.90.0halibut/7.90.07.90.0zheng_wenlong25-857/+1214
Change steering to systemd service for ces2019 Change-Id: I319fb56a302f4f980b43a1b90dee1f36820355fb Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2018-10-09Use feature 'required-binding'guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.16.99.46.99.36.99.26.99.1Jose Bollo1-1/+1
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I572d3dd84e8261f1a9664163590f4327aae64db0 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2017-08-25Fix problem for not copy package folderdab_4.0.3dab/4.0.34.0.3dabzheng_wenlong5-3/+97
By add package folder but forgot copy it to binary directory. It will cause no config.xml, json in wgt file, and install error. So return to old version but with custom target name package. Change-Id: I156f920b8428357ea2fc8b9aa0725b9dee2a1df5 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-08-10Add agl-service-steering-wheelzheng_wenlong17-0/+1971
Add new binding service for steering wheel. Right now it's for logitech g29 and build on reneses m3ulcb. Had test on Daring Dab 3.99.2, 3.99.3, 4.0.0. After this commit, we want to add some code for dashboard to use this binding. [Modify 20170803] Deleted trailing whitespace in README.md Fixed typo enogh to enough Modfied .noconcurrency 0 to 1 for atomic Checked event valid by afb_event_is_valid Droped event when not enough memory by afb_event_drop [Modify 20170804] Modify json path into afb_daemon_rootdir_open_locale Delete error.h for same ERRMSG define in af-steering-wheel-binding.h Delete install code in recipes because aglwgt do autoinstall Add verbs information [Modify 20170808] Add target 'package' in CMakeLists.txt to make package [Modify 20170810] Add new folder named 'package' for jenkins job Change-Id: I975b1ce3afbeea0145ea723586b4b46288c987ab Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>