diff -r 6e82ae192c3a -r 3ae5cb0b4c02 mtpfws/mtpfw/common/inc/mtpdatacapture.h --- a/mtpfws/mtpfw/common/inc/mtpdatacapture.h Mon May 03 13:19:02 2010 +0300 +++ b/mtpfws/mtpfw/common/inc/mtpdatacapture.h Fri Jun 25 16:54:01 2010 +0800 @@ -23,13 +23,7 @@ // MTP data caputre defines -#if defined(__WINS__) _LIT(KRequestCaptureRootDir, "c:\\test\\data\\"); -#elif defined(__SERIES60_) -_LIT(KRequestCaptureRootDir, "c:\\test\\data\\"); -#else -_LIT(KRequestCaptureRootDir, "e:\\test\\data\\"); -#endif _LIT(KRequestCaptureDirPrefix, "testcase"); _LIT(KIToRDataPhaseOutputFile, "i_to_r_dataphase.dat");