summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2013-10-10 15:22:57 +0200
committerAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2013-10-10 15:22:57 +0200
commited67f8e3a1cb0421126d51ce52134c9fb01a0fc6 (patch)
tree3d3a5b3b997300eaa51fa32d16d623d3c8bcd1a1 /PluginCommandInterfaceCAPI
parentc928dd5b811cbc6475bb52eb0b9eb74f610a741c (diff)
downloadaudiomanager-ed67f8e3a1cb0421126d51ce52134c9fb01a0fc6.tar.gz
* Typo: Dbus address fixed.
Diffstat (limited to 'PluginCommandInterfaceCAPI')
-rw-r--r--PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf2
-rw-r--r--PluginCommandInterfaceCAPI/src/CAmCommandSenderCAPI.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
index 35c5558..00885f4 100644
--- a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
+++ b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
@@ -2,7 +2,7 @@
# 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]
+[local:org.genivi.audiomanager.commandinterface:org.genivi.audiomanager]
dbus_connection=org.genivi.audiomanager
dbus_object=/org/genivi/audiomanager/CommandControl
dbus_interface=org.genivi.audiomanager.CommandControl \ No newline at end of file
diff --git a/PluginCommandInterfaceCAPI/src/CAmCommandSenderCAPI.cpp b/PluginCommandInterfaceCAPI/src/CAmCommandSenderCAPI.cpp
index e37f583..772b1bd 100644
--- a/PluginCommandInterfaceCAPI/src/CAmCommandSenderCAPI.cpp
+++ b/PluginCommandInterfaceCAPI/src/CAmCommandSenderCAPI.cpp
@@ -45,7 +45,7 @@ extern "C" void destroyPluginCommandInterfaceCAPIFactory(IAmCommandSend* command
}
-const char * CAmCommandSenderCAPI::COMMAND_SENDER_SERVICE = "local:org.genivi.audiomanger.commandinterface:org.genivi.audiomanger";
+const char * CAmCommandSenderCAPI::COMMAND_SENDER_SERVICE = "local:org.genivi.audiomanager.commandinterface:org.genivi.audiomanager";
#define RETURN_IF_NOT_READY() if(!mReady) return;