aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/wgt/config.xml.in
AgeCommit message (Collapse)AuthorFilesLines
2020-07-28Export publicly lua filesicefish_9.0.4icefish_9.0.3icefish/9.0.4icefish/9.0.39.0.49.0.3icefishJosé Bollo1-0/+6
The provided widget is automatically exported publicly but its lua scripts file also need to be exported publicly. This fixes. Bug-AGL: SPEC-3489 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Change-Id: Idfd2a5f26743604159f683621a016b21cb29c391 (cherry picked from commit b4c61ecd637abb01af20a8e5f432f1ee9c32ce47)
2018-10-09Unify test launch between target and nativeRomain Forlot1-3/+3
On a target, the binder process name is taken from the widget "id", now the native launcher script also launches the binder using the widget "id". As the controller searches its configuration file using the binder process middle name we need to differentiate between both "id" otherwise the wrong configuration file is used. The commit renames configuration file according to the new "id". Change-Id: Icd01abe21ddee562518c7f822baca8b098bbb55e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-09-25Rename test service api to be more discriminant.Romain Forlot1-1/+1
Using aftest and aft-aftest api name to self test was difficult because of searching file using the binder process name which could be the same although api name were diffirent. Change-Id: I20ef554d54ddc1cb5bd169d462558d78f2769668 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-16Use new AppFw feature to find a libraryRomain Forlot1-2/+6
Use new AppFw feature to find a library location. This will help to find the library that hold a binding which could create several different APIs. Depends-On: I70aad7d523ece7a2ae0058b79708a02ef81144e2 Change-Id: I1454eb8ea661d4d3854b344cb989fc05e2704a77 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-07-17Fix: wrong values in config.xml template fileRomain Forlot1-4/+2
Also set the same APIs name for all configurations Change-Id: If565418b552adaeaa767e9c37dd8a65d212ab093 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-07-10Initial commitRomain Forlot1-0/+24
This is the skeleton, it compile but there isn't tests implemented for now. Change-Id: Ie810a9eb23d58797bebd6b64b00682238e4bd732 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>