skins/AknSkins/sdcsrc/SDCPkgOutput.cpp
branchRCL_3
changeset 106 e4e3998ddda2
parent 78 0b86c25b743a
child 107 9f95a5546443
--- a/skins/AknSkins/sdcsrc/SDCPkgOutput.cpp	Thu Aug 19 10:53:51 2010 +0300
+++ b/skins/AknSkins/sdcsrc/SDCPkgOutput.cpp	Tue Aug 31 16:13:36 2010 +0300
@@ -19,7 +19,7 @@
 #include "SDCPkgOutput.h"
 #include "SDCException.h"
 #include "SDCInput.h"
-#include <aknsconstants.hrh>
+#include "aknsconstants.hrh"
 #include "SDCCompat.h"
 
 //////////////////////////////////////////////////////////////////////
@@ -82,6 +82,8 @@
         {
         fprintf( file, "#{\"%s\"},(0xA00000EB),1,0,0,TYPE=SP\n", aSkinName );
         }
+    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" );
+    fprintf( file, "[0x101f7961], 0, 0, 0, {\"Series60v3.0\"}\n" );
     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" );
     fprintf( file, "[0x1028315F], 0, 0, 0, {\"Series60v5.0\"}\n" );
     fprintf( file, ";\n; Requires Series 60 Skins Support\n;\n" );