startupservices/SplashScreen/group/bld.inf
branchRCL_3
changeset 64 75184094ace1
parent 63 c2c61fdca848
parent 22 c82a39b81a38
equal deleted inserted replaced
63:c2c61fdca848 64:75184094ace1
     1 /*
     1 /*
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    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)
    30 
    31 
    31 PRJ_EXTENSIONS
    32 PRJ_EXTENSIONS
    32 START EXTENSION s60/mifconv
    33 START EXTENSION s60/mifconv
    33     OPTION TARGETFILE splashscreen.mif
    34     OPTION TARGETFILE splashscreen.mif
    34     OPTION HEADERFILE splashscreen.mbg
    35     OPTION HEADERFILE splashscreen.mbg
       
    36 #ifdef USE_SF_SPLASH_SVG
       
    37 		// use the local file (also called qgn_startup_screen to keep the mbg file the same)
       
    38     OPTION SOURCEDIR ../sfimage
       
    39 #endif
    35     OPTION SOURCES -c8 qgn_startup_screen
    40     OPTION SOURCES -c8 qgn_startup_screen
    36 END
    41 END