javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/CheckJarPackages.java
changeset 64 0ea12c182930
parent 56 abc41079b313
equal deleted inserted replaced
57:59b3b4473dc8 64:0ea12c182930
    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         {