telutils/keysequencerecognitionservice/inc/keysequencerecognitionservicedefs.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 14:07:16 +0300
changeset 27 7eb70891911c
child 31 a2467631ae02
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*!
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Definitions for key sequence recognition component.
*
*/

#ifndef KEYSEQUENCERECOGNITIONSERVICEDEFS_H
#define KEYSEQUENCERECOGNITIONSERVICEDEFS_H

#include <QString>

/*! code for showing software version number */
const QString KCodeSwVersion("*#0000#");
/*! code for launching reset ui */
const QString KCodeActivateRfsNormal("*#7780#");
/*! code for launching reset ui */
const QString KCodeActivateRfsDeep("*#7370#");
/*! code for showing bluetooth device address */
const QString KCodeBtAddress("*#2820#");
/*! code for enabling bluetooth test mode */
const QString KCodeRFLoopback("*#9990#");
const QString KCodeBtDebugMode("*#2873#");
/*! code for showing serial number */
const QString KCodeImei("*#06#");
/*! code for showing life timer data */
const QString KCodeLifeTimer("*#92702689#");

#endif // KEYSEQUENCERECOGNITIONSERVICEDEFS_H