diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-11 09:46:08 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-17 12:53:14 +0000 |
commit | 85cffa37d79330a2df53ef8d79c70b8bb70a289e (patch) | |
tree | 6c598044f2a137ecf8bdced0a4203854086ec116 /conf.d/wgt/config.xml.in | |
parent | de3438a1e6522c6eb239b5642116a8652df3de23 (diff) |
Fix: wrong values in config.xml template file
Also set the same APIs name for all configurations
Change-Id: If565418b552adaeaa767e9c37dd8a65d212ab093
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r-- | conf.d/wgt/config.xml.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 863ee05..fc29847 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -13,12 +13,10 @@ </feature> <feature name="urn:AGL:widget:provided-api"> - <param name="signal-composer" value="ws" /> + <param name="afTest" value="ws" /> </feature> <feature name="urn:AGL:widget:required-api"> - <param name="lib/afb-signal-composer.so" value="local" /> - <param name="low-can" value="ws" /> - <param name="gps" value="ws" /> + <param name="lib/aft.so" value="local" /> </feature> </widget> |