sensorfw
serviceinfo.h
Go to the documentation of this file.
1
27#ifndef SRVC_INFO_H
28#define SRVC_INFO_H
29
30#include <QString>
31
35const QString SERVICE_NAME = "com.nokia.SensorService";
36
40const QString OBJECT_PATH = "/SensorManager";
41
42#endif // SRVC_INFO_H
const QString SERVICE_NAME
Name of the exported DBus service.
Definition: serviceinfo.h:35
const QString OBJECT_PATH
Name of the exported DBus object.
Definition: serviceinfo.h:40