sl@0: rem Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: rem All rights reserved. sl@0: rem This component and the accompanying materials are made available sl@0: rem under the terms of "Eclipse Public License v1.0" sl@0: rem which accompanies this distribution, and is available sl@0: rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: rem sl@0: rem Initial Contributors: sl@0: rem Nokia Corporation - initial contribution. sl@0: rem sl@0: rem Contributors: sl@0: rem sl@0: rem Description: sl@0: rem sl@0: sl@0: del e:\logs\testexecute\tsi_mmf_securedrm_testdata.* sl@0: del e:\logs\testresults\tsi_mmf_securedrm_video_mmddcap.* sl@0: del e:\logs\testresults\tsi_mmf_securedrm_audio_mmddcap.* sl@0: sl@0: md e:\logs\ sl@0: md e:\logs\testresults\ sl@0: md e:\logs\testexecute\ sl@0: sl@0: REM *********************************************** sl@0: REM ***************** Securm DRM Integration TESTS ***************** sl@0: REM *********************************************** sl@0: sl@0: md c:\securedrm\ sl@0: sl@0: copy z:\securedrm_testdata.ini c:\securedrm_testdata.ini sl@0: copy z:\securedrm_video.ini c:\securedrm_video.ini sl@0: copy z:\securedrm_audio.ini c:\securedrm_audio.ini sl@0: copy e:\inttest\mmf\securedrm\* c:\securedrm\* sl@0: copy z:\tsi_mmf_securedrm_testdata.script c:\tsi_mmf_securedrm_testdata.script sl@0: sl@0: testexecute \tsi_mmf_securedrm_testdata.script sl@0: testframeworkmmddcap tsi_mmf_securedrm_video_mmddcap.script sl@0: testframeworkmmddcap tsi_mmf_securedrm_audio_mmddcap.script sl@0: testframework tsi_mmf_securedrm_audio.script sl@0: sl@0: move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ sl@0: move C:\Logs\TestExecute\*.htm E:\Logs\TestExecute\ sl@0: sl@0: del c:\securedrm\*.* sl@0: del c:\tsi_mmf_securedrm_testdata.script sl@0: del c:\securedrm_testdata.ini sl@0: del c:\securedrm_video.ini sl@0: del c:\securedrm_audio.ini