|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Defines data to be used in Test steps PacketService functional unit. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @internalTechnology |
|
21 */ |
|
22 |
|
23 |
|
24 // te_trptestdata.ini constants |
|
25 _LIT(KIniApnName, "ApnName"); |
|
26 _LIT(KIniUsername, "Username"); |
|
27 _LIT(KIniPassword, "Password"); |
|
28 |
|
29 _LIT(KIniSectionDefaultGprs, "DefaultGprsSettings"); |
|
30 _LIT(KIniSectionOrangeGprs, "OrangeGprsSettings"); |
|
31 _LIT(KIniSectionVodafoneGprs, "VodafoneGprsSettings"); |
|
32 _LIT(KIniSectionTMobileGprs, "TMobileGprsSettings"); |
|
33 _LIT(KIniSectionDNAGprs, "DNAGprsSettings"); |
|
34 _LIT(KIniSectionElisaGprs, "ElisaGprsSettings"); |
|
35 _LIT(KIniSectionSoneraGprs, "SoneraGprsSettings"); |
|
36 _LIT(KIniSectionO2Gprs, "O2GprsSettings"); |
|
37 _LIT(KIniSectionThreeGprs, "ThreeGprsSettings"); |
|
38 |
|
39 _LIT(KIniSectionOrangePasswords, "OrangePasswords"); |
|
40 _LIT(KIniSectionVodafonePasswords, "VodafonePasswords"); |
|
41 _LIT(KIniSectionO2Passwords, "O2Passwords"); |
|
42 _LIT(KIniSectionTMobilePasswords, "TMobilePasswords"); |
|
43 _LIT(KIniSectionAnitePasswords, "AnitePasswords"); |
|
44 _LIT(KIniSectionElisaPasswords, "ElisaPasswords"); |
|
45 _LIT(KIniSectionDNAPasswords, "DNAPasswords"); |
|
46 _LIT(KIniSectionSoneraPasswords, "SoneraPasswords"); |
|
47 _LIT(KIniSectionBoardParams, "BoardParams"); // contains board specific parameters like phonelock |
|
48 _LIT(KIniSectionSIMParams, "SIMParams"); // contains SIM specific parameters like PUK1, PUK2 |
|
49 |
|
50 _LIT(KIniVoiceNumSection, "VoiceNumbers"); |
|
51 _LIT(KIniVoiceNumber1, "VoiceNumber1"); |
|
52 _LIT(KIniVoiceNumber2, "VoiceNumber2"); |
|
53 _LIT(KIniVoiceNumber3, "VoiceNumber3"); |
|
54 _LIT(KIniVoiceNumber4, "VoiceNumber4"); |
|
55 _LIT(KIniVoiceNumber5, "VoiceNumber5"); |
|
56 _LIT(KIniVoiceNumber6, "VoiceNumber6"); |
|
57 |
|
58 _LIT(KIniVoiceNumberInternational, "VoiceNumberInt1"); |
|
59 _LIT(KIniVoiceNumberIntExHC, "VoiceNumberIntExHC"); |
|
60 _LIT(KIniVoiceNumDoesNotConnect, "VoiceNumberDoesNotConnect"); |
|
61 |
|
62 _LIT(KIniDataNumSection, "DataNumbers"); |
|
63 _LIT(KIniDataNumber1, "DataNumber1"); |
|
64 _LIT(KIniDataNumber2, "DataNumber2"); |
|
65 |
|
66 _LIT(KIniFaxNumSection, "FaxNumbers"); |
|
67 _LIT(KIniFaxNumber1, "FaxNumber1"); |
|
68 _LIT(KIniFaxNumber2, "FaxNumber2"); |
|
69 |
|
70 _LIT(KIniOwnNumSection, "OwnNumbers"); |
|
71 _LIT(KIniOwnVoiceNumber1, "OwnVoiceNumber1"); |
|
72 _LIT(KIniOwnVoiceNumber2, "OwnVoiceNumber2"); |
|
73 _LIT(KIniOwnDataNumber, "OwnDataNumber"); |
|
74 _LIT(KIniOwnFaxNumber, "OwnFaxNumber"); |
|
75 |
|
76 _LIT(KIniPin1, "Pin1"); |
|
77 _LIT(KIniPuk1, "Puk1"); |
|
78 _LIT(KIniPin2, "Pin2"); |
|
79 _LIT(KIniPuk2, "Puk2"); |
|
80 _LIT(KIniAltPin1, "AltPin1"); |
|
81 _LIT(KIniAltPuk1, "AltPuk1"); |
|
82 _LIT(KIniAltPin2, "AltPin2"); |
|
83 _LIT(KIniAltPuk2, "AltPuk2"); |
|
84 _LIT(KIniCallBarring1, "CallBarring1"); |
|
85 |
|
86 _LIT(KIniPhoneLock, "PhoneLock"); //lock for phone device, RMobilePhone::ELockPhoneDevice |
|
87 |
|
88 _LIT(KSmsServiceCentreSection,"SmsServiceCentre"); |