perfmon/group/bld_generic.inf
branchRCL_3
changeset 22 fad26422216a
parent 21 b3cee849fa46
child 23 f8280f3bfeb7
equal deleted inserted replaced
21:b3cee849fa46 22: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 #include <platform_paths.hrh>
       
    19 
       
    20 PRJ_EXPORTS
       
    21 ../group/backup_registration.xml    Z:/private/20011385/backup_registration.xml
       
    22 ../rom/perfmon.iby CORE_IBY_EXPORT_PATH(tools,perfmon.iby)
       
    23 
       
    24 PRJ_MMPFILES
       
    25 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    26   gnumakefile perfmon_icons_aif.mk
       
    27 
       
    28   #ifdef MARM
       
    29   gnumakefile perfmon_stub_sis.mk
       
    30   #endif
       
    31 #endif
       
    32 
       
    33 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
       
    34   PRJ_EXTENSIONS
       
    35   START EXTENSION s60/mifconv
       
    36   OPTION TARGETFILE perfmon_aif.mif
       
    37   OPTION SOURCEDIR ../icons
       
    38   OPTION SOURCES -c8,8 qgn_menu_perfmon
       
    39   END
       
    40 
       
    41   #ifdef MARM
       
    42   START EXTENSION app-services/buildstubsis
       
    43   OPTION SRCDIR ../sis
       
    44   OPTION SISNAME PerfMon_stub
       
    45   END
       
    46   #endif  
       
    47 #endif