diff -r 0aa8cc770c8a -r 4a793f564d72 mtpfws/mtpfw/common/inc/mtpdatacapture.h --- a/mtpfws/mtpfw/common/inc/mtpdatacapture.h Tue Aug 31 16:03:15 2010 +0300 +++ b/mtpfws/mtpfw/common/inc/mtpdatacapture.h Wed Sep 01 12:20:56 2010 +0100 @@ -23,7 +23,13 @@ // MTP data caputre defines +#if defined(__WINS__) _LIT(KRequestCaptureRootDir, "c:\\test\\data\\"); +#elif defined(__SERIES60_) +_LIT(KRequestCaptureRootDir, "f:\\test\\data\\"); +#else +_LIT(KRequestCaptureRootDir, "e:\\test\\data\\"); +#endif _LIT(KRequestCaptureDirPrefix, "testcase"); _LIT(KIToRDataPhaseOutputFile, "i_to_r_dataphase.dat");