remotemgmt_plat/devicemgmt_dialogs_api/inc/dmindicatorconsts.h
changeset 51 2e64dc50f295
child 55 1c556dee8eb1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/remotemgmt_plat/devicemgmt_dialogs_api/inc/dmindicatorconsts.h	Tue Jul 13 09:51:41 2010 +0530
@@ -0,0 +1,30 @@
+/*
+ * dmindicatorconsts.h
+ *
+ *  Created on: Apr 20, 2010
+ *      Author: gnataraj
+ */
+
+#ifndef DMINDICATORCONSTS_H_
+#define DMINDICATORCONSTS_H_
+
+#include <qstring.h>
+
+//Indicators strings
+const QString KDMProgressIndicatorType =
+        "com.nokia.devicemanagement.progressindicatorplugin/1.0";
+const QString KDMNotificationIndicatorType =
+        "com.nokia.devicemanagement.notificationindicatorplugin/1.0";
+const QString KDMSettingsIndicatorType =
+        "com.nokia.devicemanagement.settingsindicatorplugin/1.0";
+const QString KScomoProgressIndicatorType =
+        "com.nokia.scomo.progressindicatorplugin/1.0";
+const QString KScomoNotificationIndicatorType =
+        "com.nokia.scomo.notificationindicatorplugin/1.0";
+        
+       
+const QString KTarmTrustManagementActive = "ManagementActive";
+const QString KTarmTrustTerminalSecurity = "TerminalSecurity";
+
+
+#endif /* DMINDICATORCONSTS_H_ */