refactor(config.xml.in):Replace required api with required binding 15/23115/1
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 26 Nov 2019 15:20:07 +0000 (16:20 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 28 Nov 2019 15:11:48 +0000 (16:11 +0100)
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
Bug-AGL: SPEC-2976

Change-Id: I9627f1c59d89f9687c09a41a3bedf1c56bb90f59
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
conf.d/wgt/config.xml.in

index 5bdd074..6aa3f78 100644 (file)
@@ -18,7 +18,7 @@
                <param name="@API_NAME@" value="ws" />
        </feature>
 
-       <feature name="urn:AGL:widget:required-api">
+       <feature name="urn:AGL:widget:required-binding">
                <param name="@WIDGET_ENTRY_POINT@" value="local" />
        </feature>
 </widget>