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) --- .../fidl/PluginCommandInterfaceCAPI_dbus.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf (limited to 'PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf') diff --git a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf new file mode 100644 index 0000000..b3ae199 --- /dev/null +++ b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf @@ -0,0 +1,8 @@ +######################################## Command interface configuration ######################################### +# PluginCommandInterfaceCAPI_dbus.conf # +# If you change something make sure you re-configure with 'ccmake..' which generates the *_dbus.conf file again. # +################################################################################################################## +[local:org.genivi.audiomanger.commandinterface:org.genivi.audiomanger] +dbus_connection=org.genivi.audiomanager +dbus_object=/org/genivi/audiomanager/commandinterface +dbus_interface=org.genivi.audiomanager.commandinterface \ No newline at end of file -- cgit v1.2.1