coreapplicationuis/SysAp/Group/bld.inf
branchRCL_3
changeset 64 75184094ace1
parent 63 c2c61fdca848
parent 36 98afcc9489c0
--- a/coreapplicationuis/SysAp/Group/bld.inf	Wed Sep 01 12:24:48 2010 +0100
+++ b/coreapplicationuis/SysAp/Group/bld.inf	Thu Sep 02 15:49:18 2010 +0100
@@ -21,11 +21,17 @@
 PRJ_PLATFORMS
 DEFAULT
 
+#define USE_SF_SPLASH_SVG //comment this to use standard S60 splash icon
+
 PRJ_EXTENSIONS
 START EXTENSION s60/mifconv
   OPTION TARGETFILE sysap.mif
   OPTION HEADERFILE sysap.mbg
-  OPTION SOURCES -c8 qgn_startup_screen
+#ifdef USE_SF_SPLASH_SVG
+		// use the local file (also called qgn_startup_screen to keep the mbg file the same)
+    OPTION SOURCEDIR ../../../startupservices/SplashScreen/sfimage
+#endif
+    OPTION SOURCES -c8 qgn_startup_screen
 END