startupservices/SplashScreen/group/bld.inf
changeset 31 b3552d9d77dd
parent 29 6a787171e1de
parent 23 84968b8b4111
child 43 2fee514510e5
equal deleted inserted replaced
29:6a787171e1de 31:b3552d9d77dd
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 
    20 
       
    21 #define USE_SF_SPLASH_SVG //comment this to use standard S60 splash icon
    21 PRJ_PLATFORMS
    22 PRJ_PLATFORMS
    22 DEFAULT
    23 DEFAULT
    23 
    24 
    24 PRJ_EXPORTS
    25 PRJ_EXPORTS
    25 ../rom/splashscreen.iby         CORE_MW_LAYER_IBY_EXPORT_PATH(splashscreen.iby)
    26 ../rom/splashscreen.iby         CORE_MW_LAYER_IBY_EXPORT_PATH(splashscreen.iby)
    29 /epoc32/s60/icons/qgn_startup_screen.svg          /epoc32/release/winscw/udeb/z/resource/apps/qgn_startup_screen.svg
    30 /epoc32/s60/icons/qgn_startup_screen.svg          /epoc32/release/winscw/udeb/z/resource/apps/qgn_startup_screen.svg
    30 /epoc32/s60/icons/qgn_startup_screen.svg          /epoc32/release/winscw/urel/z/resource/apps/qgn_startup_screen.svg
    31 /epoc32/s60/icons/qgn_startup_screen.svg          /epoc32/release/winscw/urel/z/resource/apps/qgn_startup_screen.svg
    31 PRJ_MMPFILES
    32 PRJ_MMPFILES
    32 splashscreen.mmp
    33 splashscreen.mmp
    33 
    34 
       
    35 PRJ_EXTENSIONS
       
    36 START EXTENSION s60/mifconv
       
    37     OPTION TARGETFILE splashscreen.mif
       
    38     OPTION HEADERFILE splashscreen.mbg
       
    39 #ifdef USE_SF_SPLASH_SVG
       
    40 		// use the local file (also called qgn_startup_screen to keep the mbg file the same)
       
    41     OPTION SOURCEDIR ../sfimage
       
    42 #endif
       
    43     OPTION SOURCES -c8 qgn_startup_screen
       
    44 END