javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/CheckJarPackages.java
branchRCL_3
changeset 71 d5e927d5853b
parent 66 2455ef1f5bbc
child 83 26b2b12093af
equal deleted inserted replaced
66:2455ef1f5bbc 71:d5e927d5853b
    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(),
       
    42             ball.iSuite.getUid(), ball.iSuite.getMediaId());
    41             ball.iSuite.getUid(), ball.iSuite.getMediaId());
    43 
    42 
    44         // Application package scanning must be skipped if instructed so
    43         // Application package scanning must be skipped if instructed so
    45         if (ball.iArgs.get("skipjarcheck") != null)
    44         if (ball.iArgs.get("skipjarcheck") != null)
    46         {
    45         {