skins/AknSkins/sdcsrc/SDCPkgOutput.cpp
branchRCL_3
changeset 107 9f95a5546443
parent 106 e4e3998ddda2
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
    17 
    17 
    18 #include "SDCGlobals.h"
    18 #include "SDCGlobals.h"
    19 #include "SDCPkgOutput.h"
    19 #include "SDCPkgOutput.h"
    20 #include "SDCException.h"
    20 #include "SDCException.h"
    21 #include "SDCInput.h"
    21 #include "SDCInput.h"
    22 #include "aknsconstants.hrh"
    22 #include <aknsconstants.hrh>
    23 #include "SDCCompat.h"
    23 #include "SDCCompat.h"
    24 
    24 
    25 //////////////////////////////////////////////////////////////////////
    25 //////////////////////////////////////////////////////////////////////
    26 // Construction/Destruction
    26 // Construction/Destruction
    27 //////////////////////////////////////////////////////////////////////
    27 //////////////////////////////////////////////////////////////////////
    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