equal
deleted
inserted
replaced
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) |
26 ../rom/splashscreen_variant.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(splashscreen_variant.iby) |
27 ../rom/splashscreen_variant.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(splashscreen_variant.iby) |
|
28 #ifdef USE_SF_SPLASH_SVG |
|
29 // Export to SF-specific subdirectory |
|
30 ../sfimage/sfsplash.svg /epoc32/s60/icons/sf_startup_screen.svg |
|
31 #endif |
27 |
32 |
28 PRJ_MMPFILES |
33 PRJ_MMPFILES |
|
34 #ifdef USE_SF_SPLASH_SVG |
|
35 sf_splashscreen.mmp |
|
36 #else |
29 splashscreen.mmp |
37 splashscreen.mmp |
|
38 #endif |
30 |
39 |
31 PRJ_EXTENSIONS |
40 PRJ_EXTENSIONS |
32 START EXTENSION s60/mifconv |
41 START EXTENSION s60/mifconv |
33 OPTION TARGETFILE splashscreen.mif |
42 OPTION TARGETFILE splashscreen.mif |
34 OPTION HEADERFILE splashscreen.mbg |
43 OPTION HEADERFILE splashscreen.mbg |
|
44 #ifdef USE_SF_SPLASH_SVG |
|
45 OPTION SOURCES -c8 sf_startup_screen |
|
46 #else |
35 OPTION SOURCES -c8 qgn_startup_screen |
47 OPTION SOURCES -c8 qgn_startup_screen |
|
48 #endif |
36 END |
49 END |