sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: sl@0: PRINT Run all TCAF tests. sl@0: PRINT sl@0: sl@0: RUN_UTILS MkDir c:\rta\ sl@0: RUN_UTILS MkDir c:\rta\testdata\ sl@0: RUN_UTILS MkDir c:\tcaf\ sl@0: RUN_UTILS MkDir c:\tcaf\testdata\ sl@0: RUN_UTILS MkDir c:\tcaf\testdata\TestAgentPrivateDir\ sl@0: sl@0: RUN_UTILS CopyFile z:\rta\testdata\*.* c:\rta\testdata\*.* sl@0: RUN_UTILS CopyFile z:\tcaf\testdata\*.* c:\tcaf\testdata\*.* sl@0: RUN_UTILS CopyFile z:\tcaf\testdata\TestAgentPrivateDir\*.* c:\tcaf\testdata\TestAgentPrivateDir\*.* sl@0: sl@0: RUN_UTILS MakeReadWrite c:\tcaf\testdata\copyfile.txt sl@0: sl@0: RUN_SCRIPT z:\tcaf\nodrmcapsteps.script sl@0: sl@0: RUN_UTILS Delete c:\supplied.drm sl@0: RUN_UTILS Delete c:\receipt.txt sl@0: RUN_UTILS Delete c:\OUTPUTFILE.DRM sl@0: sl@0: RUN_SCRIPT z:\tcaf\testcleanupstep.script sl@0: sl@0: PRINT sl@0: PRINT All TCAF tests completed. sl@0: