cmmanager/cmmgr/Plugins/cmpluginwlan/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: 
       
    15 *      Build information for the WLAN plugin.   
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 // export localised loc file
       
    28 ../loc/cmpluginwlan.loc	MW_LAYER_LOC_EXPORT_PATH(cmpluginwlan.loc)
       
    29 
       
    30 PRJ_MMPFILES
       
    31 cmpluginwlan.mmp
       
    32 
       
    33 PRJ_EXTENSIONS
       
    34 START EXTENSION s60/mifconv
       
    35 OPTION TARGETFILE cmpluginwlan.mif
       
    36 OPTION HEADERFILE cmpluginwlan.mbg
       
    37 OPTION SOURCES -c8,1 qgn_prop_wlan_bearer\
       
    38                -c8,8 qgn_prop_set_conn_bearer_avail_wlan\
       
    39                -c8,1 qgn_prop_set_conn_wlan_easy
       
    40 END