idlefw/plugins/shortcutplugin/group/bld.inf
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Bld.inf for Shortcut Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 ../loc/ai3scutsettings.loc             MW_LAYER_LOC_EXPORT_PATH(ai3scutsettings.loc)
       
    26 ../loc/ai3scutplugin.loc               MW_LAYER_LOC_EXPORT_PATH(ai3scutplugin.loc)
       
    27 
       
    28 ../rom/aiscutplugin_resources.iby	  LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(aiscutplugin_resources.iby)
       
    29 ../rom/aiscutplugin.iby			      CORE_MW_LAYER_IBY_EXPORT_PATH(aiscutplugin.iby)
       
    30 
       
    31 
       
    32 // Backup registration
       
    33 backup_registration.xml  /epoc32/data/z/private/102750f9/backup_registration.xml
       
    34 backup_registration.xml  /epoc32/release/winscw/udeb/z/private/102750f9/backup_registration.xml
       
    35 backup_registration.xml  /epoc32/release/winscw/urel/z/private/102750f9/backup_registration.xml
       
    36 
       
    37 // Generic configuration interface for component cenrep settings
       
    38 ../conf/scutplugin.confml                  APP_LAYER_CONFML(scutplugin.confml)
       
    39 ../conf/scutplugin_10275104.crml           APP_LAYER_CRML(scutplugin_10275104.crml)
       
    40 
       
    41 PRJ_EXTENSIONS
       
    42 
       
    43 START EXTENSION s60/mifconv
       
    44 OPTION TARGETFILE aiscutplugin.mif
       
    45 OPTION HEADERFILE aiscutplugin.mbg
       
    46 OPTION SOURCES -c8,8 qgn_prop_ai_shortcut -c8,8 qgn_menu_url \
       
    47                -c8,8 qgn_menu_mce_sel_mes -c8,8 qgn_menu_mce_syncmail \
       
    48                -c8,8 qgn_menu_am -c8,8 qgn_prop_cp_conn_shortcut \
       
    49                -c8,8 qgn_prop_psln_ai_sub
       
    50 END
       
    51 
       
    52 PRJ_MMPFILES
       
    53 aiscutsettings.mmp
       
    54 aiscutplugin.mmp
       
    55 aiscutextserv.mmp
       
    56 
       
    57 // End of File.