diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-11 12:25:27 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 12:27:24 +0000 |
commit | 1b3655d85cfb9cc143c9e7f0d3506e6b004f835e (patch) | |
tree | 08ddc01f3692fce7972b6f3a436cd9b774eb958d /conf.d/wgt | |
parent | 3331cf98d09874f6d480e17538ebb6a53a4adf71 (diff) |
Migration to binding v3
Change-Id: I0bcccb15200064bd7d83edbf06c1e7202069189a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 9050690c..0ddccec8 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -14,10 +14,10 @@ </feature> <feature name="urn:AGL:widget:provided-api"> - <param name="low-can" value="ws" /> + <param name="@API_NAME@" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-binding"> - <param name="lib/afb-low-can.so" value="local" /> + <feature name="urn:AGL:widget:required-api"> + <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> </widget> |