From: Romain Forlot Date: Thu, 10 Aug 2017 12:34:34 +0000 (+0200) Subject: Update README/docs with new LABELS BINDINGV2 infos X-Git-Tag: 4.99.1~64 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c9d3fd48e15d8ba4183c0410706a97769c391c30;p=staging%2Fxdg-launcher.git Update README/docs with new LABELS BINDINGV2 infos Change-Id: I419c02d9ab5ef785d3103b2e043d4df9fa244a6c Signed-off-by: Romain Forlot --- diff --git a/README.md b/README.md index 7ad999d..dd6555f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ widget package with the property **LABELS**: Choose between: - **BINDING**: Shared library that be loaded by the AGL Application Framework +- **BINDINGV2**: Shared library that be loaded by the AGL Application Framework. + This has to be accompagnied with a JSON file named like the *OUTPUT_NAME* of + the target that describe the API with OpenAPI syntax. JSON file will be used + to generate header file using `afb-genskel` tool. - **HTDOCS**: Root directory of a web app - **DATA**: Resources used by your application - **EXECUTABLE**: Entry point of your application executed by the AGL diff --git a/docs/dev_guide/3_advanced_usage.md b/docs/dev_guide/3_advanced_usage.md index 8994b41..87310b3 100644 --- a/docs/dev_guide/3_advanced_usage.md +++ b/docs/dev_guide/3_advanced_usage.md @@ -30,6 +30,10 @@ application, macros make the difference using ***LABELS*** property. Choose between: - **BINDING**: Shared library that be loaded by the AGL Application Framework +- **BINDINGV2**: Shared library that be loaded by the AGL Application Framework. + This has to be accompagnied with a JSON file named like the *OUTPUT_NAME* of + the target that describe the API with OpenAPI syntax. JSON file will be used + to generate header file using `afb-genskel` tool. - **HTDOCS**: Root directory of a web app - **DATA**: Resources used by your application - **EXECUTABLE**: Entry point of your application executed by the AGL