remotemgmt_plat/devicemgmt_dialogs_api/inc/dmindicatorconsts.h
changeset 44 39aa16f3fdc2
child 55 1c556dee8eb1
equal deleted inserted replaced
43:c8e5c3d81b42 44:39aa16f3fdc2
       
     1 /*
       
     2  * dmindicatorconsts.h
       
     3  *
       
     4  *  Created on: Apr 20, 2010
       
     5  *      Author: gnataraj
       
     6  */
       
     7 
       
     8 #ifndef DMINDICATORCONSTS_H_
       
     9 #define DMINDICATORCONSTS_H_
       
    10 
       
    11 #include <qstring.h>
       
    12 
       
    13 //Indicators strings
       
    14 const QString KDMProgressIndicatorType =
       
    15         "com.nokia.devicemanagement.progressindicatorplugin/1.0";
       
    16 const QString KDMNotificationIndicatorType =
       
    17         "com.nokia.devicemanagement.notificationindicatorplugin/1.0";
       
    18 const QString KDMSettingsIndicatorType =
       
    19         "com.nokia.devicemanagement.settingsindicatorplugin/1.0";
       
    20 const QString KScomoProgressIndicatorType =
       
    21         "com.nokia.scomo.progressindicatorplugin/1.0";
       
    22 const QString KScomoNotificationIndicatorType =
       
    23         "com.nokia.scomo.notificationindicatorplugin/1.0";
       
    24         
       
    25        
       
    26 const QString KTarmTrustManagementActive = "ManagementActive";
       
    27 const QString KTarmTrustTerminalSecurity = "TerminalSecurity";
       
    28 
       
    29 
       
    30 #endif /* DMINDICATORCONSTS_H_ */