screengrabber/group/bld.inf
changeset 0 d6fe6244b863
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 
       
    22 PRJ_EXPORTS
       
    23 ../group/backup_registration.xml    Z:/private/101fb751/backup_registration.xml
       
    24 ../rom/screengrabber.iby CORE_IBY_EXPORT_PATH(tools,screengrabber.iby)
       
    25 
       
    26 
       
    27 PRJ_MMPFILES
       
    28 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    29   gnumakefile screengrabber_icons_aif.mk
       
    30 
       
    31   #ifdef MARM
       
    32   gnumakefile screengrabber_stub_sis.mk
       
    33   #endif
       
    34 #endif
       
    35 
       
    36 screengrabber.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 screengrabber_aif.mif
       
    43   OPTION SOURCEDIR ../icons
       
    44   OPTION SOURCES -c8,8 qgn_menu_screengrabber
       
    45   END
       
    46 
       
    47   #ifdef MARM
       
    48   START EXTENSION app-services/buildstubsis
       
    49   OPTION SRCDIR ../sis
       
    50   OPTION SISNAME ScreenGrabber_stub
       
    51   END
       
    52   #endif  
       
    53 #endif