diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-21 12:01:12 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-22 16:43:42 +0200 |
commit | 79c8f10a68b8b992034069398da14a754b58f333 (patch) | |
tree | 78a865cedfec30a5354d9849987dfcae33f2cb86 /conf.d/wgt | |
parent | 0ac88a39962a3f723fcb5a07c4eb5c6d19e585f9 (diff) |
Needed feature to make binder load the binding
Change-Id: I5c312e082bc710f3d3f381d09be055af4950cd1a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 7e14751d..29067235 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -17,4 +17,8 @@ <param name="#target" value="main" /> <param name="low-can" value="ws" /> </feature> + + <feature name="urn:AGL:widget:required-api"> + <param name="lib/afb-low-can.so" value="local" /> + </feature> </widget> |