loadgen/group/bld.inf
changeset 0 d6fe6244b863
child 21 b3cee849fa46
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_EXPORTS
       
    22 ../group/backup_registration.xml    Z:/private/20011384/backup_registration.xml
       
    23 ../rom/loadgen.iby CORE_IBY_EXPORT_PATH(tools,loadgen.iby)
       
    24 
       
    25 
       
    26 PRJ_MMPFILES
       
    27 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    28   gnumakefile loadgen_icons_aif.mk
       
    29   gnumakefile loadgen_extraicons.mk
       
    30 
       
    31   #ifdef MARM
       
    32   gnumakefile loadgen_stub_sis.mk
       
    33   #endif
       
    34 #endif
       
    35 
       
    36 loadgen.mmp
       
    37 
       
    38 
       
    39 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
       
    40   PRJ_EXTENSIONS
       
    41   START EXTENSION s60/mifconv
       
    42   OPTION TARGETFILE loadgen_aif.mif
       
    43   OPTION SOURCEDIR ../icons
       
    44   OPTION SOURCES -c8,8 qgn_menu_loadgen
       
    45   END
       
    46 
       
    47   START EXTENSION s60/mifconv
       
    48   OPTION TARGETFILE loadgen_extraicons.mif
       
    49   OPTION HEADERFILE loadgen_extraicons.mbg
       
    50   OPTION SOURCEDIR ../icons
       
    51   OPTION SOURCES -c8,8 qgn_prob_status_red -c8,8 qgn_prob_status_green
       
    52   END
       
    53 
       
    54   #ifdef MARM
       
    55   START EXTENSION app-services/buildstubsis
       
    56   OPTION SRCDIR ../sis
       
    57   OPTION SISNAME LoadGen_stub
       
    58   END
       
    59   #endif  
       
    60 #endif