os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/SecureDRM/scripts/securedrm_testdata.ini
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/SecureDRM/scripts/securedrm_testdata.ini	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +[DumpRightsDb]
     1.5 +; Copy the rights in the database to a plain text file.
     1.6 +Filename = c:\securedrm\DumpRightsDb.txt
     1.7 +
     1.8 +[CreateDrmArchiveAudio]
     1.9 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.10 +ContentDescription = c:\securedrm\audiocontent2.xml
    1.11 +RightsDescription = c:\securedrm\audiorights2.xml
    1.12 +OutputFile = c:\securedrm\audio2.contentrights
    1.13 +
    1.14 +[ImportDrmArchiveAudio]
    1.15 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.16 +; from the input file and stored separately (in the Rights database).
    1.17 +source = c:\securedrm\audio2.contentrights
    1.18 +target = c:\securedrm\audio2.content
    1.19 +
    1.20 +[CreateDrmArchiveVideo]
    1.21 +; Create a self-contained DRM protected content file, which comprises content and rights.
    1.22 +ContentDescription = c:\securedrm\videocontent2.xml
    1.23 +RightsDescription = c:\securedrm\videorights2.xml
    1.24 +OutputFile = c:\securedrm\video2.contentrights
    1.25 +
    1.26 +[ImportDrmArchiveVideo]
    1.27 +; Create a DRM protected content file, without rights.  The rights are stripped
    1.28 +; from the input file and stored separately (in the Rights database).
    1.29 +source = c:\securedrm\video2.contentrights
    1.30 +target = c:\securedrm\video2.content
    1.31 +