aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Desneux <stephane.desneux@iot.bzh>2018-10-11 09:26:32 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-11 09:26:32 +0000
commit293dacac418c4881f73910e4f1664661dca740a3 (patch)
tree3d9a51a5993a1a4430241e0584651ff8ebe3f4e1
parent04888c6e029eeef7d25c7802cd9020eda9e44aac (diff)
parentfd67157afc0a662e035e6b97a244782c9863a2ce (diff)
Merge "Use feature 'required-binding'"
-rw-r--r--conf.d/wgt/config.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index dc368eb..517fe23 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -13,7 +13,7 @@
<feature name="urn:AGL:widget:provided-api">
<param name="unicens" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-api">
+ <feature name="urn:AGL:widget:required-binding">
<param name="lib/afb-ucs2.so" value="local" />
</feature>
</widget>
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216