diff -r 427125ac6cb8 -r 7eb70891911c telutils/keysequencerecognitionservice/inc/keysequencerecognitionservicedefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telutils/keysequencerecognitionservice/inc/keysequencerecognitionservicedefs.h Fri Jun 11 14:07:16 2010 +0300 @@ -0,0 +1,39 @@ +/*! +* 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 + +/*! 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