X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=dd6555f19f37362553f55a0a212d354f6d9ca114;hb=8967162dd12bce89f9ae27f5c9bce7b78624e3fd;hp=2089d6ffca18eb03a58bd3362f83e52a98ba5701;hpb=b2d7048db2409eb88a02be1c215a7836d4f13676;p=staging%2Fxdg-launcher.git diff --git a/README.md b/README.md index 2089d6f..dd6555f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ An example is available in **app-templates** submodule that you can copy and use: ```bash -cp conf.d/app-templates/cmake/CMakeLists.txt CMakeLists.txt +cp conf.d/app-templates/cmake/CMakeLists.txt.sample CMakeLists.txt ``` ### Create your CMake targets @@ -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