diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-10 14:34:34 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 45353a9f229e09150946305fd029c526f97f89b1 (patch) | |
tree | 27412f0a4f7effb3e3898026050b0a81a72ece32 /docs/dev_guide/3_advanced_usage.md | |
parent | bd289121f71c45bd0261672e91410a2951f4fe3f (diff) |
Update README/docs with new LABELS BINDINGV2 infos
Change-Id: I419c02d9ab5ef785d3103b2e043d4df9fa244a6c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/dev_guide/3_advanced_usage.md')
-rw-r--r-- | docs/dev_guide/3_advanced_usage.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |