diff -r 000000000000 -r 3553901f7fa8 telephonyserverplugins/common_tsy/test/integration/inc/cctsyinidata.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/common_tsy/test/integration/inc/cctsyinidata.h Tue Feb 02 01:41:59 2010 +0200 @@ -0,0 +1,88 @@ +// Copyright (c) 2007-2009 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: +// Defines data to be used in Test steps PacketService functional unit. +// +// + +/** + @file + @internalTechnology +*/ + + + // te_trptestdata.ini constants +_LIT(KIniApnName, "ApnName"); +_LIT(KIniUsername, "Username"); +_LIT(KIniPassword, "Password"); + +_LIT(KIniSectionDefaultGprs, "DefaultGprsSettings"); +_LIT(KIniSectionOrangeGprs, "OrangeGprsSettings"); +_LIT(KIniSectionVodafoneGprs, "VodafoneGprsSettings"); +_LIT(KIniSectionTMobileGprs, "TMobileGprsSettings"); +_LIT(KIniSectionDNAGprs, "DNAGprsSettings"); +_LIT(KIniSectionElisaGprs, "ElisaGprsSettings"); +_LIT(KIniSectionSoneraGprs, "SoneraGprsSettings"); +_LIT(KIniSectionO2Gprs, "O2GprsSettings"); +_LIT(KIniSectionThreeGprs, "ThreeGprsSettings"); + +_LIT(KIniSectionOrangePasswords, "OrangePasswords"); +_LIT(KIniSectionVodafonePasswords, "VodafonePasswords"); +_LIT(KIniSectionO2Passwords, "O2Passwords"); +_LIT(KIniSectionTMobilePasswords, "TMobilePasswords"); +_LIT(KIniSectionAnitePasswords, "AnitePasswords"); +_LIT(KIniSectionElisaPasswords, "ElisaPasswords"); +_LIT(KIniSectionDNAPasswords, "DNAPasswords"); +_LIT(KIniSectionSoneraPasswords, "SoneraPasswords"); +_LIT(KIniSectionBoardParams, "BoardParams"); // contains board specific parameters like phonelock +_LIT(KIniSectionSIMParams, "SIMParams"); // contains SIM specific parameters like PUK1, PUK2 + +_LIT(KIniVoiceNumSection, "VoiceNumbers"); +_LIT(KIniVoiceNumber1, "VoiceNumber1"); +_LIT(KIniVoiceNumber2, "VoiceNumber2"); +_LIT(KIniVoiceNumber3, "VoiceNumber3"); +_LIT(KIniVoiceNumber4, "VoiceNumber4"); +_LIT(KIniVoiceNumber5, "VoiceNumber5"); +_LIT(KIniVoiceNumber6, "VoiceNumber6"); + +_LIT(KIniVoiceNumberInternational, "VoiceNumberInt1"); +_LIT(KIniVoiceNumberIntExHC, "VoiceNumberIntExHC"); +_LIT(KIniVoiceNumDoesNotConnect, "VoiceNumberDoesNotConnect"); + +_LIT(KIniDataNumSection, "DataNumbers"); +_LIT(KIniDataNumber1, "DataNumber1"); +_LIT(KIniDataNumber2, "DataNumber2"); + +_LIT(KIniFaxNumSection, "FaxNumbers"); +_LIT(KIniFaxNumber1, "FaxNumber1"); +_LIT(KIniFaxNumber2, "FaxNumber2"); + +_LIT(KIniOwnNumSection, "OwnNumbers"); +_LIT(KIniOwnVoiceNumber1, "OwnVoiceNumber1"); +_LIT(KIniOwnVoiceNumber2, "OwnVoiceNumber2"); +_LIT(KIniOwnDataNumber, "OwnDataNumber"); +_LIT(KIniOwnFaxNumber, "OwnFaxNumber"); + +_LIT(KIniPin1, "Pin1"); +_LIT(KIniPuk1, "Puk1"); +_LIT(KIniPin2, "Pin2"); +_LIT(KIniPuk2, "Puk2"); +_LIT(KIniAltPin1, "AltPin1"); +_LIT(KIniAltPuk1, "AltPuk1"); +_LIT(KIniAltPin2, "AltPin2"); +_LIT(KIniAltPuk2, "AltPuk2"); +_LIT(KIniCallBarring1, "CallBarring1"); + +_LIT(KIniPhoneLock, "PhoneLock"); //lock for phone device, RMobilePhone::ELockPhoneDevice + +_LIT(KSmsServiceCentreSection,"SmsServiceCentre");