startupservices/SplashScreen/group/bld.inf
changeset 31 b3552d9d77dd
parent 29 6a787171e1de
parent 23 84968b8b4111
child 43 2fee514510e5
--- a/startupservices/SplashScreen/group/bld.inf	Fri May 14 16:01:13 2010 +0300
+++ b/startupservices/SplashScreen/group/bld.inf	Tue May 18 13:57:23 2010 +0100
@@ -18,6 +18,7 @@
 
 #include <platform_paths.hrh>
 
+#define USE_SF_SPLASH_SVG //comment this to use standard S60 splash icon
 PRJ_PLATFORMS
 DEFAULT
 
@@ -31,3 +32,13 @@
 PRJ_MMPFILES
 splashscreen.mmp
 
+PRJ_EXTENSIONS
+START EXTENSION s60/mifconv
+    OPTION TARGETFILE splashscreen.mif
+    OPTION HEADERFILE splashscreen.mbg
+#ifdef USE_SF_SPLASH_SVG
+		// use the local file (also called qgn_startup_screen to keep the mbg file the same)
+    OPTION SOURCEDIR ../sfimage
+#endif
+    OPTION SOURCES -c8 qgn_startup_screen
+END