filebrowser/group/bld.inf
branchRCL_3
changeset 20 fad26422216a
parent 0 d6fe6244b863
equal deleted inserted replaced
19:b3cee849fa46 20:fad26422216a
       
     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 #ifndef FILEBROWSER_LITE
       
    22   #include "../fileopserver/group/bld.inf"
       
    23   #include "../fileopclient/group/bld.inf"
       
    24 #endif
       
    25 
       
    26 PRJ_EXPORTS
       
    27 ../group/backup_registration.xml    Z:/private/102828D6/backup_registration.xml
       
    28 ../rom/filebrowser.iby CORE_IBY_EXPORT_PATH(tools,filebrowser.iby)
       
    29 
       
    30 
       
    31 PRJ_MMPFILES
       
    32 #if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__)
       
    33   gnumakefile filebrowser_icons_aif.mk
       
    34   gnumakefile filebrowser_extraicons.mk
       
    35 
       
    36   #ifdef MARM
       
    37   gnumakefile filebrowser_stub_sis.mk
       
    38   #endif
       
    39 #endif
       
    40 
       
    41 filebrowser.mmp
       
    42 
       
    43 
       
    44 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__)
       
    45   PRJ_EXTENSIONS
       
    46   START EXTENSION s60/mifconv
       
    47   OPTION TARGETFILE filebrowser_aif.mif
       
    48   OPTION SOURCEDIR ../icons
       
    49   OPTION SOURCES -c8,8 qgn_menu_filebrowser
       
    50   END
       
    51 
       
    52   START EXTENSION s60/mifconv
       
    53   OPTION TARGETFILE filebrowser_extraicons.mif
       
    54   OPTION HEADERFILE filebrowser_extraicons.mbg
       
    55   OPTION SOURCEDIR ../icons
       
    56   OPTION SOURCES -c8,8 qgn_indi_tb_filebrowser_folder_parent -c8,8 qgn_indi_tb_filebrowser_find -c8,8 qgn_indi_tb_filebrowser_selection -c8,8 qgn_indi_tb_filebrowser_selection_active
       
    57   END
       
    58   
       
    59   #ifdef MARM
       
    60   START EXTENSION app-services/buildstubsis
       
    61   OPTION SRCDIR ../sis
       
    62   OPTION SISNAME FileBrowser_stub
       
    63   END
       
    64   #endif  
       
    65 #endif