wlanutilities/wlansniffer/group/bld.inf
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     1 /*
       
     2 * Copyright (c) 2007-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 information file for project WlanSniffer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 //  Help exports
       
    25 #include "../help/group/bld.inf"
       
    26 
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // export iby file
       
    30 ../rom/wlansniffer.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(wlansniffer.iby)
       
    31 
       
    32 
       
    33 PRJ_MMPFILES
       
    34 // gnumakefile wsficons.mk
       
    35 // gnumakefile wsficons_aif.mk
       
    36 
       
    37 
       
    38 #include "../aiplugin/group/bld.inf"
       
    39 #include "../aihelper/group/bld.inf"
       
    40 #include "../apwizard/group/bld.inf"
       
    41 #include "../engine/client/group/bld.inf"
       
    42 #include "../engine/server/group/bld.inf"
       
    43 #include "../mainapplication/group/bld.inf"
       
    44 #include "../model/group/bld.inf"
       
    45 #include "../widget/group/bld.inf"
       
    46 #include "../wlaninfo/group/bld.inf"
       
    47 #include "../wlaninfosorting/group/bld.inf"
       
    48 
       
    49 PRJ_EXTENSIONS
       
    50 
       
    51 START EXTENSION s60/mifconv
       
    52 OPTION TARGETFILE wsficons.mif
       
    53 OPTION HEADERFILE wsficons.mbg
       
    54 OPTION SOURCES -c8,1 qgn_indi_wlan_secure_network_add \
       
    55 	 	-c8,1 empty13x13 \
       
    56 	 	-c8,1 qgn_indi_wlan_signal_low_add \
       
    57  		-c8,1 qgn_indi_wlan_signal_med_add \
       
    58 	 	-c8,1 qgn_indi_wlan_signal_good_add \
       
    59 	 	-c8,1 qgn_prop_cmon_wlan_conn \
       
    60 	 	-c8,1 qgn_prop_wlan_bearer \
       
    61 		-c8,1 qgn_prop_empty \
       
    62 	 	-c8,1 qgn_indi_wlan_sniffer_plugin_off \
       
    63 	 	-c8,1 qgn_indi_wlan_sniffer_plugin_on \
       
    64 	 	-c8,1 qgn_indi_wlan_sniffer_plugin_on_0 \
       
    65 	 	-c8,1 qgn_indi_wlan_sniffer_plugin_on_1 \
       
    66 	 	-c8,1 qgn_menu_wlan_sniffer 
       
    67 END
       
    68 
       
    69 START EXTENSION s60/mifconv
       
    70 OPTION TARGETFILE wsficons_aif.mif
       
    71 OPTION SOURCES -c8,1 qgn_menu_wlan_sniffer
       
    72 END
       
    73 
       
    74 // End of file