diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-30 09:34:37 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-10 13:48:30 +0000 |
commit | 4f5bb54583037281ea18cdab6d6a0d6e10206b18 (patch) | |
tree | 4ee89edc62779b63a03bbe0a85d1ff66c2112f00 /conf.d | |
parent | dc0c3fe642cdf853307fcaa97b9970e71a763f8e (diff) |
refactor(config.xml.in):Replace required api with required binding
Appfw docs:
"required-api local": OBSOLETE SINCE FF (AGL6), PROVIDED FOR
COMPATIBILITY.Use the feature urn:AGL:widget:required-binding instead.
Bug-AGL: SPEC-2781
Change-Id: I71f4afe7b02446f957aff8847879b1605c491f4f
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index f22a2d3..be11048 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -19,7 +19,10 @@ <feature name="urn:AGL:widget:required-api"> <param name="Bluetooth-Manager" value="ws"/> - <param name="@WIDGET_ENTRY_POINT@" value="local" /> + </feature> + + <feature name="urn:AGL:widget:required-binding"> + <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> </widget> |