summaryrefslogtreecommitdiffstats
path: root/docs/dev_guide/0_Abstract.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-27 17:55:48 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-06-27 17:55:48 +0200
commitd87906a9406c9739f9fa217b6c1d3e76a4b51fa6 (patch)
treeef00ea20605e8d7405c8234ccdc603f0c4b916ab /docs/dev_guide/0_Abstract.md
parent77cef644f9a3abd582179f4ebfdd090b62ea66a9 (diff)
Change-Id: I1e72c255b7714a08a0ec92d504db5d6662f1ae64 Bug-AGL: SPEC-2027 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.md21
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)