mtpfws/mtpfw/common/inc/mtpdatacapture.h
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
    21 #ifndef CMTPDATACAPTURE_H
    21 #ifndef CMTPDATACAPTURE_H
    22 #define CMTPDATACAPTURE_H
    22 #define CMTPDATACAPTURE_H
    23 
    23 
    24 // MTP data caputre defines
    24 // MTP data caputre defines
    25 
    25 
       
    26 #if defined(__WINS__)
    26 _LIT(KRequestCaptureRootDir, "c:\\test\\data\\");
    27 _LIT(KRequestCaptureRootDir, "c:\\test\\data\\");
       
    28 #elif defined(__SERIES60_) 
       
    29 _LIT(KRequestCaptureRootDir, "f:\\test\\data\\");
       
    30 #else
       
    31 _LIT(KRequestCaptureRootDir, "e:\\test\\data\\");
       
    32 #endif
    27 
    33 
    28 _LIT(KRequestCaptureDirPrefix, "testcase");
    34 _LIT(KRequestCaptureDirPrefix, "testcase");
    29 _LIT(KIToRDataPhaseOutputFile, "i_to_r_dataphase.dat");
    35 _LIT(KIToRDataPhaseOutputFile, "i_to_r_dataphase.dat");
    30 _LIT(KRToIDataPhaseOutputFile, "r_to_i_dataphase.dat");
    36 _LIT(KRToIDataPhaseOutputFile, "r_to_i_dataphase.dat");
    31 _LIT(KTestCaseFilename, "testcase.xml");
    37 _LIT(KTestCaseFilename, "testcase.xml");