remotemgmt_plat/devicemgmt_dialogs_api/inc/dmindicatorconsts.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
child 27 5cc2995847ea
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  constants for the device indicator.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef DMINDICATORCONSTS_H_
       
    19 #define DMINDICATORCONSTS_H_
       
    20 
       
    21 #include <qstring.h>
       
    22 
       
    23 //Indicators strings
       
    24 const QString KDMProgressIndicatorType =
       
    25         "com.nokia.devicemanagement.progressindicatorplugin/1.0";
       
    26 const QString KDMNotificationIndicatorType =
       
    27         "com.nokia.devicemanagement.notificationindicatorplugin/1.0";
       
    28 const QString KDMSettingsIndicatorType =
       
    29         "com.nokia.devicemanagement.settingsindicatorplugin/1.0";
       
    30 const QString KScomoProgressIndicatorType =
       
    31         "com.nokia.scomo.progressindicatorplugin/1.0";
       
    32 const QString KScomoNotificationIndicatorType =
       
    33         "com.nokia.scomo.notificationindicatorplugin/1.0";
       
    34         
       
    35        
       
    36 const QString KTarmTrustManagementActive = "ManagementActive";
       
    37 const QString KTarmTrustTerminalSecurity = "TerminalSecurity";
       
    38 
       
    39 
       
    40 #endif /* DMINDICATORCONSTS_H_ */