remotemgmt_plat/devicemgmt_dialogs_api/inc/dmindicatorconsts.h
author hgs
Fri, 15 Oct 2010 11:46:45 +0530
changeset 73 ae69c2e8bc34
parent 55 1c556dee8eb1
permissions -rw-r--r--
201041
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
51
2e64dc50f295 201025_02
hgs
parents:
diff changeset
     1
/*
55
hgs
parents: 51
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
hgs
parents: 51
diff changeset
     3
* All rights reserved.
hgs
parents: 51
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents: 51
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents: 51
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents: 51
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents: 51
diff changeset
     8
*
hgs
parents: 51
diff changeset
     9
* Initial Contributors:
hgs
parents: 51
diff changeset
    10
* Nokia Corporation - initial contribution.
hgs
parents: 51
diff changeset
    11
*
hgs
parents: 51
diff changeset
    12
* Contributors:
hgs
parents: 51
diff changeset
    13
*
hgs
parents: 51
diff changeset
    14
* Description:  constants for the device indicator.
hgs
parents: 51
diff changeset
    15
*
hgs
parents: 51
diff changeset
    16
*/
51
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    17
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    18
#ifndef DMINDICATORCONSTS_H_
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    19
#define DMINDICATORCONSTS_H_
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    20
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    21
#include <qstring.h>
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    22
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    23
//Indicators strings
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    24
const QString KDMProgressIndicatorType =
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    25
        "com.nokia.devicemanagement.progressindicatorplugin/1.0";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    26
const QString KDMNotificationIndicatorType =
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    27
        "com.nokia.devicemanagement.notificationindicatorplugin/1.0";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    28
const QString KDMSettingsIndicatorType =
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    29
        "com.nokia.devicemanagement.settingsindicatorplugin/1.0";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    30
const QString KScomoProgressIndicatorType =
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    31
        "com.nokia.scomo.progressindicatorplugin/1.0";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    32
const QString KScomoNotificationIndicatorType =
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    33
        "com.nokia.scomo.notificationindicatorplugin/1.0";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    34
        
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    35
       
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    36
const QString KTarmTrustManagementActive = "ManagementActive";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    37
const QString KTarmTrustTerminalSecurity = "TerminalSecurity";
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    38
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    39
2e64dc50f295 201025_02
hgs
parents:
diff changeset
    40
#endif /* DMINDICATORCONSTS_H_ */