summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceCAPI/fidl
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-09-12 10:59:47 +0200
committerChristian Linke <christian.linke@bmw.de>2013-09-12 10:59:47 +0200
commit958a34ae8c5c6f25ba73640b9e7f9998b23fd62a (patch)
tree602bbf9f376a206ff28815d027c4540e939d788f /PluginCommandInterfaceCAPI/fidl
parentbd532738184040b4367e79dcb8a804248e62f0fc (diff)
downloadaudiomanager-958a34ae8c5c6f25ba73640b9e7f9998b23fd62a.tar.gz
* added some documentation, removed sample project since it seems to addle users. Now the fidls are the matching final the EA version.
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceCAPI/fidl')
-rw-r--r--PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl7
-rw-r--r--PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf4
2 files changed, 6 insertions, 5 deletions
diff --git a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl
index 0d752d6..1fc0d5f 100644
--- a/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl
+++ b/PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl
@@ -101,7 +101,7 @@ interface CommandControl {
**>
method setMainSinkSoundProperty {
in {
- am_sinkID_t sinkID
+ am_sinkID_t sinkID
am_MainSoundProperty_s soundProperty
}
out {
@@ -115,7 +115,7 @@ interface CommandControl {
**>
method setMainSourceSoundProperty {
in {
- am_sourceID_t sourceID
+ am_sourceID_t sourceID
am_MainSoundProperty_s soundProperty
}
out {
@@ -146,12 +146,12 @@ interface CommandControl {
**>
method getListMainConnections {
out {
- am_Error_e ^error
<**
@description : returns a list of all connections
**>
am_MainConnection_L listConnections
+ am_Error_e ^error
}
}
@@ -602,4 +602,5 @@ interface CommandControl {
am_NotificationConfiguration_s mainNotificationConfiguration
}
}
+
} \ No newline at end of file
diff --git a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
index b3ae199..35c5558 100644
--- a/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
+++ b/PluginCommandInterfaceCAPI/fidl/PluginCommandInterfaceCAPI_dbus.conf
@@ -4,5 +4,5 @@
##################################################################################################################
[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
+dbus_object=/org/genivi/audiomanager/CommandControl
+dbus_interface=org.genivi.audiomanager.CommandControl \ No newline at end of file