diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-06-27 17:55:48 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-06-27 18:03:36 +0200 |
commit | c521a936e10649aded1ca40854819bdba7905410 (patch) | |
tree | d777a08a8bf6750046a38503026b37ef2efaf72d /docs/dev_guide/0_Abstract.md | |
parent | 348a4377372ab95e008c0c6718e28672a78c120f (diff) |
Update docs with deprecated messageguppy_7.0.4guppy/7.0.47.0.4guppy
Bug-AGL: SPEC-2027
Change-Id: Iff90fc75333e631617369a3a065cea8cf0756f04
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/dev_guide/0_Abstract.md')
-rw-r--r-- | docs/dev_guide/0_Abstract.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/dev_guide/0_Abstract.md b/docs/dev_guide/0_Abstract.md deleted file mode 100644 index a04cc87..0000000 --- a/docs/dev_guide/0_Abstract.md +++ /dev/null @@ -1,21 +0,0 @@ -# Developper Guide: use AGL CMake Templates - -## Abstract - -Files used to build an application, or binding, project with the -AGL Application Framework. - -To build your AGL project using these templates, you have to install -them within your project and adjust compilation option in `config.cmake`. -For technical reasons, you also have to specify **cmake** target in -sub CMakeLists.txt installed. Make a globbing search to find source files -isn't recommended now to handle project build especially in a multiuser -project because CMake will not be aware of new or removed source files. - -You'll find usage samples here: - -- [helloworld-service](https://github.com/iotbzh/helloworld-service) -- [low-level-can-service](https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service) -- [high-level-viwi-service](https://github.com/iotbzh/high-level-viwi-service) -- [audio-binding](https://github.com/iotbzh/audio-binding) -- [unicens2-binding](https://github.com/iotbzh/unicens2-binding) |