summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/docx
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-23 14:47:13 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-23 14:47:13 +0100
commitcc818f32f7abd80b1ac6c477d06bca1a1ee6e524 (patch)
tree3b9158792002e0e90fdec1216d36359cfde8b21d /AudioManagerDaemon/docx
parentf2f42846720bcb6278e30d9234e911152507de8b (diff)
downloadaudiomanager-cc818f32f7abd80b1ac6c477d06bca1a1ee6e524.tar.gz
* enhanced documentation
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/docx')
-rw-r--r--AudioManagerDaemon/docx/02_y_versioning.dox26
-rw-r--r--AudioManagerDaemon/docx/images/example_system.pngbin0 -> 10379 bytes
2 files changed, 26 insertions, 0 deletions
diff --git a/AudioManagerDaemon/docx/02_y_versioning.dox b/AudioManagerDaemon/docx/02_y_versioning.dox
new file mode 100644
index 0000000..1b7407a
--- /dev/null
+++ b/AudioManagerDaemon/docx/02_y_versioning.dox
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2012, BMW AG
+ *
+ * This file is part of GENIVI Project AudioManager.
+ *
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * This Source Code Form is subject to the terms of the
+ * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
+ * this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * \author Christian Mueller (christian.ei.mueller@bmw.de)
+ *
+ */
+
+ /*!
+\page ver Versioning
+\section ver_graph The versioning schmeme
+The versioning scheme was decided in the February face2face 2012.
+\image html versioning.png
+For the daemon the third number (for example 1.0.X) describes the patch version. The versions are automatically created by git during the build process.
+The versioning scheme is used for the AudioManager daemon itself and for each of it's interfaces. The versioning of the Interfaces in EA is defined via the tag "version" and the name of the interfaceversion versionName, for example "CommandReceiveVersion". This information is generated into the interface header files and is used then by cmake to set the interface versions.
+Whenever changes are done, the minor version of the interface needs to be incremented.
+*/
diff --git a/AudioManagerDaemon/docx/images/example_system.png b/AudioManagerDaemon/docx/images/example_system.png
new file mode 100644
index 0000000..6019c22
--- /dev/null
+++ b/AudioManagerDaemon/docx/images/example_system.png
Binary files differ