os/mm/mmtestenv/mmtesttools/RTA/rta.ini
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 ;
     2 ; The makeContent.bat must be updated if you add any new output files (*.content*)
     3 ;
     4 [DumpRightsDb]
     5 ; Copy the rights in the database to a plain text file.
     6 Filename = c:\rta\DumpRightsDb.txt
     7 
     8 [CreateDrmArchiveImageNoRights]
     9 ContentDescription = c:\rta\ImageContentNoRights.xml
    10 OutputFile = c:\ICL\TestImages\ImageContentNoRights.content
    11 
    12 [CreateDrmArchiveImage]
    13 ; Create a self-contained DRM protected content file, which comprises content and rights.
    14 ContentDescription = c:\rta\ImageContent.xml
    15 RightsDescription = c:\rta\ImageRights.xml
    16 OutputFile = c:\ICL\TestImages\Image.contentrights
    17 
    18 [ImportDrmArchiveImage]
    19 ; Create a DRM protected content file, without rights.  The rights are stripped
    20 ; from the input file and stored separately (in the Rights database).
    21 source = c:\ICL\TestImages\Image.contentrights
    22 target = c:\ICL\TestImages\Image.content
    23 
    24 [CreateDrmArchiveSingleImage]
    25 ; Create a self-contained DRM protected content file, which comprises content and rights.
    26 ContentDescription = c:\rta\SingleImageContent.xml
    27 RightsDescription = c:\rta\singleImageRights.xml
    28 OutputFile = c:\ICL\TestImages\SingleImage.contentrights
    29 
    30 [ImportDrmArchiveSingleImage]
    31 ; Create a DRM protected content file, without rights.  The rights are stripped
    32 ; from the input file and stored separately (in the Rights database).
    33 source = c:\ICL\TestImages\SingleImage.contentrights
    34 target = c:\ICL\TestImages\SingleImage.content
    35 
    36 [CreateDrmArchiveAudioNoRights]
    37 ContentDescription = c:\rta\AudioContentNoRights.xml
    38 OutputFile = c:\AclntITestData\AudioContentNoRights.content
    39 
    40 [CreateDrmArchiveAudio]
    41 ; Create a self-contained DRM protected content file, which comprises content and rights.
    42 ContentDescription = c:\rta\AudioContent.xml
    43 RightsDescription = c:\rta\AudioRights.xml
    44 OutputFile = c:\AclntITestData\Audio.contentrights
    45 
    46 [ImportDrmArchiveAudio]
    47 ; Create a DRM protected content file, without rights.  The rights are stripped
    48 ; from the input file and stored separately (in the Rights database).
    49 source = c:\AclntITestData\Audio.contentrights
    50 target = c:\AclntITestData\Audio.content
    51 
    52 [CreateDrmArchiveMidi]
    53 ; Create a self-contained DRM protected content file, which comprises content and rights.
    54 ContentDescription = c:\rta\MidiContent.xml
    55 RightsDescription = c:\rta\MidiRights.xml
    56 OutputFile = c:\MidiClntITestData\Midi.contentrights
    57 
    58 [ImportDrmArchiveMidi]
    59 ; Create a DRM protected content file, without rights.  The rights are stripped
    60 ; from the input file and stored separately (in the Rights database).
    61 source = c:\MidiClntITestData\Midi.contentrights
    62 target = c:\MidiClntITestData\Midi.content
    63 
    64 [CreateDrmArchiveVideoNoRights]
    65 ContentDescription = c:\rta\VideoContentNoRights.xml
    66 OutputFile = c:\mm\mmf\testfiles\vclnt\VideoContentNoRights.content
    67 
    68 [CreateDrmArchiveVideo]
    69 ; Create a self-contained DRM protected content file, which comprises content and rights.
    70 ContentDescription = c:\rta\VideoContent.xml
    71 RightsDescription = c:\rta\VideoRights.xml
    72 OutputFile = c:\mm\mmf\testfiles\vclnt\Video.contentrights
    73 
    74 [ImportDrmArchiveVideo]
    75 ; Create a DRM protected content file, without rights.  The rights are stripped
    76 ; from the input file and stored separately (in the Rights database).
    77 source = c:\mm\mmf\testfiles\vclnt\Video.contentrights
    78 target = c:\mm\mmf\testfiles\vclnt\Video.content
    79 
    80 [CreateDrmArchiveImgDispl]
    81 ; Create a self-contained DRM protected content file, which comprises content and rights.
    82 ContentDescription = c:\rta\ImgDisplContent.xml
    83 RightsDescription = c:\rta\ImgDisplContentRights.xml
    84 OutputFile = c:\tsu_icl_imgdisp_01\ImgDispl.contentrights
    85 
    86 [ImportDrmArchiveImgDispl]
    87 ; Create a DRM protected content file, without rights.  The rights are stripped
    88 ; from the input file and stored separately (in the Rights database).
    89 source = c:\tsu_icl_imgdisp_01\ImgDispl.contentrights
    90 target = c:\tsu_icl_imgdisp_01\ImgDispl.content
    91 
    92 [CreateDrmArchiveAudioOgg]
    93 ; Create a self-contained DRM protected content file, which comprises content and rights.
    94 ContentDescription = c:\rta\AudioOggContent.xml
    95 RightsDescription = c:\rta\AudioOggRights.xml
    96 OutputFile = c:\AclntITestData\AudioOgg.contentrights
    97 
    98 [ImportDrmArchiveAudioOgg]
    99 ; Create a DRM protected content file, without rights.  The rights are stripped
   100 ; from the input file and stored separately (in the Rights database).
   101 source = c:\AclntITestData\AudioOgg.contentrights
   102 target = c:\AclntITestData\AudioOgg.content
   103 
   104 [CreateDrmArchiveAudioOggNoRights]
   105 ContentDescription = c:\rta\AudioOggContentNoRights.xml
   106 OutputFile = c:\AclntITestData\AudioOggContentNoRights.content
   107 
   108 [CreateDrmArchiveSingleTone]
   109 ; Create a self-contained DRM protected content file, which comprises content and rights.
   110 ContentDescription = c:\rta\SingleToneContent.xml
   111 RightsDescription = c:\rta\SingleToneRights.xml
   112 OutputFile = c:\mm\mmf\testfiles\aclnt\SingleTone.contentrights
   113 
   114 [ImportDrmArchiveSingleTone]
   115 ; Create a DRM protected content file, without rights.  The rights are stripped
   116 ; from the input file and stored separately (in the Rights database).
   117 source = c:\mm\mmf\testfiles\aclnt\SingleTone.contentrights
   118 target = c:\mm\mmf\testfiles\aclnt\SingleTone.content
   119 
   120