cmmanager/cmmgr/Framework/Group/bld.inf
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 21 b8e8e15e80f2
child 23 7ec726f93df1
child 28 860702281757
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
     1 /*
       
     2 * Copyright (c) 2006-2008 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:  Build file for Connection Method Manager's framework.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // export localised loc file
       
    26 ../loc/cmmanager.loc             MW_LAYER_LOC_EXPORT_PATH(cmmanager.loc)
       
    27 ../conf/cmmanager.confml         MW_LAYER_CONFML(cmmanager.confml)
       
    28 ../conf/cmmanager_10207376.crml  MW_LAYER_CRML(cmmanager_10207376.crml)
       
    29 
       
    30 PRJ_MMPFILES
       
    31 cmmanager.mmp
       
    32 
       
    33 PRJ_EXTENSIONS
       
    34 START EXTENSION s60/mifconv
       
    35 OPTION TARGETFILE cmmanager.mif
       
    36 OPTION HEADERFILE cmmanager.mbg
       
    37 OPTION SOURCES -c8,8 qgn_indi_sett_protected_add\
       
    38                -c8,8 qgn_prop_set_conn_dest_add\
       
    39                -c8,8 qgn_prop_set_conn_dest_internet\
       
    40                -c8,8 qgn_prop_set_conn_dest_wap\
       
    41                -c8,8 qgn_prop_set_conn_dest_mms\
       
    42                -c8,8 qgn_prop_set_conn_dest_intranet\
       
    43                -c8,8 qgn_prop_set_conn_dest_operator\
       
    44                -c8,8 qgn_prop_set_conn_dest_icon1\
       
    45                -c8,8 qgn_prop_set_conn_dest_icon2\
       
    46                -c8,8 qgn_prop_set_conn_dest_icon3\
       
    47                -c8,8 qgn_prop_set_conn_dest_icon4\
       
    48                -c8,8 qgn_prop_set_conn_dest_icon5\
       
    49                -c8,8 qgn_prop_set_conn_dest_icon6\
       
    50                -c8,8 qgn_prop_set_conn_dest_default\
       
    51                -c8,8 qgn_prop_set_conn_dest_uncategorized\
       
    52                -c8,8 qgn_prop_set_conn_bearer_avail_wlan\
       
    53                -c8,8 qgn_prop_set_conn_bearer_avail_packetdata\
       
    54                -c8,8 qgn_prop_set_conn_wlan_easy\
       
    55                -c8,8 qgn_prop_set_conn_dest_internet_small\
       
    56                -c8,8 qgn_prop_set_conn_dest_wap_small\
       
    57                -c8,8 qgn_prop_set_conn_dest_mms_small\
       
    58                -c8,8 qgn_prop_set_conn_dest_intranet_small\
       
    59                -c8,8 qgn_prop_set_conn_dest_operator_small\
       
    60                -c8,8 qgn_prop_set_conn_dest_icon1_small\
       
    61                -c8,8 qgn_prop_set_conn_dest_icon2_small\
       
    62                -c8,8 qgn_prop_set_conn_dest_icon3_small\
       
    63                -c8,8 qgn_prop_set_conn_dest_icon4_small\
       
    64                -c8,8 qgn_prop_set_conn_dest_icon5_small\
       
    65                -c8,8 qgn_prop_set_conn_dest_icon6_small\
       
    66                -c8,8 qgn_prop_set_conn_dest_default_small\
       
    67                -c8,8 qgn_indi_cb_hot_add\
       
    68                -c8,8 qgn_indi_default_conn_add
       
    69 END