summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus/headers.h')
-rw-r--r--PluginCommandInterfaceDbus/headers.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/PluginCommandInterfaceDbus/headers.h b/PluginCommandInterfaceDbus/headers.h
new file mode 100644
index 0000000..7152165
--- /dev/null
+++ b/PluginCommandInterfaceDbus/headers.h
@@ -0,0 +1,29 @@
+/*
+ * headers.h
+ *
+ * Created on: Jul 21, 2011
+ * Author: christian
+ */
+
+#ifndef HEADERS_H_
+#define HEADERS_H_
+
+#include <dbus/dbus.h>
+#include <dlt/dlt.h>
+#include "routinginterface.h"
+#include "AudiomanagerInterface.h"
+#include "DbusSend.h"
+#include "DBUSMessageHandler.h"
+#include "DBUSIntrospection.h"
+#include "DbusInterface.h"
+
+
+#define BUS_NAME "DBUS"
+#define DBUS_BUSNAME "org.genivi.pulse"
+#define DBUS_PATH "/pulse"
+
+const char DBUS_SERVICE_PREFIX[] = "org.genivi.audiomanagerRouting\0";
+
+DLT_IMPORT_CONTEXT(DBusPlugin);
+
+#endif /* HEADERS_H_ */