# HG changeset patch # User teknolog # Date 1275146352 -3600 # Node ID 98afcc9489c02b8d0a55051cd53c1d3a28a52296 # Parent 2495cfdb1a0f056b54b722f96b5d0d9f061ab9b3 Fix for bug 2524 diff -r 2495cfdb1a0f -r 98afcc9489c0 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