javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/CheckJarPackages.java
branchRCL_3
changeset 66 2455ef1f5bbc
parent 65 ae942d28ec0e
child 71 d5e927d5853b
equal deleted inserted replaced
65:ae942d28ec0e 66:2455ef1f5bbc
    36 
    36 
    37         // Let the security framework know the unique id of
    37         // Let the security framework know the unique id of
    38         // the installation drive. This is needed to determine
    38         // the installation drive. This is needed to determine
    39         // if tamper detection is needed.
    39         // if tamper detection is needed.
    40         AuthenticationModule.getInstance().setMediaId(
    40         AuthenticationModule.getInstance().setMediaId(
       
    41             ball.iStorageHandler.getSession(),
    41             ball.iSuite.getUid(), ball.iSuite.getMediaId());
    42             ball.iSuite.getUid(), ball.iSuite.getMediaId());
    42 
    43 
    43         // Application package scanning must be skipped if instructed so
    44         // Application package scanning must be skipped if instructed so
    44         if (ball.iArgs.get("skipjarcheck") != null)
    45         if (ball.iArgs.get("skipjarcheck") != null)
    45         {
    46         {