diff options
author | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-10-11 09:25:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-11 09:25:58 +0000 |
commit | e11f0c997fb7fef47b34bcff128b7aa34f48f58f (patch) | |
tree | 31826303a77cdad47bd3ddb76b99c4f0b6097ee6 | |
parent | 04f62768a9af60bc116fd68db185529660224176 (diff) | |
parent | 1312e13a17645e8abe847e8dd7150df729095b9e (diff) |
Merge "Use feature 'required-binding'"
-rw-r--r-- | conf.d/wgt/config.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index f95efb7..cdba3d8 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -18,6 +18,9 @@ <feature name="urn:AGL:widget:required-api"> <param name="identity" value="ws" /> + </feature> + + <feature name="urn:AGL:widget:required-binding"> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> </widget> |