diff -r 453dfc402455 -r 0aa8cc770c8a mtpfws/mtpfw/common/inc/mtpdatacapture.h --- a/mtpfws/mtpfw/common/inc/mtpdatacapture.h Thu Aug 19 10:44:03 2010 +0300 +++ b/mtpfws/mtpfw/common/inc/mtpdatacapture.h Tue Aug 31 16:03:15 2010 +0300 @@ -23,13 +23,7 @@ // 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");