wlanutilities/wlanplugin/group/bld.inf
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2005 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 information for the WLAN Settings Plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // export iby files
       
    26 ../rom/wlanplugin.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(wlanplugin.iby)
       
    27 ../rom/wlanpluginresources.iby	LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(wlanpluginresources.iby)
       
    28 
       
    29 // export localised loc file
       
    30 ../loc/wlanplugin.loc	MW_LAYER_LOC_EXPORT_PATH(wlanplugin.loc)
       
    31 
       
    32 PRJ_MMPFILES
       
    33 ./wlanplugin.mmp
       
    34 
       
    35 // gnumakefile wlanpluginicons.mk
       
    36 
       
    37 PRJ_EXTENSIONS
       
    38 
       
    39 START EXTENSION s60/mifconv
       
    40 OPTION TARGETFILE wlanplugin.mif
       
    41 OPTION HEADERFILE wlanplugin.mbg
       
    42 OPTION SOURCES -c16,8 qgn_prop_set_conn_wlan \
       
    43 		-c16,8 qgn_prop_set_conn_wlan_conn \
       
    44 		-c16,8 qgn_prop_set_conn_wlan_off \
       
    45 		-c8,8 qgn_indi_wlan_signal_low_add \
       
    46 		-c8,8 qgn_indi_wlan_signal_med_add \
       
    47 		-c8,8 qgn_indi_wlan_signal_good_add 
       
    48 END
       
    49 
       
    50 // End of File