From a2edae5cee4254b933f42399edc0e092abd4f5cf Mon Sep 17 00:00:00 2001 From: Aleksandar Donchev Date: Mon, 2 Sep 2013 11:57:28 +0200 Subject: *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2) --- .../fidls/NodeStateManager_dbus.conf | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 AudioManagerDaemon/fidls/NodeStateManager_dbus.conf (limited to 'AudioManagerDaemon/fidls/NodeStateManager_dbus.conf') diff --git a/AudioManagerDaemon/fidls/NodeStateManager_dbus.conf b/AudioManagerDaemon/fidls/NodeStateManager_dbus.conf new file mode 100755 index 0000000..3f0b04e --- /dev/null +++ b/AudioManagerDaemon/fidls/NodeStateManager_dbus.conf @@ -0,0 +1,33 @@ +######################################### Node state manager configuration ####################################### +# NodeStateManager_dbus.conf # +# If you change something make sure you re-configure with 'ccmake..' which generates the *_dbus.conf file again. # +################################################################################################################## +# +# 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 Aleksandar Donchev, aleksander.donchev@partner.bmw.de BMW 2013 +# +# For further information see http://www.genivi.org/. +# + +[local:org.genivi.NodeStateManager.Consumer:org.genivi.NodeStateManager] +dbus_connection=org.genivi.NodeStateManager +dbus_object=/org/genivi/NodeStateManager +dbus_interface=org.genivi.NodeStateManager.Consumer +dbus_predefined=true +[local:org.genivi.NodeStateManager.LifeCycleConsumer:org.genivi.audiomanger] +dbus_connection=org.genivi.audiomanager +dbus_object=/org/genivi/audiomanager/LifeCycleConsumer +dbus_interface=org.genivi.NodeStateManager.LifeCycleConsumer +dbus_predefined=true \ No newline at end of file -- cgit v1.2.1