|
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 // <<UNUSED>> |
|
15 // |
|
16 // |
|
17 |
|
18 # Run using TestExecute as a non-automated utility to create |
|
19 # DRM protected content data files: |
|
20 # |
|
21 # %EPOCROOT%Epoc32\RELEASE\WINSCW\UDEB\testexecute \rta\rta.script |
|
22 # |
|
23 # The output data files are then used as input by the automated TestFramework scripts. |
|
24 # |
|
25 # Results can be found in %EPOCROOT%Epoc32\winscw\c\Logs\TestExecute |
|
26 |
|
27 LOAD_SUITE RTAUtils |
|
28 |
|
29 RUN_TEST_STEP 1000 RTAUtils ClearRightsDb |
|
30 |
|
31 # Delete output data files before running these test steps, .content and .contentrights |
|
32 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveImageNoRights |
|
33 |
|
34 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveImage |
|
35 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveImage |
|
36 |
|
37 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveSingleImage |
|
38 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveSingleImage |
|
39 |
|
40 # Delete output data files before running these test steps, .content and .contentrights |
|
41 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveAudioNoRights |
|
42 |
|
43 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveAudio |
|
44 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveAudio |
|
45 |
|
46 # Delete output data files before running these test steps, .content and .contentrights |
|
47 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveAudioOggNoRights |
|
48 |
|
49 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveAudioOgg |
|
50 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveAudioOgg |
|
51 |
|
52 # Delete output data files before running these test steps, .content and .contentrights |
|
53 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveMidi |
|
54 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveMidi |
|
55 |
|
56 # Delete output data files before running these test steps, .content and .contentrights |
|
57 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveVideoNoRights |
|
58 |
|
59 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveVideo |
|
60 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveVideo |
|
61 |
|
62 # Delete output data files before running these test steps, .content and .contentrights |
|
63 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveImgDispl |
|
64 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveImgDispl |
|
65 |
|
66 RUN_TEST_STEP 1000 RTAUtils CreateDrmArchive c:\rta\rta.ini CreateDrmArchiveSingleTone |
|
67 RUN_TEST_STEP 1000 RTAUtils ImportDrmArchive c:\rta\rta.ini ImportDrmArchiveSingleTone |
|
68 |
|
69 RUN_TEST_STEP 1000 RTAUtils DumpRightsDb c:\rta\rta.ini DumpRightsDb |
|
70 |