Fix for bug 2524 RCL_3 PDK_3.0.0
authorteknolog
Sat, 29 May 2010 16:19:12 +0100
branchRCL_3
changeset 36 98afcc9489c0
parent 34 2495cfdb1a0f
child 44 2904da99c26d
Fix for bug 2524
coreapplicationuis/SysAp/Group/bld.inf
--- a/coreapplicationuis/SysAp/Group/bld.inf	Fri May 28 14:11:37 2010 +0100
+++ b/coreapplicationuis/SysAp/Group/bld.inf	Sat May 29 16:19:12 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