From 75c6816274fa18e14146ac016c7e70160e3c9e2b Mon Sep 17 00:00:00 2001 From: christian mueller Date: Tue, 20 Mar 2012 15:59:19 +0100 Subject: * enhanced documentation * [GAM-39] fixed bug in build system --- AudioManagerDaemon/docx/03_architecture_overview.dox | 4 ++-- AudioManagerDaemon/docx/images/Interacton_Overview.png | Bin 0 -> 62617 bytes AudioManagerDaemon/docx/images/daemon_insight.png | Bin 0 -> 33062 bytes CMakeLists.txt | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 AudioManagerDaemon/docx/images/Interacton_Overview.png create mode 100644 AudioManagerDaemon/docx/images/daemon_insight.png diff --git a/AudioManagerDaemon/docx/03_architecture_overview.dox b/AudioManagerDaemon/docx/03_architecture_overview.dox index c2a4091..ec399f2 100644 --- a/AudioManagerDaemon/docx/03_architecture_overview.dox +++ b/AudioManagerDaemon/docx/03_architecture_overview.dox @@ -1,4 +1,4 @@ -/** +/* * Copyright (C) 2012, BMW AG * * This file is part of GENIVI Project AudioManager. @@ -76,4 +76,4 @@ For every gateway, a controlDomain is defined, this is the domain that registere the "other end" of the gateway might be unknown. To handle this situation, a domain can "peek" Domains, Sources and Sinks. When something is peeked, it means that an ID is reserved for a unique name without registering it.\n If a gateway is deregistered, the source or sink of the controlling domain is deregistered as well - not the one in the "other" domain. -*/ \ No newline at end of file +*/ diff --git a/AudioManagerDaemon/docx/images/Interacton_Overview.png b/AudioManagerDaemon/docx/images/Interacton_Overview.png new file mode 100644 index 0000000..023b1c0 Binary files /dev/null and b/AudioManagerDaemon/docx/images/Interacton_Overview.png differ diff --git a/AudioManagerDaemon/docx/images/daemon_insight.png b/AudioManagerDaemon/docx/images/daemon_insight.png new file mode 100644 index 0000000..7f4f160 Binary files /dev/null and b/AudioManagerDaemon/docx/images/daemon_insight.png differ diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f0e036..0edb882 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,12 +22,12 @@ execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SO OUTPUT_VARIABLE DAEMONVERSION OUTPUT_STRIP_TRAILING_WHITESPACE) -IF (DAEMON_ERROR) +IF (NOT DAEMONVERSION) SET( DAEMONVERSION "homebrew-${CMAKE_SOURCE_DIR}" ) -ELSE (DAEMON_ERROR) +ELSE (NOT DAEMONVERSION) STRING(REGEX REPLACE "(-)[^-]+$" "" DAEMONVERSION ${DAEMONVERSION}) STRING(REGEX REPLACE "-" "." DAEMONVERSION ${DAEMONVERSION}) -ENDIF(DAEMON_ERROR) +ENDIF(NOT DAEMONVERSION) message(STATUS "Build Version ${DAEMONVERSION}") -- cgit v1.2.1