messagingfw/msgtestfw/group/MessagingTestServerCommon.mph
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // COMMON FILES SHARED BETWEEN
       
     2 // MessagingTestServer and MessagingTestServer_Caps
       
     3 
       
     4 
       
     5 USERINCLUDE		../Framework/inc
       
     6 USERINCLUDE		../TestActions/Sample/inc ../TestActions/Base/inc 
       
     7 USERINCLUDE		../TestActions/Email/Common/inc ../TestActions/Email/Imap4/inc ../TestActions/Email/Pop3/inc ../TestActions/Email/Smtp/inc
       
     8 USERINCLUDE		../TestActions/Sms/inc 
       
     9 USERINCLUDE		../TestActions/Framework/inc
       
    10 USERINCLUDE		../TestActionUtils/inc
       
    11 USERINCLUDE		../TestActions/SendAs/inc
       
    12 USERINCLUDE		../TestActions/Pigeon/inc
       
    13 USERINCLUDE		../TestCases/NonScriptedTestCases/inc 
       
    14 
       
    15 USERINCLUDE		../../msgsrvnstore/server/inc
       
    16 USERINCLUDE		../../watcherfw/inc
       
    17 USERINCLUDE		../../../../../app/messaging/email/pop3andsmtpmtm/servermtmutils/inc
       
    18 
       
    19 USERINCLUDE		../TestActions/Performance/Inc
       
    20 USERINCLUDE		../../scheduledsendmtm/test/unit/inc
       
    21 USERINCLUDE		../TestActions/Capabilities/inc
       
    22 
       
    23 USERINCLUDE		../TestActions/Drm/inc
       
    24 USERINCLUDE		../../../../../app/messaging/email/pop3andsmtpmtm/clientmtms/inc
       
    25 USERINCLUDE             ../../msgtest/testutils/base/inc
       
    26 USERINCLUDE             ../../msgtest/testutils/email/inc
       
    27 USERINCLUDE             ../../msgtest/testutils/server/inc
       
    28 USERINCLUDE             ../../msgtest/testutils/sms/inc
       
    29 USERINCLUDE             ../../msgtest/testutils/MsgTestUtilServer/inc
       
    30 USERINCLUDE             ../../scheduledsendmtm/test/base/inc
       
    31 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 SOURCEPATH	../Framework/src
       
    34 SOURCE		CMtfTestAction.cpp CMtfTestActionManager.cpp CMtfTestActionWait.cpp 
       
    35 SOURCE		CMtfTestCase.cpp CMtfTestActionSectionComplete.cpp CMtfTestBeginManager.cpp
       
    36 SOURCE		CMtfTestParameterStore.cpp CMtfTestActionNamePair.cpp CMtfTestCaseNamePair.cpp
       
    37 SOURCE		CMtfTestActionParameters.cpp CMtfTestServer.cpp CMtfSynchronousTestAction.cpp
       
    38 SOURCE		CMtfScriptedTestCase.cpp CMtfTestParameter.cpp CMtfConfigurationType.cpp
       
    39 SOURCE		CMtfEnumeratorConverter.cpp CMtfSetConfigurationTestStep.cpp
       
    40 
       
    41 SOURCEPATH	../TestActions/Sample/src 
       
    42 SOURCE		CMtfTestActionSampleActionA.cpp CMtfTestActionSampleActionB.cpp
       
    43 SOURCE		CMtfTestActionSampleActionC.cpp CMtfTestActionSampleActionD.cpp
       
    44 SOURCE		CMtfTestActionSampleActionE.cpp CMtfTestActionSampleActionF.cpp
       
    45 
       
    46 SOURCEPATH	../TestActions/Performance/Src
       
    47 SOURCE		CMtfTestActionStartTimer.cpp CMtfTestActionStopTimer.cpp
       
    48 SOURCE		CMtfTestActionSetHeapFailure.cpp
       
    49 
       
    50 SOURCEPATH	../TestActions/Base/src 
       
    51 SOURCE		CMtfTestActionGetBaseConstants.cpp 
       
    52 SOURCE		CMtfTestActionGetEntryPriorityEnums.cpp 
       
    53 SOURCE		CMtfTestActionSleep.cpp 
       
    54 SOURCE		CMtfTestActionDeleteMessageStore.cpp 
       
    55 SOURCE		CMtfTestActionCloseServer.cpp
       
    56 SOURCE		CMtfTestActionIsUsingHardcodedDefaultSettings.cpp
       
    57 SOURCE		CMtfTestActionCreateSession.cpp CMtfTestActionDeleteSession.cpp 
       
    58 SOURCE		CMtfTestActionResetMessageStore.cpp 
       
    59 SOURCE		CMtfTestActionCreateService.cpp CMtfTestActionDeleteService.cpp 
       
    60 SOURCE		CMtfTestActionCreateRegistry.cpp CMtfTestActionDeleteRegistry.cpp
       
    61 SOURCE		CMtfTestActionCreateMtm.cpp CMtfTestActionDeleteMtm.cpp 
       
    62 SOURCE		CMtfTestActionCreateEntry.cpp CMtfTestActionDeleteEntry.cpp
       
    63 SOURCE		CMtfTestActionCreateMessage.cpp CMtfTestActionDeleteMessage.cpp
       
    64 SOURCE		CMtfTestActionCopyEntry.cpp CMtfTestActionMoveEntry.cpp
       
    65 SOURCE		CMtfTestActionFindEntryByName.cpp
       
    66 SOURCE		CMtfTestActionCreateFolder.cpp CMtfTestActionDeleteFolder.cpp
       
    67 SOURCE		CMtfTestActionCreateSelection.cpp CMtfTestActionDeleteSelection.cpp 
       
    68 SOURCE		CMtfTestActionAppendToSelection.cpp 
       
    69 SOURCE		CMtfTestActionDeleteChildren.cpp 
       
    70 SOURCE		CMtfTestActionGetDefaultMtmCommandParameters.cpp CMtfTestActionExecuteMtmCommand.cpp
       
    71 SOURCE		CMtfTestActionCheckChildrenCount.cpp 
       
    72 SOURCE		CMtfTestActionCheckChildrenCountWithFlagBase.cpp 
       
    73 SOURCE		CMtfTestActionCheckChildrenCountWithFlagNew.cpp 
       
    74 SOURCE		CMtfTestActionCheckChildrenCountWithFlagComplete.cpp 
       
    75 SOURCE		CMtfTestActionCreateChildrenSelection.cpp 
       
    76 SOURCE		CMtfTestActionCopySelection.cpp CMtfTestActionMoveSelection.cpp
       
    77 SOURCE		CMtfTestActionSetDefaultDataFile.cpp
       
    78 SOURCE		CMtfTestActionChangeToExternalDrive.cpp
       
    79 SOURCE		CMtfTestActionChangeToInternalDrive.cpp
       
    80 SOURCE		CMtfTestActionRemoveMedia.cpp
       
    81 SOURCE		CMtfTestActionInsertMedia.cpp
       
    82 SOURCE		CMtfTestActionDeletePath.cpp
       
    83 SOURCE 		CMtfTestActionStartWatchers.cpp
       
    84 SOURCE		CMtfTestActionSetDefaultConfiguration.cpp
       
    85 SOURCE     	CMtfTestActionGetArrayCount.cpp
       
    86 SOURCE		CMtfTestActionCompareNumbers.cpp
       
    87 SOURCE    	CMtfTestActionGetNumberOfChildren.cpp
       
    88 SOURCE		CMtfTestActionInitializeSimTsy.cpp
       
    89 SOURCE		CMtfTestActionUnloadPhoneModule.cpp
       
    90 SOURCE		CMtfTestActionSetNetRegStatus.cpp
       
    91 SOURCE		CMtfTestActionSetSignalStrength.cpp
       
    92 
       
    93 SOURCE		CMtfTestActionCompareEntryWithFile.cpp
       
    94 
       
    95 SOURCE		CMtfTestActionInstallMtmGroup.cpp
       
    96 SOURCE		CMtfTestActionDeInstallMtmGroup.cpp
       
    97 SOURCE		CMtfTestActionDeleteExistingService.cpp
       
    98 SOURCE		CMtfTestActionCheckIfMessagePresent.cpp
       
    99 SOURCE		CMtfTestActionFindFile.cpp
       
   100 SOURCE		CMtfTestActionRenamePath.cpp
       
   101 SOURCE		CMtfTestActionGetEntry.cpp
       
   102 SOURCE		CMtfTestActionGetStore.cpp
       
   103 SOURCE		CMtfTestActionReadMessage.cpp
       
   104 SOURCE		CMtfTestActionSetUTCOffset.cpp
       
   105 SOURCE		CMtfTestActionCreateOrderedChildrenSelection.cpp
       
   106 SOURCE		CMtfTestActionCompareSelections.cpp
       
   107 SOURCE		CMtfTestActionAddRecipient.cpp
       
   108 SOURCE		CMtfTestActionSetBodyText.cpp
       
   109 SOURCE		CMtfTestActionCountAvailableAccounts.cpp
       
   110 SOURCE		CMtfTestActionDeleteStore.cpp
       
   111 
       
   112 SOURCEPATH	../TestActions/Email/Common/src 
       
   113 SOURCE		CMtfTestActionInitNtRas.cpp 
       
   114 SOURCE		CMtfTestActionGetEmailConstants.cpp 
       
   115 SOURCE		CMtfTestActionPruneMessages.cpp
       
   116 SOURCE		CMtfTestActionStopAllSocketConnections.cpp
       
   117 SOURCE		CMtfTestActionLaunchAutoSend.cpp
       
   118 SOURCE		CMtfTestActionCheckAttachmentPathFromEntrySelection.cpp
       
   119 
       
   120 SOURCEPATH	../TestActions/Email/Imap4/src 
       
   121 SOURCE		CMtfTestActionCreateImap4Service.cpp CMtfTestActionDeleteImap4Service.cpp 
       
   122 SOURCE		CMtfTestActionCreateImap4Mtm.cpp CMtfTestActionDeleteImap4Mtm.cpp 
       
   123 SOURCE		CMtfTestActionSetImap4ServiceParameters.cpp
       
   124 SOURCE		Cmtftestactionsetimap4serviceidleparameters.cpp
       
   125 SOURCE		CMtfTestActionConnectImap4Server.cpp CMtfTestActionDisconnectImap4Server.cpp
       
   126 SOURCE		CMtfTestActionConnectAndSyncImap4Server.cpp
       
   127 SOURCE		CMtfTestActionDoFullImap4Synchronisation.cpp
       
   128 SOURCE		CMtfTestActionImap4Connected.cpp
       
   129 SOURCE		CMtfTestActionSetImap4FullDownloadLimits.cpp
       
   130 SOURCE		CMtfTestActionSetImap4PartialDownloadLimits.cpp
       
   131 SOURCE 		CMtfTestActionCreateMailSelection.cpp
       
   132 SOURCE 		CMtfTestActionCreatePartiallyDownloadedMailSelection.cpp
       
   133 SOURCE		CMtfDoInvokeAsyncFunctionTestAction.cpp
       
   134 SOURCE 		CMtfDoInvokeAsyncFunctionWithSelectionTestAction.cpp
       
   135 SOURCE 		CMtfDoInvokeAsyncFunctionWithoutSelectionTestAction.cpp
       
   136 SOURCE 		CMtfTestActionDoImap4PopulateNewMailWhenAlreadyConnected.cpp
       
   137 SOURCE 		CMtfTestActionDoImap4PopulateAllMailWhenAlreadyConnected.cpp
       
   138 SOURCE 		CMtfTestActionDoImap4PopulateMailSelectionWhenAlreadyConnected.cpp
       
   139 SOURCE 		CMtfTestActionDoImap4ConnectAndPopulateNewMailAndStayOnline.cpp
       
   140 SOURCE 		CMtfTestActionDoImap4ConnectAndPopulateNewMailAndDisconnect.cpp
       
   141 SOURCE 		CMtfTestActionDoImap4ConnectAndPopulateAllMailAndStayOnline.cpp
       
   142 SOURCE 		CMtfTestActionDoImap4ConnectAndPopulateAllMailAndDisconnect.cpp
       
   143 SOURCE		CMtfTestActionDoImap4ConnectAndPopMailSelAndStayOnline.cpp
       
   144 SOURCE 		CMtfTestActionDoImap4ConnectAndPopMailSelAndDisconnect.cpp
       
   145 SOURCE		CMtfTestActionDoImap4Populate.cpp
       
   146 SOURCE		CMtfTestActionCompareEmailMessages.cpp
       
   147 SOURCE 	Cmtftestactionsetimap4serviceLongidleparameters.cpp
       
   148 
       
   149 // CENTRAL REPOSITORY IMAP TESTS
       
   150 
       
   151 SOURCE		CMtfTestActionChangeDefaultImapService.cpp
       
   152 SOURCE		CMtfTestActionCompareImapAccountId.cpp
       
   153 SOURCE		CMtfTestActionCompareImapSettings.cpp
       
   154 SOURCE		CMtfTestActionCountImapAccountsInArray.cpp
       
   155 SOURCE		CMtfTestActionCreateImapAccount.cpp
       
   156 SOURCE		CMtfTestActionDeleteImapAccounts.cpp
       
   157 SOURCE		CMtfTestActionGetDefaultImapService.cpp
       
   158 SOURCE		CMtfTestActionGetImapAccountInArray.cpp
       
   159 SOURCE		CMtfTestActionLoadImapSettings.cpp
       
   160 SOURCE		CMtfTestActionPopulateDefaultImapSettings.cpp
       
   161 SOURCE		CMtfTestActionRemoveDefaultImapService.cpp
       
   162 SOURCE		CMtfTestActionSaveImapSettings.cpp	
       
   163 SOURCE		CMtfTestActionModifyImapSettings.cpp
       
   164 SOURCE		CMtfTestActionGetImapAccountSettings.cpp
       
   165 
       
   166 
       
   167 
       
   168 //ssaging\testframework\TestActionUtils\src
       
   169 SOURCEPATH	../TestActionUtils/src 
       
   170 // utility files for setting up service params
       
   171 SOURCE 		CMtfTestActionUtilsImapScripts.cpp
       
   172 SOURCE 		CMtfTestActionUtilsPopScripts.cpp
       
   173 SOURCE 		CMtfTestActionUtilsConfigFileMachineName.cpp
       
   174 
       
   175 SOURCEPATH	../TestActions/Email/Pop3/src 
       
   176 SOURCE		CMtfTestActionCreatePop3Service.cpp CMtfTestActionDeletePop3Service.cpp 
       
   177 SOURCE		CMtfTestActionCreatePop3Mtm.cpp CMtfTestActionDeletePop3Mtm.cpp 
       
   178 SOURCE		CMtfTestActionSetPop3ServiceParameters.cpp
       
   179 SOURCE		CMtfTestActionConnectPop3Server.cpp CMtfTestActionDisconnectPop3Server.cpp
       
   180 SOURCE		CMtfTestActionCreatePop3MailInfo.cpp
       
   181 SOURCE		CMtfTestActionPop3TopBase.cpp
       
   182 SOURCE		CMtfTestActionPop3Populate.cpp
       
   183 SOURCE		CMtfTestActionPop3PopulateAll.cpp
       
   184 SOURCE		CMtfTestActionPop3PopulateNew.cpp
       
   185 SOURCE		CMtfTestActionVerifyEmail.cpp
       
   186 SOURCE		CMtfTestActionCreateExpPop3MailInfo.cpp
       
   187 
       
   188 
       
   189 // CENTRAL REPOSITORY POP TESTS
       
   190 
       
   191 SOURCE		CMtfTestActionChangeDefaultPopService.cpp
       
   192 SOURCE		CMtfTestActionComparePopAccountId.cpp
       
   193 SOURCE		CMtfTestActionComparePopSettings.cpp
       
   194 SOURCE		CMtfTestActionCountPopAccountsInArray.cpp
       
   195 SOURCE		CMtfTestActionCreatePopAccount.cpp
       
   196 SOURCE		CMtfTestActionDeletePopAccounts.cpp
       
   197 SOURCE		CMtfTestActionGetDefaultPopService.cpp
       
   198 SOURCE		CMtfTestActionGetPopAccountInArray.cpp
       
   199 SOURCE		CMtfTestActionLoadPopSettings.cpp
       
   200 SOURCE		CMtfTestActionPopulateDefaultPopSettings.cpp
       
   201 SOURCE		CMtfTestActionRemoveDefaultPopService.cpp		
       
   202 SOURCE		CMtfTestActionSavePopSettings.cpp					// CHECK SCRIPTS - CAN THIS GO
       
   203 SOURCE		CMtfTestActionModifyPopSettings.cpp
       
   204 SOURCE		CMtfTestActionGetPopAccountSettings.cpp
       
   205 SOURCE		CMtfTestActionVerifyReplyToAddress.cpp
       
   206 
       
   207 
       
   208 SOURCEPATH	../TestActions/Email/Smtp/src 
       
   209 SOURCE		CMtfTestActionCreateSmtpService.cpp 
       
   210 SOURCE		CMtfTestActionDeleteSmtpService.cpp 
       
   211 SOURCE		CMtfTestActionCreateSmtpMtm.cpp 
       
   212 SOURCE		CMtfTestActionDeleteSmtpMtm.cpp 
       
   213 SOURCE		CMtfTestActionSetSmtpServiceParameters.cpp
       
   214 SOURCE		CMtfTestActionCreateSmtpMessageFromEmailFile.cpp
       
   215 SOURCE		CMtfTestActionCreateSmtpMessageVariable.cpp
       
   216 SOURCE		ImCltCvRecv.cpp
       
   217 SOURCE		Local_imcvrecv.cpp
       
   218 SOURCE		Local_imutdll.cpp
       
   219 
       
   220 // CENTRAL REPOSITORY SMTP TESTS
       
   221 
       
   222 SOURCE		CMtfTestActionGetDefaultSmtpService.cpp
       
   223 SOURCE		CMtfTestActionRemoveDefaultSmtpService.cpp
       
   224 SOURCE		CMtfTestActionChangeDefaultSmtpService.cpp
       
   225 
       
   226 
       
   227 
       
   228 
       
   229 SOURCE		CMtfTestActionGetSMTPMTMUId.cpp
       
   230 SOURCE		CMtfTestActionSmtpGetAttachmentFileFromIndex.cpp
       
   231 SOURCE		CMtfTestActionSmtpAddEntryAttachment.cpp
       
   232 SOURCE		CMtfTestActionSmtpAddFileAttachmentByHandleSync.cpp
       
   233 SOURCE		CMtfTestActionSmtpAddFileAttachmentByPath.cpp
       
   234 SOURCE		CMtfTestActionSmtpAddLinkedAttachment.cpp
       
   235 SOURCE		CMtfTestActionSmtpCompareAttachment.cpp
       
   236 SOURCE		CMtfTestActionSmtpCountAttachments.cpp
       
   237 SOURCE		CMtfTestActionSmtpCreateAttachment.cpp
       
   238 SOURCE		CMtfTestActionSmtpGetAttachmentFileFromId.cpp
       
   239 SOURCE		CMtfTestActionSmtpGetAttachmentInfoById.cpp
       
   240 SOURCE		CMtfTestActionSmtpGetAttachmentInfoByIndex.cpp
       
   241 SOURCE		CMtfTestActionSmtpRemoveAllAttachments.cpp
       
   242 SOURCE		CMtfTestActionSmtpRemoveFileAttachmentById.cpp
       
   243 SOURCE		CMtfTestActionSmtpRemoveFileAttachmentByIndex.cpp
       
   244 SOURCE		CMtfTestActionSmtpRemoveEntryAttachmentById.cpp
       
   245 SOURCE		CMtfTestActionSmtpModifyAttachmentInfo.cpp
       
   246 
       
   247 
       
   248 
       
   249 
       
   250 SOURCEPATH	../TestActions/Sms/src 
       
   251 SOURCE		CMtfTestActionGetSmsConstants.cpp
       
   252 SOURCE		CMtfTestActionCreateSmsService.cpp
       
   253 SOURCE		CMtfTestActionSetDefaultSmsSettings.cpp
       
   254 SOURCE		CMtfTestActionSetSmsServiceSettings.cpp
       
   255 SOURCE		CMtfTestActionSmsSettingsSaveExternal.cpp
       
   256 SOURCE		CMtfTestActionCompareSmsSettings.cpp
       
   257 SOURCE     	CMtfTestActionCheckIfSmsWatcherRunning.cpp
       
   258 SOURCE      CMtfTestActionReceiveSmsMessages.cpp
       
   259 SOURCE      CmtfTestActionCompareSmsMessages.cpp
       
   260 SOURCE		CMtfTestActionSetSchSendSettings.cpp
       
   261 SOURCE		CMtfTestActionCheckMessageSendingState.cpp
       
   262 SOURCE		CMtfTestActionCreateSmsMessage.cpp
       
   263 SOURCE		CMtfTestActionCreateSmsMessageFromFile.cpp
       
   264 SOURCE          CMtfTestActionClass0SmsNotifier.cpp
       
   265 SOURCE          CMtfTestActionForwardSystemTime.cpp
       
   266 
       
   267 SOURCE		CMtfTestActionCreateEmailOverSmsMessage.cpp
       
   268 SOURCE      CMtfTestActionReceiveSmsMessages2.cpp
       
   269 
       
   270 
       
   271 SOURCE		CMtfTestActionGetDefaultSmsService.cpp
       
   272 
       
   273 SOURCE		CMtfTestActionSetDiskSpaceMonitorLimits.cpp
       
   274 SOURCE		CMtfTestActionSetDiskSpace.cpp
       
   275 SOURCE		CMtfTestActionFreeDiskSpace.cpp
       
   276 
       
   277 // CENTRAL REPOSITORY SMS TESTS
       
   278 
       
   279 SOURCE		CMtfTestActionChangeDefaultSmsService.cpp
       
   280 SOURCE		CMtfTestActionCompareScheduleSendSettings.cpp
       
   281 SOURCE		CMtfTestActionCompareSmsSettingsCR.cpp
       
   282 SOURCE		CMtfTestActionInitialiseDefaultScheduleSettings.cpp
       
   283 SOURCE		CMtfTestActionInitialiseSmsDefaultSettings.cpp
       
   284 SOURCE		CMtfTestActionLoadScheduleSendSettings.cpp
       
   285 SOURCE		CMtfTestActionLoadSmsSettings.cpp
       
   286 SOURCE		CMtfTestActionRemoveDefaultSmsService.cpp
       
   287 SOURCE		CMtfTestActionSaveScheduleSendSettings.cpp
       
   288 SOURCE		CMtfTestActionSaveSmsSettings.cpp
       
   289 SOURCE		CMtfTestActionCheckSmsService.cpp
       
   290 SOURCE		CMtfTestActionCompareLastSegmentReport.cpp
       
   291 
       
   292 
       
   293 SOURCEPATH	../TestActions/Framework/src 
       
   294 SOURCE		CMtfTestActionGetEntryTypeConstants.cpp	
       
   295 SOURCE		CMtfTestActionCreateAttachmentForWrite.cpp
       
   296 SOURCE		CMtfTestActionDeleteAttachment.cpp
       
   297 SOURCE		CMtfTestActionOpenAttachment.cpp
       
   298 SOURCE		CMtfTestActionOpenFileStoreForRead.cpp
       
   299 SOURCE		CMtfTestActionOpenTempStoreFile.cpp
       
   300 SOURCE		CMtfTestActionDeleteFileStore.cpp
       
   301 SOURCE		CMtfTestActionFileStoreExists.cpp
       
   302 SOURCE 		CMtfTestActionReplaceFileStore.cpp
       
   303 
       
   304 USERINCLUDE	../TestActions/Base/Attachments/inc
       
   305 SOURCEPATH	../TestActions/Base/Attachments/src
       
   306 SOURCE		CMtfTestActionAddFileAttachmentByPath.cpp
       
   307 SOURCE		CMtfTestActionAddFileAttachmentByPathSync.cpp
       
   308 SOURCE		CMtfTestActionAddFileAttachmentByHandle.cpp
       
   309 SOURCE		CMtfTestActionAddFileAttachmentByHandleSync.cpp
       
   310 SOURCE		CMtfTestActionAddFileAttachmentWithRevert.cpp
       
   311 SOURCE		CMtfTestActionAddFileAttachmentWithDestroy.cpp
       
   312 SOURCE		CMtfTestActionAddLinkedAttachment.cpp
       
   313 SOURCE		CMtfTestActionAddEntryAttachment.cpp
       
   314 SOURCE		CMtfTestActionGetAttachmentInfoById.cpp
       
   315 SOURCE		CMtfTestActionGetAttachmentInfoByIndex.cpp
       
   316 SOURCE		CMtfTestActionCreateAttachment.cpp
       
   317 SOURCE		CMtfTestActionCompareAttachment.cpp
       
   318 SOURCE		CMtfTestActionCreateAttachmentNoFileClose.cpp
       
   319 SOURCE		CMtfTestActionCheckErrorCode.cpp
       
   320 SOURCE		CMtfTestActionCountAttachments.cpp
       
   321 SOURCE		CMtfTestActionGetAttachmentIndexFromId.cpp
       
   322 SOURCE		CMtfTestActionGetAttachmentFileFromId.cpp
       
   323 SOURCE		CMtfTestActionGetAttachmentFileFromIndex.cpp
       
   324 SOURCE		CMtfTestActionGetAttachmentFileForWriteFromId.cpp
       
   325 SOURCE		CMtfTestActionRemoveFileAttachmentById.cpp
       
   326 SOURCE		CMtfTestActionRemoveFileAttachmentByIndex.cpp
       
   327 SOURCE		CMtfTestActionRemoveLinkedAttachmentById.cpp
       
   328 SOURCE		CMtfTestActionRemoveEntryAttachmentById.cpp
       
   329 SOURCE		CMtfTestActionRemoveFileAttachmentWithRevert.cpp
       
   330 SOURCE		CMtfTestActionRemoveFileAttachmentWithDestroy.cpp
       
   331 SOURCE		CMtfTestActionCreateTestMimeHeaders.cpp
       
   332 SOURCE		CMtfTestActionRenameFileAttachmentById.cpp
       
   333 SOURCE		CMtfAsyncWaiter.cpp
       
   334 
       
   335 SOURCE		CMtfTestActionVerifyAttachmentInfo.cpp
       
   336 SOURCE		CMtfTestActionRemoveAllAttachments.cpp
       
   337 SOURCE		CMtfTestActionAddAttachmentAsLink.cpp
       
   338 
       
   339 
       
   340 SOURCEPATH	../TestActions/Capabilities/src 
       
   341 SOURCE		CMtfTestActionSendEMsvGetEntry.cpp
       
   342 SOURCE		CMtfTestActionSendEMsvGetChildren.cpp
       
   343 SOURCE		CMtfTestActionSendEMsvGetRemainingChildren.cpp
       
   344 SOURCE		CMtfTestActionSendEMsvChangeEntry.cpp
       
   345 SOURCE		CMtfTestActionSendEMsvCreateEntry.cpp
       
   346 SOURCE		CMtfTestActionSendEMsvDeleteEntries.cpp
       
   347 SOURCE		CMtfTestActionSendEMsvMoveEntries.cpp
       
   348 SOURCE		CMtfTestActionSendEMsvCopyEntries.cpp
       
   349 SOURCE		CMtfTestActionSendEMsvNotifySessionEvent.cpp
       
   350 SOURCE		CMtfTestActionSendEMsvCancelSessionEventNotification.cpp
       
   351 SOURCE		CMtfTestActionSendEMsvReadStore.cpp
       
   352 SOURCE		CMtfTestActionSendEMsvLockStore.cpp
       
   353 SOURCE		CMtfTestActionSendEMsvReleaseStore.cpp
       
   354 SOURCE		CMtfTestActionSendEMsvOperationData.cpp
       
   355 SOURCE		CMtfTestActionSendEMsvCommandData.cpp
       
   356 SOURCE		CMtfTestActionSendEMsvCancelOperation.cpp
       
   357 SOURCE		CMtfTestActionSendEMsvOperationProgress.cpp
       
   358 SOURCE		CMtfTestActionSendEMsvOperationCompletion.cpp
       
   359 SOURCE		CMtfTestActionSendEMsvOperationMtm.cpp
       
   360 SOURCE		CMtfTestActionSendEMsvMtmCommand.cpp
       
   361 SOURCE		CMtfTestActionSendEMsvFillRegisteredMtmDllArray.cpp
       
   362 SOURCE		CMtfTestActionSendEMsvInstallMtmGroup.cpp
       
   363 SOURCE		CMtfTestActionSendEMsvDeInstallMtmGroup.cpp
       
   364 SOURCE		CMtfTestActionSendEMsvUseMtmGroup.cpp
       
   365 SOURCE		CMtfTestActionSendEMsvReleaseMtmGroup.cpp
       
   366 SOURCE		CMtfTestActionSendEMsvGetMtmGroupData.cpp
       
   367 SOURCE		CMtfTestActionSendEMsvCloseServer.cpp
       
   368 SOURCE		CMtfTestActionSendEMsvStopService.cpp
       
   369 SOURCE		CMtfTestActionSendEMsvServiceActive.cpp
       
   370 SOURCE		CMtfTestActionSendEMsvServiceProgress.cpp
       
   371 SOURCE		CMtfTestActionSendEMsvRemoveEntry.cpp
       
   372 SOURCE		CMtfTestActionSendEMsvSlotAvailable.cpp
       
   373 SOURCE		CMtfTestActionSendEMsvSetSessionAsObserver.cpp
       
   374 SOURCE		CMtfTestActionSendEMsvSetFailure.cpp
       
   375 SOURCE		CMtfTestActionSendEMsvChangeAttributes.cpp
       
   376 SOURCE		CMtfTestActionSendEMsvGetChildIds.cpp
       
   377 SOURCE		CMtfTestActionSendEMsvChangeDrive.cpp
       
   378 SOURCE		CMtfTestActionSendEMsvOutstandingOperations.cpp
       
   379 SOURCE		CMtfTestActionSendEMsvGetNotifySequence.cpp
       
   380 SOURCE		CMtfTestActionSendEMsvReceiveEntyEvents.cpp
       
   381 SOURCE		CMtfTestActionSendEMsvDecStoreReaderCount.cpp
       
   382 SOURCE		CMtfTestActionSendEMsvGetMessageDrive.cpp
       
   383 SOURCE		CMtfTestActionSendEMsvGetMtmRequiredCapabilities.cpp
       
   384 SOURCE		CMtfTestActionSendEMsvCreateAttachmentForWrite.cpp
       
   385 SOURCE		CMtfTestActionSendEMsvOpenAttachment.cpp
       
   386 SOURCE		CMtfTestActionSendEMsvOpenAttachmentForWrite.cpp
       
   387 SOURCE		CMtfTestActionSendEMsvDeleteAttachment.cpp
       
   388 SOURCE		CMtfTestActionSendEMsvOpenFileStoreForRead.cpp
       
   389 SOURCE		CMtfTestActionSendEMsvOpenTempStoreFile.cpp
       
   390 SOURCE		CMtfTestActionSendEMsvReplaceFileStore.cpp
       
   391 SOURCE		CMtfTestActionSendEMsvDeleteFileStore.cpp
       
   392 SOURCE		CMtfTestActionSendEMsvFileStoreExists.cpp
       
   393 SOURCE		CMtfTestActionSendEMsvGetAndClearIndexCorruptFlag.cpp
       
   394 SOURCE		CMtfTestActionSendEMsvCopyStore.cpp
       
   395 SOURCE		CMtfTestActionSendEMsvDeleteStore.cpp
       
   396 SOURCE		CMtfTestActionSendEMsvDriveContainsStore.cpp
       
   397 SOURCE		IPCCommandForCapsPermissions.cpp
       
   398 SOURCE		SendProxyClient.cpp
       
   399 
       
   400 // 1667 Enhanced Search Sort in message Store
       
   401 SOURCE		CMtfTestActionSendEMsvGetResultCount.cpp
       
   402 
       
   403 // 557 Removable media
       
   404 #if (defined SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT)
       
   405 SOURCE		cmtftestactionsendemsvgetchildidsall.cpp
       
   406 SOURCE		cmtftestactionsendemsvchildrenofavailabledrives.cpp
       
   407 SOURCE		cmtftestactionsendemsvadddrive.cpp
       
   408 SOURCE		cmtftestactionsendemsvremovedrive.cpp
       
   409 SOURCE		cmtftestactionsendemsvupdatedrive.cpp
       
   410 SOURCE		cmtftestactionsendemsvdrivelist.cpp
       
   411 SOURCE		cmtftestactionsendemsvavailabledrivelist.cpp
       
   412 SOURCE		cmtftestactionsendemsvcurrentdriveinfo.cpp
       
   413 #endif // #if (defined SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT)
       
   414 
       
   415 // PREQ 2073
       
   416 #if (defined SYMBIAN_MESSAGESTORE_HEADER_BODY_USING_SQLDB)
       
   417 SOURCE		cmtftestactionsendemsvcreatestore.cpp
       
   418 SOURCE		cmtftestactionsendemsvcheckstore.cpp
       
   419 SOURCE		cmtftestactionsendemsvcreateheaderentry.cpp
       
   420 SOURCE		cmtftestactionsendemsvupdateheaderentry.cpp
       
   421 SOURCE		cmtftestactionsendemsvloadheaderentry.cpp
       
   422 SOURCE		cmtftestactionsendemsvdeleteheaderentry.cpp
       
   423 #endif // #if (defined SYMBIAN_MESSAGESTORE_HEADER_BODY_USING_SQLDB)
       
   424 
       
   425 USERINCLUDE	../../msgsrvnstore/server/test/unit/inc
       
   426 USERINCLUDE	../TestActions/Base/corruption/inc
       
   427 SOURCEPATH	../TestActions/Base/corruption/src
       
   428 SOURCE		CMtfTestActionCorruptFile.cpp
       
   429 
       
   430 
       
   431 SOURCEPATH	../TestActions/Base/src 
       
   432 
       
   433 SOURCE		CMtfTestActionSaveMsvIdParamToFile.cpp
       
   434 SOURCE		CMtfTestActionLoadMsvIdParamToFile.cpp
       
   435 
       
   436 SOURCEPATH	../TestActions/SendAs/src
       
   437 //SOURCE		CMtfTestActionSendAsCancelMessage.cpp
       
   438 //SOURCE		CMtfTestActionSendAsFilterAgainstCapability.cpp
       
   439 //SOURCE		CMtfTestActionSendAsCountAvailableAccounts.cpp
       
   440 //SOURCE		CMtfTestActionSendAsResetMessageTypeFilter.cpp
       
   441 //SOURCE		CMtfTestActionSendAsResetAccounts.cpp
       
   442 //SOURCE		CMtfTestActionSendAsLaunchEditorAndWait.cpp
       
   443 
       
   444 SOURCE		CMtfTestActionCloseSendAsServerConnection.cpp
       
   445 SOURCE		CMtfTestActionSendAsAddAttachment.cpp
       
   446 SOURCE		CMtfTestActionSendAsAddLinkedAttachment.cpp
       
   447 SOURCE		CMtfTestActionSendAsAddRecipient.cpp
       
   448 SOURCE		CMtfTestActionSendAsAddMultipleRecipient.cpp
       
   449 SOURCE		CMtfTestActionSendAsCheckMultipleRecipientFlag.cpp 
       
   450 SOURCE		CMtfTestActionSendAsSaveMessageAndClose.cpp
       
   451 SOURCE		CMtfTestActionSendAsLaunchEditorAndClose.cpp
       
   452 SOURCE		CMtfTestActionSendAsCloseMessage.cpp
       
   453 SOURCE		CMtfTestActionSendAsCreateAttachment.cpp
       
   454 SOURCE		CMtfTestActionSendAsCreateMessageofType.cpp
       
   455 SOURCE		CMtfTestActionSendAsCreateMessageWithAccount.cpp
       
   456 SOURCE		CMtfTestActionSendAsGetAccount.cpp
       
   457 SOURCE		CMtfTestActionSendAsGetAccountNames.cpp
       
   458 SOURCE		CMtfTestActionSendAsGetAvailableAccounts.cpp
       
   459 SOURCE		CMtfTestActionSendAsGetAvailableMessageTypes.cpp
       
   460 SOURCE		CMtfTestActionSendAsGetFilteredMessageTypes.cpp
       
   461 SOURCE		CMtfTestActionSendAsGetMessageTypeUid.cpp
       
   462 SOURCE		CMtfTestActionSendAsSendMessage.cpp
       
   463 SOURCE		CMtfTestActionSendAsSetBioType.cpp
       
   464 SOURCE		CMtfTestActionSendAsSetSubject.cpp
       
   465 SOURCE		CMtfTestActionVerifyBioType.cpp
       
   466 SOURCE		CMtfTestActionVerifyBodyText.cpp
       
   467 SOURCE		CMtfTestActionVerifyRecipients.cpp
       
   468 SOURCE		CMtfTestActionVerifySubject.cpp
       
   469 SOURCE		CMtfTestActionSendAsSendMessageNew.cpp
       
   470 
       
   471 SOURCE		CMtfTestActionVerifySendAsMessageState.cpp
       
   472 SOURCE		CMtfTestActionGetMessageAtIndex.cpp
       
   473 SOURCE		CMtfTestActionSendAsCloseAndSendMessage.cpp
       
   474 
       
   475 SOURCE		CMtfTestActionSendAsSetBodyText.cpp
       
   476 SOURCE		CMtfTestActionConnectSendAsServer.cpp
       
   477 SOURCE		CMtfTestActionCompareEmails.cpp
       
   478 SOURCE		CMtfTestActionSetUserResponse.cpp
       
   479 
       
   480 SOURCEPATH	../TestActions/Pigeon/src
       
   481 SOURCE		CMtfTestActionCreatePigeonMessage.cpp
       
   482 SOURCE		CMtfTestActionGetPigeonMtmConstant.cpp
       
   483 SOURCE		CMtfTestActionSchedulePigeonMessage.cpp
       
   484 SOURCE		CMtfTestActionLaunchSchSendExe.cpp
       
   485 SOURCE		CMtfTestActionCheckIfMessageScheduleDateExpired.cpp
       
   486 SOURCE		CMtfTestActionLaunchScheduleMessageExe.cpp
       
   487 
       
   488 SOURCEPATH	../TestActions/Drm/src
       
   489 SOURCE		CMtfTestActionCheckDrmReceipt.cpp
       
   490 SOURCE		CMtfTestActionCheckMessageStore.cpp
       
   491 SOURCE		CMtfTestActionCheckDrmMetaData.cpp
       
   492 SOURCE		CMtfTestActionSmtpSendEmail.cpp
       
   493 
       
   494 USERINCLUDE	../TestActions/OBEX/IR/inc
       
   495 SOURCEPATH	../TestActions/OBEX/IR/src
       
   496 
       
   497 SOURCE		CMtfTestActionGetIRMTMUId.cpp
       
   498 SOURCE		CMtfTestActionGetIrMTMCommandParameters.cpp
       
   499 
       
   500 USERINCLUDE	../TestActions/OBEX/BT/inc
       
   501 SOURCEPATH	../TestActions/OBEX/BT/src
       
   502 
       
   503 SOURCE		CMtfTestActionGetBTMTMUId.cpp
       
   504 SOURCE		CMtfTestActionGetBtMTMCommandParameters.cpp
       
   505 
       
   506 SOURCEPATH	../TestActionUtils/src
       
   507 SOURCE		CMtfTestActionUtilsTimer.cpp CMtfTestActionUtilsDeleteAllChildren.cpp 
       
   508 SOURCE		CMtfTestActionUtilsConfigFileParser.cpp 
       
   509 SOURCE		MtfTestActionUtilsUser.cpp
       
   510 SOURCE		CMtfTestActionUtilsSmsScripts.cpp
       
   511 SOURCE		TestFrameworkActionsUtils.cpp
       
   512 SOURCE		TMtfTestActionUtilsSchSendScripts.cpp
       
   513 SOURCE		CMtfTestActionUtils.cpp
       
   514 SOURCE		CMtfTestActionUtilsEmailMessage.cpp
       
   515 SOURCE		CMtfTestActionUtilsMessage.cpp
       
   516 
       
   517 
       
   518 SOURCEPATH	../TestCases/NonScriptedTestCases/src
       
   519 SOURCE		CMtfTestCaseSample001.cpp
       
   520 SOURCE		CMtfTestCaseCreateSendReceivePop3Email.cpp
       
   521 SOURCE		CMtfTestCaseCreateSendReceiveImap4Email.cpp
       
   522 
       
   523 
       
   524 
       
   525 
       
   526 LIBRARY		euser.lib 
       
   527 LIBRARY		testexecutelogclient.lib
       
   528 LIBRARY 	testexecuteutils.lib
       
   529 LIBRARY		efsrv.lib
       
   530 LIBRARY		estor.lib
       
   531 LIBRARY		charconv.lib
       
   532 LIBRARY		msgs.lib
       
   533 LIBRARY		imut.lib
       
   534 LIBRARY		imcm.lib
       
   535 LIBRARY		smcm.lib
       
   536 LIBRARY     	bafl.lib
       
   537 //LIBRARY     mmsutils.lib
       
   538 //LIBRARY     xmlparser.lib xmldom.lib smildtd.lib
       
   539 LIBRARY     	smsu.lib
       
   540 LIBRARY     	esock.lib
       
   541 LIBRARY     	etext.lib
       
   542 LIBRARY     	gsmu.lib 
       
   543 LIBRARY		schsend.lib
       
   544 LIBRARY		etel.lib
       
   545 LIBRARY			commsdat.lib
       
   546 
       
   547 LIBRARY		sendas2.lib
       
   548 LIBRARY		btcmtm.lib
       
   549 LIBRARY		irc.lib
       
   550 LIBRARY		obexmtmutil.lib
       
   551 LIBRARY		bluetooth.lib
       
   552 
       
   553 LIBRARY		etelmm.lib
       
   554 LIBRARY		messagingtestutility.lib
       
   555 
       
   556 EPOCSTACKSIZE		0x6000
       
   557 
       
   558 
       
   559 #ifdef WINS
       
   560 DEFFILE				../bwins/wins.def
       
   561 #else
       
   562 DEFFILE				..\bmarm\marm.def
       
   563 #endif
       
   564