mmlibs/mmfw/tsrc/mmfintegrationtest/scriptFiles/securedrm_testdata.ini
changeset 29 eb1e5d7cc688
parent 0 40261b775718
child 50 948c7f65f6d4
equal deleted inserted replaced
26:c36d67f77f75 29:eb1e5d7cc688
    11 [ImportDrmArchiveAudio]
    11 [ImportDrmArchiveAudio]
    12 ; Create a DRM protected content file, without rights.  The rights are stripped
    12 ; Create a DRM protected content file, without rights.  The rights are stripped
    13 ; from the input file and stored separately (in the Rights database).
    13 ; from the input file and stored separately (in the Rights database).
    14 source = c:\securedrm\audio2.contentrights
    14 source = c:\securedrm\audio2.contentrights
    15 target = c:\securedrm\audio2.content
    15 target = c:\securedrm\audio2.content
    16 
       
    17 [CreateDrmArchiveVideo]
       
    18 ; Create a self-contained DRM protected content file, which comprises content and rights.
       
    19 ContentDescription = c:\securedrm\videocontent2.xml
       
    20 RightsDescription = c:\securedrm\videorights2.xml
       
    21 OutputFile = c:\securedrm\video2.contentrights
       
    22 
       
    23 [ImportDrmArchiveVideo]
       
    24 ; Create a DRM protected content file, without rights.  The rights are stripped
       
    25 ; from the input file and stored separately (in the Rights database).
       
    26 source = c:\securedrm\video2.contentrights
       
    27 target = c:\securedrm\video2.content
       
    28