email/mobilitytestframework/inc/mobilitytestpropertymap.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalTechnology
       
    21  @released
       
    22 */
       
    23 
       
    24 #ifndef __MOBILITYTESTPROPERTYMAP_H__
       
    25 #define __MOBILITYTESTPROPERTYMAP_H__
       
    26 
       
    27 #include "timmobilitytestmtmstate.h"
       
    28 #include "mobilitytestpropertyvalue.h"
       
    29 #include "tmsgtestpropertymapentry.h"
       
    30 
       
    31 const TMsgTestPropertyMapEntry propertyMapList[] = 
       
    32 	{
       
    33 		{"KNTSInitialValueFlag", ENTSInitialValueFlag},
       
    34 		{"KNTSPreferredCarrierUpgradeCall", ENTSPreferredCarrierUpgradeCall},
       
    35 		{"KNTSPreferredCarrierDowngradeCall", ENTSPreferredCarrierDowngradeCall},
       
    36 		{"KNTSNewCarrierActiveCall", ENTSNewCarrierActiveCall},
       
    37 		{"KNTSErrorCall", ENTSErrorCall},
       
    38 		{"KNTSMigrateToPreferredCarrierFlag", ENTSMigrateToPreferredCarrierFlag},
       
    39 		{"KNTSIgnorePreferredCarrierFlag", ENTSIgnorePreferredCarrierFlag},
       
    40 		{"KNTSNewCarrierAcceptedFlag", ENTSNewCarrierAcceptedFlag},
       
    41 		{"KNTSNewCarrierRejectedFlag", ENTSNewCarrierRejectedFlag},
       
    42 		{"KNTSPreferredCarrierUpgradeFlag", ENTSPreferredCarrierUpgradeFlag},
       
    43 		{"KNTSPreferredCarrierDowngradeFlag", ENTSPreferredCarrierDowngradeFlag},
       
    44 		{"KNTSCancelFlag", ENTSCancelFlag},
       
    45 		{"KNTSMigrationCompleteMigrateOKFlag", ENTSMigrationCompleteMigrateOKFlag},
       
    46 		{"KNTSMigrationCompleteCouldNotReconnectFlag", ENTSMigrationCompleteCouldNotReconnectFlag},
       
    47 		{"KNTSMigrationCompleteMobilityErrorFlag", ENTSMigrationCompleteMobilityErrorFlag},				
       
    48 		{"KNTSAcceptImmediatelyCall", ENTSAcceptImmediatelyCall},
       
    49 		{"KNTSAcceptStopCurrentCall", ENTSAcceptStopCurrentCall},
       
    50 		{"KNTSAcceptCompleteCurrentCall", ENTSAcceptCompleteCurrentCall},
       
    51 		{"KNTSIgnoreCall", ENTSIgnoreCall},
       
    52 		{"KNTSInitialReject",					KMobilityTestMtmStateInitialReject},
       
    53 		{"KNTSImapConnect",					KMobilityTestMtmStateImapConnect},
       
    54 		{"KNTSImapIdle",						KMobilityTestMtmStateImapIdle},
       
    55 		{"KNTSImapCopyFromLocal1",			KMobilityTestMtmStateImapCopyFromLocal1},
       
    56 		{"KNTSImapCopyFromLocal2",			KMobilityTestMtmStateImapCopyFromLocal2},
       
    57 		{"KNTSImapCopyFromLocal3",			KMobilityTestMtmStateImapCopyFromLocal3},
       
    58 		{"KNTSImapCopyToLocal1",				KMobilityTestMtmStateImapCopyToLocal1},
       
    59 		{"KNTSImapCopyToLocal2",				KMobilityTestMtmStateImapCopyToLocal2},
       
    60 		{"KNTSImapCopyToLocal3",				KMobilityTestMtmStateImapCopyToLocal3},
       
    61 		{"KNTSImapCopyToLocal4",				KMobilityTestMtmStateImapCopyToLocal4},
       
    62 		{"KNTSImapCopyToLocal5",				KMobilityTestMtmStateImapCopyToLocal5},
       
    63 		{"KNTSImapCopyToLocal6",				KMobilityTestMtmStateImapCopyToLocal6},
       
    64 		{"KNTSImapCopyToLocal7",				KMobilityTestMtmStateImapCopyToLocal7},
       
    65 		{"KNTSImapCopyWithinService1",		KMobilityTestMtmStateImapCopyWithinService1},
       
    66 		{"KNTSImapCopyWithinService2",		KMobilityTestMtmStateImapCopyWithinService2},
       
    67 		{"KNTSImapCopyWithinService3",		KMobilityTestMtmStateImapCopyWithinService3},
       
    68 		{"KNTSImapCopyWithinService4",		KMobilityTestMtmStateImapCopyWithinService4},
       
    69 		{"KNTSImapCopyWithinService5",		KMobilityTestMtmStateImapCopyWithinService5},
       
    70 		{"KNTSImapCopyWithinService6",		KMobilityTestMtmStateImapCopyWithinService6},
       
    71 		{"KNTSImapCopyWithinService7",		KMobilityTestMtmStateImapCopyWithinService7},
       
    72 		{"KNTSImapCopyWithinService8",		KMobilityTestMtmStateImapCopyWithinService8},
       
    73 		{"KNTSImapCreateFolder",				KMobilityTestMtmStateImapCreateFolder},
       
    74 		{"KNTSImapDelete1",					KMobilityTestMtmStateImapDelete1},
       
    75 		{"KNTSImapDelete2",					KMobilityTestMtmStateImapDelete2},
       
    76 		{"KNTSImapDelete3",					KMobilityTestMtmStateImapDelete3},
       
    77 		{"KNTSImapDelete4",					KMobilityTestMtmStateImapDelete4},
       
    78 		{"KNTSImapDelete5",					KMobilityTestMtmStateImapDelete5},
       
    79 		{"KNTSImapDeleteFolder1",				KMobilityTestMtmStateImapDeleteFolder1},
       
    80 		{"KNTSImapDeleteFolder2",				KMobilityTestMtmStateImapDeleteFolder2},
       
    81 		{"KNTSImapDeleteFolder3",				KMobilityTestMtmStateImapDeleteFolder3},
       
    82 		{"KNTSImapDeleteFolder4",				KMobilityTestMtmStateImapDeleteFolder4},
       
    83 		{"KNTSImapDisconnect1",				KMobilityTestMtmStateImapDisconnect1},
       
    84 		{"KNTSImapDisconnect2",				KMobilityTestMtmStateImapDisconnect2},
       
    85 		{"KNTSImapRename1",					KMobilityTestMtmStateImapRename1},
       
    86 		{"KNTSImapRename2",					KMobilityTestMtmStateImapRename2},
       
    87 		{"KNTSImapSyncFolder1",				KMobilityTestMtmStateImapSyncFolder1},
       
    88  		{"KNTSImapSyncFolder2",				KMobilityTestMtmStateImapSyncFolder2},
       
    89  		{"KNTSImapSyncFolderTree",			KMobilityTestMtmStateImapSyncFolderTree},
       
    90 		{"KNTSImapSyncEInboxEarlyDeletes",	KMobilityTestMtmImapSyncEInboxEarlyDeletes},
       
    91 		{"KNTSImapSyncEInboxEarlyExpunge",	KMobilityTestMtmImapSyncEInboxEarlyExpunge},
       
    92 		{"KNTSImapSyncEInboxSync",			KMobilityTestMtmImapSyncEInboxSync},
       
    93 		{"KNTSImapSyncESyncTree",				KMobilityTestMtmImapSyncESyncTree},
       
    94 		{"KNTSImapSyncESyncSubscriptions",	KMobilityTestMtmImapSyncESyncSubscriptions},
       
    95 		{"KNTSImapSyncEFolderEarlyDeletes",	KMobilityTestMtmImapSyncEFolderEarlyDeletes},
       
    96 		{"KNTSImapSyncEFolderEarlyExpunge",	KMobilityTestMtmImapSyncEFolderEarlyExpunge},
       
    97 		{"KNTSImapSyncESyncFolder",			KMobilityTestMtmImapSyncESyncFolder},
       
    98 		{"KNTSImapEInboxLateDeletes",			KMobilityTestMtmImapEInboxLateDeletes},
       
    99 		{"KNTSImapSyncEFolderLateDeletes",	KMobilityTestMtmImapSyncEFolderLateDeletes},
       
   100 		{"KNTSImapSyncEFolderLateExpunge",	KMobilityTestMtmImapSyncEFolderLateExpunge},
       
   101 		{"KNTSPopConnecting",					KMobilityTestMtmStatePopConnecting},
       
   102 		{"KNTSPopRefreshing",					KMobilityTestMtmStatePopRefreshing},
       
   103 		{"KNTSPopTidying",					KMobilityTestMtmStatePopTidying},
       
   104 		{"KNTSPopFindingFirstOfflineOp",		KMobilityTestMtmStatePopFindingFirstOfflineOp},
       
   105 		{"KNTSPopCancellingOfflineOps",		KMobilityTestMtmStatePopCancellingOfflineOps},
       
   106 		{"KNTSPopCopying",					KMobilityTestMtmStatePopCopying},
       
   107 		{"KNTSPopMoving",						KMobilityTestMtmStatePopMoving},
       
   108 		{"KNTSPopPopulating",					KMobilityTestMtmStatePopPopulating},
       
   109 		{"KNTSPopTopPopulating",				KMobilityTestMtmStatePopTopPopulating},
       
   110 		{"KNTSPopDeleting",					KMobilityTestMtmStatePopDeleting},
       
   111 		{"KNTSPopConnectedAndIdle",			KMobilityTestMtmStatePopConnectedAndIdle},
       
   112 		{"KNTSPopQuitting", KMobilityTestMtmStatePopQuitting},
       
   113 		{"KNTSPopRetrieving", KMobilityTestMtmStatePopRetrieving},
       
   114 		{"KNTSSmtpConnectingToSmtp",			KMobilityTestMtmStateSmtpConnectingToSmtp},
       
   115 		{"KNTSSmtpWaitingForReply",			KMobilityTestMtmStateSmtpWaitingForReply},
       
   116 		{"KNTSSmtpAuthorisingSmtp",			KMobilityTestMtmStateSmtpAuthorisingSmtp},
       
   117 		{"KNTSSmtpAuthInProgress",			KMobilityTestMtmStateSmtpAuthInProgress},
       
   118 		{"KNTSSmtpSendingStartTls",			KMobilityTestMtmStateSmtpSendingStartTls},
       
   119 		{"KNTSSmtpSettingSecurity",			KMobilityTestMtmStateSmtpSettingSecurity},
       
   120 		{"KNTSSmtpResetSmtp",					KMobilityTestMtmStateSmtpResetSmtp},
       
   121 		{"KNTSSmtpClosingSmtp",				KMobilityTestMtmStateSmtpClosingSmtp},
       
   122 		{"KNTSSmtpSendFile",					KMobilityTestMtmStateSmtpSendFile},
       
   123 		{"", 0xffffffff} // This must always be the last entry in the list
       
   124 	};
       
   125 
       
   126 #endif //__MOBILITYTESTPROPERTYMAP_H__