skins/AknSkins/sdcsrc/SDCPkgOutput.cpp
branchRCL_3
changeset 78 0b86c25b743a
parent 55 33ddb261ab37
child 106 e4e3998ddda2
equal deleted inserted replaced
63:9ad3127c7f4d 78:0b86c25b743a
    80         }
    80         }
    81     else
    81     else
    82         {
    82         {
    83         fprintf( file, "#{\"%s\"},(0xA00000EB),1,0,0,TYPE=SP\n", aSkinName );
    83         fprintf( file, "#{\"%s\"},(0xA00000EB),1,0,0,TYPE=SP\n", aSkinName );
    84         }
    84         }
    85     fprintf( file, ";\n; Supports Series 60 v3.x\n; This line indicates that this installation is for the Series 60 platform v3.x\n; This line must appear _exactly_ as shown below in the sis file\n; If this line is missing or incorrect, the sis file will not be able\n; to be installed on Series 60 v3.x platforms\n;\n" );
       
    86     fprintf( file, "[0x101f7961], 0, 0, 0, {\"Series60v3.0\"}\n" );
       
    87     fprintf( file, ";\n; Supports Series 60 v5.x\n; This line indicates that this installation is for the Series 60 platform v5.x\n; This line must appear _exactly_ as shown below in the sis file\n; If this line is missing or incorrect, the sis file will not be able\n; to be installed on Series 60 v5.x platforms\n;\n" );
    85     fprintf( file, ";\n; Supports Series 60 v5.x\n; This line indicates that this installation is for the Series 60 platform v5.x\n; This line must appear _exactly_ as shown below in the sis file\n; If this line is missing or incorrect, the sis file will not be able\n; to be installed on Series 60 v5.x platforms\n;\n" );
    88     fprintf( file, "[0x1028315F], 0, 0, 0, {\"Series60v5.0\"}\n" );
    86     fprintf( file, "[0x1028315F], 0, 0, 0, {\"Series60v5.0\"}\n" );
    89     fprintf( file, ";\n; Requires Series 60 Skins Support\n;\n" );
    87     fprintf( file, ";\n; Requires Series 60 Skins Support\n;\n" );
    90     fprintf( file, "(0xA00000EB), 0, 0, 0, {\"Series60SkinsSupport\"}\n");
    88     fprintf( file, "(0xA00000EB), 0, 0, 0, {\"Series60SkinsSupport\"}\n");
    91 
    89