os/mm/mmtestenv/mmtesttools/RTA/makeContent.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // ********** Creating DRM archives *********************
    15 // must be executed prior to any DRM test on a target hardware
    16 
    17 
    18 
    19 RUN_UTILS Delete  c:\ICL\TestImages\Image.contentrights
    20 RUN_UTILS Delete  c:\ICL\TestImages\Image.content
    21 RUN_UTILS Delete  c:\ICL\TestImages\ImageContentNoRights.content
    22 RUN_UTILS Delete  c:\ICL\TestImages\SingleImage.content
    23 RUN_UTILS Delete  c:\ICL\TestImages\SingleImage.contentrights
    24 
    25 RUN_UTILS Delete  c:\AclntITestData\Audio.contentrights
    26 RUN_UTILS Delete  c:\AclntITestData\Audio.content
    27 RUN_UTILS Delete  c:\AclntITestData\AudioContentNoRights.content
    28 
    29 RUN_UTILS Delete  c:\AclntITestData\AudioOgg.contentrights
    30 RUN_UTILS Delete  c:\AclntITestData\AudioOgg.content
    31 RUN_UTILS Delete  c:\AclntITestData\AudioOggContentNoRights.content
    32 
    33 RUN_UTILS Delete  c:\MidiClntITestData\Midi.contentrights
    34 RUN_UTILS Delete  c:\MidiClntITestData\Midi.content
    35 
    36 RUN_UTILS Delete  c:\mm\mmf\testfiles\vclnt\VideoContentNoRights.content 
    37 RUN_UTILS Delete  c:\mm\mmf\testfiles\vclnt\Video.contentrights
    38 RUN_UTILS Delete  c:\mm\mmf\testfiles\vclnt\Video.content
    39 
    40 RUN_UTILS Delete  c:\tsu_icl_imgdisp_01\ImgDispl.contentrights
    41 RUN_UTILS Delete  c:\tsu_icl_imgdisp_01\ImgDispl.content
    42 
    43 RUN_UTILS Delete  c:\mm\mmf\testfiles\aclnt\SingleTone.contentrights
    44 RUN_UTILS Delete  c:\mm\mmf\testfiles\aclnt\SingleTone.content
    45 
    46 RUN_SCRIPT c:\rta\rta.script
    47 
    48