diff -r e61a04404bdf -r f4fd77a452f2 mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h --- a/mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h Wed Aug 18 10:16:02 2010 +0300 +++ b/mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h Thu Sep 02 20:56:29 2010 +0300 @@ -40,14 +40,14 @@ _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" ); // data file -_LIT( KmpxplaybackutilityTestFilePath, "C:\\testing\\data\\" ); +_LIT( KmpxplaybackutilityTestFilePath, "C:\\" ); #else -_LIT( KmpxplaybackutilitytestLogPath, "f:\\logs\\testframework\\mpxplaybackutilitytest\\" ); +_LIT( KmpxplaybackutilitytestLogPath, "c:\\logs\\testframework\\mpxplaybackutilitytest\\" ); // Log file _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" ); // data file -_LIT( KmpxplaybackutilityTestFilePath, "f:\\testing\\data\\" ); +_LIT( KmpxplaybackutilityTestFilePath, "c:\\" ); #endif // FUNCTION PROTOTYPES @@ -204,6 +204,17 @@ TInt MMPXPlaybackUtilityAddObserverL(CStifItemParser& /*aItem*/); TInt MMPXPlaybackUtilityRemoveObserverL(CStifItemParser& /*aItem*/); TInt MMPXPlaybackUtilityPlayerManagerSelectPlayerL(CStifItemParser& /*aItem*/); + + TInt MMPXPlaybackUtilityCommandPlayL ( CStifItemParser & /*aItem*/ ); + TInt MMPXPlaybackUtilityCommandStopL ( CStifItemParser & /*aItem*/ ); + TInt MMPXPlaybackUtilityCommandPauseL ( CStifItemParser & /*aItem*/); + TInt MMPXPlaybackUtilityCommandPlayPauseL ( CStifItemParser & /*Item*/); + TInt MMPXPlaybackUtilityCommandPlayCompleteL ( CStifItemParser & /*Item*/); + TInt MMPXPlaybackUtilityCommandSeekForwardL ( CStifItemParser & /*Item*/); + TInt MMPXPlaybackUtilityCommandSeekBackwardL ( CStifItemParser & /*Item*/); + TInt MMPXPlaybackUtilityCommandCloseL ( CStifItemParser & /*Item*/); + TInt MMPXPlaybackUtilitySetL(CStifItemParser& /*aItem*/ ); + TInt EndTest(CStifItemParser& /*aItem*/); /** @@ -219,6 +230,8 @@ RFs iFs; TInt iCallbackError; RFile iFile; + TFileName iFileName; + #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API RFile64 iFile64; #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API