mmlibs/mmfw/tsrc/mmfunittest/ACOD/TSU_MMF_ACOD.cpp
changeset 5 b220a9341636
parent 0 b8ed18f6c07b
equal deleted inserted replaced
4:9d4397b300d1 5:b220a9341636
    34 All source and comparison files need to be copied manually onto the flash card.
    34 All source and comparison files need to be copied manually onto the flash card.
    35 This code assumes the flash card is represented by drive E: on the target board.
    35 This code assumes the flash card is represented by drive E: on the target board.
    36 If this is not the case, the KSourceFilesDir and KComparisonFilesDir strings 
    36 If this is not the case, the KSourceFilesDir and KComparisonFilesDir strings 
    37 need to be changed accordingly.
    37 need to be changed accordingly.
    38 */
    38 */
    39 _LIT(KSourceFilesDir, "e:\\");
    39 _LIT(KSourceFilesDir, "c:\\");
    40 _LIT(KComparisonFilesDir, "e:\\");
    40 _LIT(KComparisonFilesDir, "c:\\");
    41 #endif
    41 #endif
    42 
    42 
    43 //8KHz source files
    43 //8KHz source files
    44 _LIT(KPCM16SourceFile,"PCM16Source.raw");
    44 _LIT(KPCM16SourceFile,"PCM16Source.raw");
    45 _LIT(KPCM16BSourceFile,"PCM16BSource.raw");
    45 _LIT(KPCM16BSourceFile,"PCM16BSource.raw");