javacommons/jvms/nativeportlayer/tsrc/readme.txt
changeset 80 d6dafc5d983f
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
       
     1 This directory contains test for jvmnativeport.
       
     2 
       
     3 To compile test run make frome the tsrc folder.
       
     4 
       
     5 The uses uses DRM protected files which means that the right objects must be
       
     6 added to key store. Compilation puts right objet into correct folder. Before 
       
     7 running tests a tool DRMEncryptor must be run in the device. From the application
       
     8 select Options/Encrypt and wait for dialog telling 'Encryption done. 1 rights 
       
     9 object processed.' 
       
    10 
       
    11 To run tests start eshell and type tst.bat
       
    12 
       
    13 Description of used files:
       
    14 
       
    15 test.dcf:    This non encrypted file that is used to test that data can be read
       
    16              through CAF.
       
    17 test.dm:     This non encrypted file that is used to test that data can be read
       
    18              through CAF.
       
    19 test.jar:    This special jar file that contains only plain text.
       
    20 testDrm.dcf: This is drm protected file containing text:
       
    21              'This is a drm protected file.'
       
    22 testDrm.dr:  Rights object for the drm protected files
       
    23 testDrm.jar: Same as testDrm.dcf, only extension has been changed to jar to tesr
       
    24              one installer realted branch.