From 958a34ae8c5c6f25ba73640b9e7f9998b23fd62a Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Thu, 12 Sep 2013 10:59:47 +0200 Subject: * 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 --- PluginCommandInterfaceCAPI/fidl/CommandInterface.fidl | 7 ++++--- .../fidl/PluginCommandInterfaceCAPI_dbus.conf | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'PluginCommandInterfaceCAPI/fidl') 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 -- cgit v1.2.1