diff options
Diffstat (limited to 'PluginCommandInterfaceDbus/test')
-rw-r--r-- | PluginCommandInterfaceDbus/test/config.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/PluginCommandInterfaceDbus/test/config.h b/PluginCommandInterfaceDbus/test/config.h deleted file mode 100644 index ea737e0..0000000 --- a/PluginCommandInterfaceDbus/test/config.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _CONFIG_H -#define _CONFIG_H - -#define WITH_DBUS_WRAPPER -#define WITH_SOCKETHANDLER_LOOP -/* #undef WITH_SIMPLEDBUS_LOOP */ - -#define DEFAULT_PLUGIN_COMMAND_DIR "/home/christian/workspace/gitserver/bin/plugins/command" -#define DEFAULT_PLUGIN_ROUTING_DIR "/home/christian/workspace/gitserver/bin/plugins/routing" -#define CONTROLLER_PLUGIN "/home/christian/workspace/gitserver/bin/plugins/control/libPluginControlInterface.so" - -#define DBUS_SERVICE_PREFIX "org.genivi.audiomanager" -#define DBUS_SERVICE_OBJECT_PATH "/org/genivi/audiomanager" - -#define INTROSPECTION_COMMAND_XML_FILE "/home/christian/workspace/gitserver/includes/dbus/CommandInterface.xml" - -#endif /* _CONFIG_H */ |