summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
author <philippe colliot>2014-10-28 11:28:58 +0100
committer <philippe colliot>2014-10-28 11:28:58 +0100
commit65299d8d86ab948417c24bb469a776c4de7e4270 (patch)
tree758a29d94dcef15bea79e56b64c674e15e5738ab /README
parentdfeb9609b0944109325b554cab2e50a2c7a04079 (diff)
downloadpoi-service-65299d8d86ab948417c24bb469a776c4de7e4270.tar.gz
Clean up cmake files and common location for DBus generated APIs
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ace057c
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+Release date of the file: 27-10-2014
+Status: OK
+
+What is in:
+This repository gathers several sub projects hosted by GENIVI, based on a common set of APIs defined by the GENIVI Alliance
+
+./api
+APIs in DBus xml. The proxy/adaptor/constants generation is managed by CMakeLists.txt into each sub directory and generated into the include dir
+
+Proof of concept for traffic-incidents is split between
+./src/traffic-incidents-service
+./test/traffic-incidents-service
+
+Proof of concept of poi-service is split between
+./src/poi-service
+./test/poi-service
+
+The navigation middleware is located here
+./src/navigation
+
+Some test scripts are available here
+./test/navigation
+
+Build/run scripts are located into script dir for each of the sub projects \ No newline at end of file