diff options
Diffstat (limited to 'PluginCommandInterfaceDbus/include/configCommandDbus.h')
-rw-r--r-- | PluginCommandInterfaceDbus/include/configCommandDbus.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PluginCommandInterfaceDbus/include/configCommandDbus.h b/PluginCommandInterfaceDbus/include/configCommandDbus.h new file mode 100644 index 0000000..685d911 --- /dev/null +++ b/PluginCommandInterfaceDbus/include/configCommandDbus.h @@ -0,0 +1,6 @@ +#ifndef _COMMANDDBUS_CONFIG_H +#define _COMMANDDBUS_CONFIG_H + +#define COMMAND_DBUS_INTROSPECTION_FILE "/usr/share/audiomanager/CommandInterface.xml" + +#endif /* _COMMANDDBUS_CONFIG_H */ |