os/mm/mmtestenv/mmtesttools/RTA/rta.ini
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtesttools/RTA/rta.ini	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,120 @@
     1.4 +;
     1.5 +; The makeContent.bat must be updated if you add any new output files (*.content*)
     1.6 +;
     1.7 +[DumpRightsDb]
     1.8 +; Copy the rights in the database to a plain text file.
     1.9 +Filename = c:\rta\DumpRightsDb.txt
    1.10 +
    1.11 +[CreateDrmArchiveImageNoRights]
    1.12 +ContentDescription = c:\rta\ImageContentNoRights.xml
    1.13 +OutputFile = c:\ICL\TestImages\ImageContentNoRights.content
    1.14 +
    1.15 +[CreateDrmArchiveImage]
    1.16 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.17 +ContentDescription = c:\rta\ImageContent.xml
    1.18 +RightsDescription = c:\rta\ImageRights.xml
    1.19 +OutputFile = c:\ICL\TestImages\Image.contentrights
    1.20 +
    1.21 +[ImportDrmArchiveImage]
    1.22 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.23 +; from the input file and stored separately (in the Rights database).
    1.24 +source = c:\ICL\TestImages\Image.contentrights
    1.25 +target = c:\ICL\TestImages\Image.content
    1.26 +
    1.27 +[CreateDrmArchiveSingleImage]
    1.28 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.29 +ContentDescription = c:\rta\SingleImageContent.xml
    1.30 +RightsDescription = c:\rta\singleImageRights.xml
    1.31 +OutputFile = c:\ICL\TestImages\SingleImage.contentrights
    1.32 +
    1.33 +[ImportDrmArchiveSingleImage]
    1.34 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.35 +; from the input file and stored separately (in the Rights database).
    1.36 +source = c:\ICL\TestImages\SingleImage.contentrights
    1.37 +target = c:\ICL\TestImages\SingleImage.content
    1.38 +
    1.39 +[CreateDrmArchiveAudioNoRights]
    1.40 +ContentDescription = c:\rta\AudioContentNoRights.xml
    1.41 +OutputFile = c:\AclntITestData\AudioContentNoRights.content
    1.42 +
    1.43 +[CreateDrmArchiveAudio]
    1.44 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.45 +ContentDescription = c:\rta\AudioContent.xml
    1.46 +RightsDescription = c:\rta\AudioRights.xml
    1.47 +OutputFile = c:\AclntITestData\Audio.contentrights
    1.48 +
    1.49 +[ImportDrmArchiveAudio]
    1.50 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.51 +; from the input file and stored separately (in the Rights database).
    1.52 +source = c:\AclntITestData\Audio.contentrights
    1.53 +target = c:\AclntITestData\Audio.content
    1.54 +
    1.55 +[CreateDrmArchiveMidi]
    1.56 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.57 +ContentDescription = c:\rta\MidiContent.xml
    1.58 +RightsDescription = c:\rta\MidiRights.xml
    1.59 +OutputFile = c:\MidiClntITestData\Midi.contentrights
    1.60 +
    1.61 +[ImportDrmArchiveMidi]
    1.62 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.63 +; from the input file and stored separately (in the Rights database).
    1.64 +source = c:\MidiClntITestData\Midi.contentrights
    1.65 +target = c:\MidiClntITestData\Midi.content
    1.66 +
    1.67 +[CreateDrmArchiveVideoNoRights]
    1.68 +ContentDescription = c:\rta\VideoContentNoRights.xml
    1.69 +OutputFile = c:\mm\mmf\testfiles\vclnt\VideoContentNoRights.content
    1.70 +
    1.71 +[CreateDrmArchiveVideo]
    1.72 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.73 +ContentDescription = c:\rta\VideoContent.xml
    1.74 +RightsDescription = c:\rta\VideoRights.xml
    1.75 +OutputFile = c:\mm\mmf\testfiles\vclnt\Video.contentrights
    1.76 +
    1.77 +[ImportDrmArchiveVideo]
    1.78 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.79 +; from the input file and stored separately (in the Rights database).
    1.80 +source = c:\mm\mmf\testfiles\vclnt\Video.contentrights
    1.81 +target = c:\mm\mmf\testfiles\vclnt\Video.content
    1.82 +
    1.83 +[CreateDrmArchiveImgDispl]
    1.84 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.85 +ContentDescription = c:\rta\ImgDisplContent.xml
    1.86 +RightsDescription = c:\rta\ImgDisplContentRights.xml
    1.87 +OutputFile = c:\tsu_icl_imgdisp_01\ImgDispl.contentrights
    1.88 +
    1.89 +[ImportDrmArchiveImgDispl]
    1.90 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.91 +; from the input file and stored separately (in the Rights database).
    1.92 +source = c:\tsu_icl_imgdisp_01\ImgDispl.contentrights
    1.93 +target = c:\tsu_icl_imgdisp_01\ImgDispl.content
    1.94 +
    1.95 +[CreateDrmArchiveAudioOgg]
    1.96 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.97 +ContentDescription = c:\rta\AudioOggContent.xml
    1.98 +RightsDescription = c:\rta\AudioOggRights.xml
    1.99 +OutputFile = c:\AclntITestData\AudioOgg.contentrights
   1.100 +
   1.101 +[ImportDrmArchiveAudioOgg]
   1.102 +; Create a DRM protected content file, without rights.  The rights are stripped
   1.103 +; from the input file and stored separately (in the Rights database).
   1.104 +source = c:\AclntITestData\AudioOgg.contentrights
   1.105 +target = c:\AclntITestData\AudioOgg.content
   1.106 +
   1.107 +[CreateDrmArchiveAudioOggNoRights]
   1.108 +ContentDescription = c:\rta\AudioOggContentNoRights.xml
   1.109 +OutputFile = c:\AclntITestData\AudioOggContentNoRights.content
   1.110 +
   1.111 +[CreateDrmArchiveSingleTone]
   1.112 +; Create a self-contained DRM protected content file, which comprises content and rights.
   1.113 +ContentDescription = c:\rta\SingleToneContent.xml
   1.114 +RightsDescription = c:\rta\SingleToneRights.xml
   1.115 +OutputFile = c:\mm\mmf\testfiles\aclnt\SingleTone.contentrights
   1.116 +
   1.117 +[ImportDrmArchiveSingleTone]
   1.118 +; Create a DRM protected content file, without rights.  The rights are stripped
   1.119 +; from the input file and stored separately (in the Rights database).
   1.120 +source = c:\mm\mmf\testfiles\aclnt\SingleTone.contentrights
   1.121 +target = c:\mm\mmf\testfiles\aclnt\SingleTone.content
   1.122 +
   1.123 +