diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:20 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:20 +0200 |
commit | 0279e4647752259fc15e3c378369fc5eb0c22c27 (patch) | |
tree | 980e2e4166a6b7a146afc3306df50e88975029ff /package/config.xml | |
parent | 387889388ae7c5ddc06ceb0eab0f5ddd82185a0d (diff) |
Use feature 'required-binding'
The feature "urn:AGL:widget:required-binding" is now
preferred to the feature "urn:AGL:widget:required-api"
for requiring a local binding.
Bug-AGL: SPEC-1800
Change-Id: I6ddcd82387beb7d0148464c8d4029689c4729152
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml index b68838a..aa0c9ba 100644 --- a/package/config.xml +++ b/package/config.xml @@ -10,6 +10,8 @@ <param name="windowmanager" value="ws" /> <param name="homescreen" value="ws" /> <param name="identity" value="ws" /> + </feature> + <feature name="urn:AGL:widget:required-binding"> <param name="lib/libhvac-demo-binding.so" value="local" /> </feature> <feature name="urn:AGL:widget:required-permission"> |