diff -r 6a787171e1de -r b3552d9d77dd startupservices/SplashScreen/group/bld.inf --- 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 +#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