loadgen/group/bld_generic.inf
branchRCL_3
changeset 20 fad26422216a
parent 19 b3cee849fa46
child 21 f8280f3bfeb7
equal deleted inserted replaced
19:b3cee849fa46 20:fad26422216a
     1 /*
       
     2 * Copyright (c) 2010 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 
       
    22 PRJ_EXPORTS
       
    23 ../group/backup_registration.xml    Z:/private/20011384/backup_registration.xml
       
    24 
       
    25 
       
    26 
       
    27 PRJ_MMPFILES
       
    28 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    29   gnumakefile loadgen_icons_aif.mk
       
    30   gnumakefile loadgen_extraicons.mk
       
    31 
       
    32   #ifdef MARM
       
    33   gnumakefile loadgen_stub_sis.mk
       
    34   #endif
       
    35 #endif
       
    36 
       
    37 
       
    38 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
       
    39   PRJ_EXTENSIONS
       
    40   START EXTENSION s60/mifconv
       
    41   OPTION TARGETFILE loadgen_aif.mif
       
    42   OPTION SOURCEDIR ../icons
       
    43   OPTION SOURCES -c8,8 qgn_menu_loadgen
       
    44   END
       
    45 
       
    46   START EXTENSION s60/mifconv
       
    47   OPTION TARGETFILE loadgen_extraicons.mif
       
    48   OPTION HEADERFILE loadgen_extraicons.mbg
       
    49   OPTION SOURCEDIR ../icons
       
    50   OPTION SOURCES -c8,8 qgn_prob_status_red -c8,8 qgn_prob_status_green
       
    51   END
       
    52 
       
    53   #ifdef MARM
       
    54   START EXTENSION app-services/buildstubsis
       
    55   OPTION SRCDIR ../sis
       
    56   OPTION SISNAME LoadGen_stub
       
    57   END
       
    58   #endif  
       
    59 #endif