summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/headers.h
blob: dbb6f3c3220c1d8d76ddfc4ba4bd4b1e572c4fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * 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 "dbusRoothandler.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.command"
#define DBUS_PATH "/pulse"


const char MY_NODE[]="routinginterface\0";

DLT_IMPORT_CONTEXT(DBusPlugin);

#endif /* HEADERS_H_ */