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