telutils/keysequencerecognitionservice/inc/keysequencerecognitionservicedefs.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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:  Definitions for key sequence recognition component.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef KEYSEQUENCERECOGNITIONSERVICEDEFS_H
       
    19 #define KEYSEQUENCERECOGNITIONSERVICEDEFS_H
       
    20 
       
    21 #include <QString>
       
    22 
       
    23 /*! code for showing software version number */
       
    24 const QString KCodeSwVersion("*#0000#");
       
    25 /*! code for launching reset ui */
       
    26 const QString KCodeActivateRfsNormal("*#7780#");
       
    27 /*! code for launching reset ui */
       
    28 const QString KCodeActivateRfsDeep("*#7370#");
       
    29 /*! code for showing bluetooth device address */
       
    30 const QString KCodeBtAddress("*#2820#");
       
    31 /*! code for enabling bluetooth test mode */
       
    32 const QString KCodeRFLoopback("*#9990#");
       
    33 /*! code for showing serial number */
       
    34 const QString KCodeImei("*#06#");
       
    35 /*! code for showing life timer data */
       
    36 const QString KCodeLifeTimer("*#92702689#");
       
    37 /*! code for changing pin code 1 */
       
    38 const QString KCodeChangePin1("\\*\\*04\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}\\#");
       
    39 /*! code for changing pin code 2 */
       
    40 const QString KCodeChangePin2("\\*\\*042\\*\\d{4,15}\\*\\d{4,15}\\*\\d{4,15}#");
       
    41 /*! code for unblocking pin code 1 */
       
    42 const QString KCodeUnblockPin1("\\*\\*05\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
       
    43 /*! code for unblocking pin code 2 */
       
    44 const QString KCodeUnblockPin2("\\*\\*052\\**\\d{8,20}\\*\\d{4,15}\\*\\d{4,15}#");
       
    45 
       
    46 
       
    47 #endif // KEYSEQUENCERECOGNITIONSERVICEDEFS_H