aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03Remove packaging folderneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.013.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.0Qiu Tingting7-124/+0
Packaging folder contains files that defines package rule for other platform, which is useless anymore. Bug-AGL: SPEC-3835 Change-Id: I01015c826a1fb33905f856f927decad71cc80e9d Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
2020-11-10Add device monitoring feature (hotplug device detection)Farshid Monhaseri1-1/+2
Changes: - Implement libudev 'monitor' interface to detect hotplug devices. - Forward udev rules as AFB 'subscribe' args to udev_monitoring objects. - Filter retrieved property fields through 'mask' argument from 'subscribe' args. - Generate detached threads (event loop) and data context for each client, so every user can subscribe for device events with their own udev rules and receive their desired device parameters. Bug-AGL: SPEC-3512 Signed-off-by: Farshid Monhaseri <monhaseri.f@gmail.com> Change-Id: I0fc007d9707deaf39d21147aa8240fde302f5f9e
2020-09-15Fix PROJECT_URL and PROJECT_VERSION in config.cmakeLi, Xiaoming1-2/+2
Bug-AGL: SPEC-3578 Change-Id: I21c691d6054d2ba55e3e27dea799ee2fbb2ff9ea Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-06-14Require to run at platform scopeicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.28.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.2halibutJosé Bollo1-0/+1
Add the required permission urn:AGL:permission::partner:scope-platform to run at platform scope. Bug-AGL: SPEC-545 Bug-AGL: SPEC-2006 Change-Id: I6b806b52dd125bbfa5f90a0baf4a2472c12c6806 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-04-15Git submodule migration to separated librariesRomain Forlot1-0/+1
Replace the afb-helpers submodule usage with the separated library instead. Bug-AGL: SPEC-2139 Change-Id: I1a89a81642a61daee718ab74bff47d93e93a8710 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-28Wrong widget template used by the projecthalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4Romain Forlot1-1/+1
Wrong widget template used by the project which make the icon visible in the launcher screen Bug-AGL: SPEC-2063 Change-Id: I149a56f97d9dcd2ea4927274c21021b14163c92f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-18Use the same naming than the others bindingsguppy_6.99.3guppy/6.99.36.99.3Romain Forlot1-1/+1
Change-Id: If418385ed66b5b45fab0e01d013760bc3f6402fb Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-18platform-info does show-up as icon in the launcherRomain Forlot1-0/+7
The agl-service-platform-info icon shows up in the launcher and it should not Bug-AGL: SPEC-2063 Change-Id: Ic2b5bdc063bb9397af0498e99014c16043227060 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-11-28First simple platform-info API implementationguppy_6.99.2guppy/6.99.26.99.2Romain Forlot9-0/+347
Bug-AGL: SPEC-1917 Change-Id: I300155302c9d69c6549ddabc6af53e2ad55eb18d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>