apicompatanamdw/bcdrivers/os/cellularsrv/IsvTelephonyTest/inc/IsvTelephonyTest.hrh
changeset 2 0cb2248d0edc
equal deleted inserted replaced
1:61e9400fe245 2:0cb2248d0edc
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef ISVTELEPHONYTEST_HRH
       
    21 #define ISVTELEPHONYTEST_HRH
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32base.h>
       
    25 
       
    26 // CONSTANTS
       
    27 _LIT( KInitIsvTelephonyTestSectionStart, "[IsvTelephonyTest]" );
       
    28 _LIT( KInitSectionEnd, "[EndSection]" );
       
    29 _LIT( KInitMoPhoneNumber1, "MoPhoneNumber1=" );
       
    30 _LIT( KInitMoPhoneNumber2, "MoPhoneNumber2=" );
       
    31 _LIT( KInitPhoneLine, "PhoneLine=" );
       
    32 _LIT( KInitEVoiceLine, "EVoiceLine" );
       
    33 _LIT( KInitEDataLine, "EDataLine" );
       
    34 _LIT( KInitEFaxLine, "EFaxLine" );
       
    35 _LIT( KInitIdRestrict, "IdRestrict=" );
       
    36 _LIT( KInitEIdRestrictDefault, "EIdRestrictDefault" );
       
    37 _LIT( KInitESendMyId, "ESendMyId" );
       
    38 _LIT( KInitEDontSendMyId, "EDontSendMyId" );
       
    39 _LIT( KInitDTMFTones, "DTMFTones=" );
       
    40 _LIT( KResultPASS, "Result: PASS" );
       
    41 _LIT( KResultFAIL, "Result: FAIL" );
       
    42 _LIT( KErrorCode, "error code: " );
       
    43 _LIT( KSetCancelAsyncs, "SetCancelAsyncs" );
       
    44 _LIT( KClearCancelAsyncs, "ClearCancelAsyncs" );
       
    45 _LIT( KGetVersion, "GetVersion" );
       
    46 _LIT( KGetPhoneId, "GetPhoneId" );
       
    47 _LIT( KGetSubscriberId, "GetSubscriberId" );
       
    48 _LIT( KGetFlightMode, "GetFlightMode" );
       
    49 _LIT( KGetIndicator, "GetIndicator" );
       
    50 _LIT( KGetBatteryInfo, "GetBatteryInfo" );
       
    51 _LIT( KGetSignalStrength, "GetSignalStrength" );
       
    52 _LIT( KGetLockInfo, "GetLockInfo" );
       
    53 _LIT( KSendDTMFTones, "SendDTMFTones" );
       
    54 _LIT( KGetLineStatus, "GetLineStatus" );
       
    55 _LIT( KGetCallInfo, "GetCallInfo" );
       
    56 _LIT( KGetNetworkRegistrationStatus, "GetNetworkRegistrationStatus" );
       
    57 _LIT( KGetCurrentNetworkInfo, "GetCurrentNetworkInfo" );
       
    58 _LIT( KGetCurrentNetworkName, "GetCurrentNetworkName" );
       
    59 _LIT( KGetOperatorName, "GetOperatorName" );
       
    60 _LIT( KGetCallForwardingStatus, "GetCallForwardingStatus" );
       
    61 _LIT( KGetCallBarringStatus, "GetCallBarringStatus" );
       
    62 _LIT( KGetCallWaitingStatus, "GetCallWaitingStatus" );
       
    63 _LIT( KGetIdentityServiceStatus, "GetIdentityServiceStatus" );
       
    64 _LIT( KDialNewCall, "DialNewCall" );
       
    65 _LIT( KGetCallDynamicCaps, "GetCallDynamicCaps" );
       
    66 _LIT( KGetCallStatus, "GetCallStatus" );
       
    67 _LIT( KHold, "Hold" );
       
    68 _LIT( KResume, "Resume" );
       
    69 _LIT( KSwap, "Swap" );
       
    70 _LIT( KHangup, "Hangup" );
       
    71 _LIT( KAnswerIncomingCall, "AnswerIncomingCall" );
       
    72 _LIT( KNotifyChangeVoiceLineStatus, "NotifyChange - VoiceLineStatus" );
       
    73 _LIT( KFindDeviceStatus, "FindDeviceStatus" );
       
    74 _LIT( KEstablishDataCall, "EstablishDataCall" );
       
    75 _LIT( KEstablishDataCallAsync, "EstablishDataCall - async" );
       
    76 _LIT( KTerminateDataCall, "TerminateDataCall" );
       
    77 _LIT( KReceiveDataCall, "ReceiveDataCall" );
       
    78 _LIT( KReceiveDataCallAsync, "ReceiveDataCall - async" );
       
    79 _LIT( KCancelEstablishDataCall, "CancelEstablishDataCall" );
       
    80 _LIT( KCancelReceiveDataCall, "CancelReceiveDataCall" );
       
    81 _LIT( KVersion, "Version:" );
       
    82 _LIT( KVersionBuild, "Build: " );
       
    83 _LIT( KVersionMajor, " Major: " );
       
    84 _LIT( KVersionMinor, " Minor: " );
       
    85 _LIT( KPhoneManufacturer, "Manufacturer:" );
       
    86 _LIT( KPhoneModel, "Model:" );
       
    87 _LIT( KPhoneSerialNumber, "Serial number:" );
       
    88 _LIT( KSubscriberId, "Subscriber id:" );
       
    89 _LIT( KFlightMode, "Flight mode:" );
       
    90 _LIT( KOn, "on" );
       
    91 _LIT( KOff, "off" );
       
    92 _LIT( KIndicator, "Indicator:" );
       
    93 _LIT( KChargerConnected, "charger connected" );
       
    94 _LIT( KChargerDisconnected, "charger disconnected" );
       
    95 _LIT( KNetworkAvailable, "network available" );
       
    96 _LIT( KNetworkUnavailable, "network unavailable" );
       
    97 _LIT( KCallInProgress, "call in progress" );
       
    98 _LIT( KCallNotInProgress, "call not in progress" );
       
    99 _LIT( KBatteryInfo, "Battery info:" );
       
   100 _LIT( KPowerStatusUnknown, "power status unknown" );
       
   101 _LIT( KPoweredByBattery, "powered by battery" );
       
   102 _LIT( KConnectedButExternallyPowered, "connected but externally powered" );
       
   103 _LIT( KNoBatteryConnected, "no battery connected" );
       
   104 _LIT( KPowerFault, "power fault" );
       
   105 _LIT( KChargeLevel, "charge level:" );
       
   106 _LIT( KSignalStrength, "Signal strength:" );
       
   107 _LIT( KBar, "bar:" );
       
   108 _LIT( KStrength, "strength:" );
       
   109 _LIT( KLock, "Lock:" );
       
   110 _LIT( KLockPin1, "lock pin 1" );
       
   111 _LIT( KLockPin2, "lock pin 2" );
       
   112 _LIT( KLockInfo, "Lock info:" );
       
   113 _LIT( KUnknown, "unknown" );
       
   114 _LIT( KLocked, "locked" );
       
   115 _LIT( KUnlocked, "unlocked" );
       
   116 _LIT( KBlocked, "blocked" );
       
   117 _LIT( KSetting, "setting:" );
       
   118 _LIT( KEnabled, "enabled" );
       
   119 _LIT( KDisabled, "disabled" );
       
   120 _LIT( KPhoneLine, "Phone line:" );
       
   121 _LIT( KVoiceLine, "voice line" );
       
   122 _LIT( KDataLine, "data line" );
       
   123 _LIT( KFaxLine, "fax line" );
       
   124 _LIT( KCallStatus, "Call status:" );
       
   125 _LIT( KIdle, "idle" );
       
   126 _LIT( KDialling, "dialling" );
       
   127 _LIT( KRinging, "ringing" );
       
   128 _LIT( KAnswering, "answering" );
       
   129 _LIT( KConnecting, "connecting" );
       
   130 _LIT( KConnected, "connected" );
       
   131 _LIT( KReconnectPending, "reconnect pending" );
       
   132 _LIT( KDisconnecting, "disconnecting" );
       
   133 _LIT( KOnHold, "on hold" );
       
   134 _LIT( KTransferring, "transferring" );
       
   135 _LIT( KTransferAlerting, "transfer alerting" );
       
   136 _LIT( KCallSelection, "Call selection:" );
       
   137 _LIT( KLine, "line:" );
       
   138 _LIT( KLineVoiceLine, "voice line" );
       
   139 _LIT( KLineDataLine, "data line" );
       
   140 _LIT( KLineFaxLine, "fax line" );
       
   141 _LIT( KStatus, "status:" );
       
   142 _LIT( KActiveCall, "active call" );
       
   143 _LIT( KHeldCall, "held call" );
       
   144 _LIT( KInProgressCall, "in progress call" );
       
   145 _LIT( KCallInfo, "Call info:" );
       
   146 _LIT( KStartTime, "start time:" );
       
   147 _LIT( KDuration, "duration:" );
       
   148 _LIT( KDialledParty, "Dialled party:" );
       
   149 _LIT( KTypeOfNumber, "type of number:" );
       
   150 _LIT( KUnknownNumber, "unknown number" );
       
   151 _LIT( KInternationalNumber, "international number" );
       
   152 _LIT( KNationalNumber, "national number" );
       
   153 _LIT( KNetworkSpecificNumber, "network specific number" );
       
   154 _LIT( KSubscriberNumber, "subscriber number" );
       
   155 _LIT( KAlphanumericNumber, "alphanumeric number" );
       
   156 _LIT( KAbbreviatedNumber, "abbreviated number" );
       
   157 _LIT( KNumberPlan, "number plan:" );
       
   158 _LIT( KUnknownNumberingPlan, "unknown numbering plan" );
       
   159 _LIT( KIsdnNumberPlan, "isdn number plan" );
       
   160 _LIT( KDataNumberPlan, "data number plan" );
       
   161 _LIT( KTelexNumberPlan, "telex number plan" );
       
   162 _LIT( KServiceCentreSpecificPlan1, "service centre specific plan 1" );
       
   163 _LIT( KServiceCentreSpecificPlan2, "service centre specific plan 2" );
       
   164 _LIT( KNationalNumberPlan, "national number plan" );
       
   165 _LIT( KPrivateNumberPlan, "private number plan" );
       
   166 _LIT( KErmesNumberPlan, "ERMES number plan" );
       
   167 _LIT( KDialledPartyTelNumber, "tel number:" );
       
   168 _LIT( KExitCode, "exit code:" );
       
   169 _LIT( KSecurity, "security:" );
       
   170 _LIT( KCipheringOff, "ciphering off" );
       
   171 _LIT( KCipheringGSM, "ciphering GSM" );
       
   172 _LIT( KCipheringWCDMA, "ciphering WCDMA" );
       
   173 _LIT( KDialledPartyCallId, "call id:" );
       
   174 _LIT( KRemotePartyInfo, "Remote party info:" );
       
   175 _LIT( KRemoteIdStatus, "remote id status:" );
       
   176 _LIT( KRemoteIdentityUnknown, "remote identity unknown" );
       
   177 _LIT( KRemoteIdentityAvailable, "remote identity available" );
       
   178 _LIT( KRemoteIdentitySuppressed, "remote identity suppressed" );
       
   179 _LIT( KCallingName, "calling name:" );
       
   180 _LIT( KRemoteNumber, "Remote number:" );
       
   181 _LIT( KCallDirection, "Call direction:" );
       
   182 _LIT( KDirectionUnknown, "direction unknown" );
       
   183 _LIT( KMobileOriginated, "mobile originated" );
       
   184 _LIT( KMobileTerminated, "mobile terminated" );
       
   185 _LIT( KNetworkRegistrationStatus, "Network registration status:" );
       
   186 _LIT( KNotRegisteredNoService, "not registered no service" );
       
   187 _LIT( KNotRegisteredEmergencyOnly, "not registered emergency only" );
       
   188 _LIT( KNotRegisteredSearched, "not registered searched" );
       
   189 _LIT( KRegisteredBusy, "registered busy" );
       
   190 _LIT( KRegisteredOnHomeNetwork, "registered on home network" );
       
   191 _LIT( KRegistrationDenied, "registration denied" );
       
   192 _LIT( KRegisteredRoaming, "registered roaming" );
       
   193 _LIT( KNetworkMode, "Network mode:" );
       
   194 _LIT( KUnregistered, "unregistered" );
       
   195 _LIT( KGSM, "GSM" );
       
   196 _LIT( KAMPS, "AMPS" );
       
   197 _LIT( KCDMA95, "CDMA95" );
       
   198 _LIT( KCDMA2000, "CDMA2000" );
       
   199 _LIT( KWCDMA, "WCDMA" );
       
   200 _LIT( KTDCDMA, "TDCDMA" );
       
   201 _LIT( KNetworkStatus, "Network status:" );
       
   202 _LIT( KAvailable, "available" );
       
   203 _LIT( KCurrent, "current" );
       
   204 _LIT( KForbidden, "forbidden" );
       
   205 _LIT( KCountryCode, "Country code:" );
       
   206 _LIT( KNetworkId, "Network id:" );
       
   207 _LIT( KDisplayTag, "Display tag:" );
       
   208 _LIT( KShortName, "Short name:" );
       
   209 _LIT( KLongName, "Long name:" );
       
   210 _LIT( KBandInfo, "Band info:" );
       
   211 _LIT( K800A, "800A" );
       
   212 _LIT( K800B, "800B" );
       
   213 _LIT( K800C, "800C" );
       
   214 _LIT( K1900A, "1900A" );
       
   215 _LIT( K1900B, "1900B" );
       
   216 _LIT( K1900C, "1900C" );
       
   217 _LIT( K1900D, "1900D" );
       
   218 _LIT( K1900E, "1900E" );
       
   219 _LIT( K1900F, "1900F" );
       
   220 _LIT( KCDMASID, "CDMA SID:" );
       
   221 _LIT( KNetworkAccess, "Network access:" );
       
   222 _LIT( KGSMCompact, "GSM compact" );
       
   223 _LIT( KUTRAN, "UTRAN" );
       
   224 _LIT( KArea, "Area:" );
       
   225 _LIT( KKnown, "known" );
       
   226 _LIT( KLocationAreaCode, "Location area code:" );
       
   227 _LIT( KCellId, "Cell id:" );
       
   228 _LIT( KNetworkName, "Network name:" );
       
   229 _LIT( KOperatorName, "Operator name:" );
       
   230 _LIT( KCallForwardingCondition, "Call forwarding condition:" );
       
   231 _LIT( KUnconditional, "unconditional" );
       
   232 _LIT( KBusy, "busy" );
       
   233 _LIT( KNoReply, "no reply" );
       
   234 _LIT( KNotReachable, "not reachable" );
       
   235 _LIT( KCallForwardingStatus, "Call forwarding status:" );
       
   236 _LIT( KActive, "active" );
       
   237 _LIT( KNotActive, "not active" );
       
   238 _LIT( KNotProvisioned, "not provisioned" );
       
   239 _LIT( KNotAvailable, "not available" );
       
   240 _LIT( KServiceGroup, "Service group:" );
       
   241 _LIT( KVoiceService, "voice service" );
       
   242 _LIT( KFaxService, "fax service" );
       
   243 _LIT( KDataService, "data service" );
       
   244 _LIT( KBarringCondition, "Barring condition:" );
       
   245 _LIT( KAllIncoming, "all incoming" );
       
   246 _LIT( KIncomingRoaming, "incoming roaming" );
       
   247 _LIT( KAllOutgoing, "all outgoing" );
       
   248 _LIT( KOutgoingInternational, "outgoing international" );
       
   249 _LIT( KOutgoingInternationalExceptToHC, "outgoing international except to HC" );
       
   250 _LIT( KCallBarringStatus, "Call barring status:" );
       
   251 _LIT( KCallWaitingStatus, "Call waiting status:" );
       
   252 _LIT( KIdentityService, "Identity service:" );
       
   253 _LIT( KUnspecified, "unspecified" );
       
   254 _LIT( KCallerPresentation, "caller presentation (CLIP)" );
       
   255 _LIT( KCallerRestriction, "caller restriction (CLIR)" );
       
   256 _LIT( KIdentityServiceStatus, "Identity service status:" );
       
   257 _LIT( KActivePermanent, "active permanent" );
       
   258 _LIT( KActiveDefaultRestricted, "active default restricted" );
       
   259 _LIT( KActiveDefaultAllowed, "active default allowed" );
       
   260 _LIT( KCallParams, "Call params:" );
       
   261 _LIT( KCLIRRestrictDefault, "CLIR: restrict default" );
       
   262 _LIT( KCLIRSendMyId, "CLIR: send my id" );
       
   263 _LIT( KCLIRDontSendMyId, "CLIR: don't send my id" );
       
   264 _LIT( KTelNumber, "Tel number:" );
       
   265 _LIT( KCallId, "Call id:" );
       
   266 _LIT( KIsvCall1, "isv telephony call 1" );
       
   267 _LIT( KIsvCall2, "isv telephony call 2" );
       
   268 _LIT( KIsvMaxNumberOfCalls, "isv telephony max number of calls" );
       
   269 _LIT( KCallDynamicCaps, "Call dynamic caps:" );
       
   270 _LIT( KWaitingForIncomingCall, "Waiting for incoming call" );  
       
   271 _LIT( KWaitingForVoiceLineChange, "Waiting for voice line change, e.g. MO/MT call" ); 
       
   272 _LIT( KSendingFollowingDTMFTones, "Sending following DTMF tones:" );
       
   273 _LIT( KDeprecatedFunctionTest, "Deprecated: returned KErrNotSupported or KErrNone as expected" ); 
       
   274 _LIT( KOperatorNameNotFoundFromSIM, "Warning! Operator name not found from SIM card, check the SIM card" );
       
   275 
       
   276 
       
   277 #endif
       
   278             
       
   279 // End of File
       
   280 	
       
   281 	
       
   282