X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=blobdiff_plain;f=docs%2Fconfig.xml.md;h=7eac5524e1fa2716410823438289604fb0eaeeee;hp=7f413d55f3fb55d7f305c1cf636116a353c64500;hb=909c2221ef664c247832bebc7e9dfd7c38bae6c7;hpb=0c6c12370b8f2b467f64e08b96b21b20e7ee15ee diff --git a/docs/config.xml.md b/docs/config.xml.md index 7f413d5..7eac552 100644 --- a/docs/config.xml.md +++ b/docs/config.xml.md @@ -101,15 +101,15 @@ features. The features planned to be implemented are described below. -### feature name="urn:AGL:widget:required-binding" +### feature name="urn:AGL:widget:required-api" -List of the bindings required by the widget. +List of the api required by the widget. -Each required binding must be explicited using a entry. +Each required api must be explicited using a entry. Example: ```xml - + @@ -117,7 +117,7 @@ Example: This will be *virtually* translated for mustaches to the JSON ```json -"required-binding": { +"required-api": { "param": [ { "name": "urn:AGL:permission:A", "value": "required", "required": true }, { "name": "urn:AGL:permission:A", "value": "optional", "optional": true } @@ -138,7 +138,7 @@ The value is either: isn't required (required="false") and in that case it is optional. - optional: the binding is optional -#### param name=[required binding name] +#### param name=[required api name] The value is either: @@ -160,9 +160,9 @@ The value is either: isn't required (required="false") and in that case it is optional. - optional: the permission is optional -### feature name="urn:AGL:widget:provided-binding" +### feature name="urn:AGL:widget:provided-api" -Use this feature for each provided binding of the widget. +Use this feature for each provided api of the widget. The parameters are: #### param name="subid"