qtmeetings sources to Maemo garage
[qtmeetings] / src / IO / DeviceControl / DeviceConstants.h
1 #ifndef DEVICECONSTANTS_H_
2 #define DEVICECONSTANTS_H_
3
4 static const QString BinPath = "/usr/bin/";
5 static const QString DevStopper = "qtmeetings-devstopper";
6 static const QString RenameScript = "qtmeetings-rename";
7 static const QString InitScript = "qtmeetings-updatercd";
8 static const QString DataStoragePath = "/usr/var/qtmeetings.txt";
9 static const QString McePath = "/etc/mce/mce.ini";
10
11 #endif /*DEVICECONSTANTS_H_*/