wlanutilities/wlansniffer/wlaninfosorting/group/bld.inf
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007 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 WlanInfoSorting
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 
       
    25 PRJ_EXPORTS
       
    26 
       
    27 ../inc/wsfwlaninfoarrayvisitor.h    	|../../../inc/wsfwlaninfoarrayvisitor.h 
       
    28 
       
    29 ../rom/wsfwlaninfosorting.iby		    CORE_MW_LAYER_IBY_EXPORT_PATH(wsfwlaninfosorting.iby)
       
    30 ../rom/wsfwlaninfosortingresources.iby	LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(wsfwlaninfosortingresources.iby)
       
    31 
       
    32 // blacklist database
       
    33 ../data/2000cf30.spd				    /epoc32/release/winscw/udeb/z/private/100012a5/policy/2000cf30.spd
       
    34 ../data/2000cf30.spd				    /epoc32/release/winscw/urel/z/private/100012a5/policy/2000cf30.spd
       
    35 ../data/2000cf30.spd	 		        /epoc32/data/z/private/100012a5/policy/2000cf30.spd
       
    36 
       
    37 // backup registration
       
    38 ../data/backup_registration.xml         /epoc32/release/winscw/udeb/z/private/10281caa/backup_registration.xml
       
    39 ../data/backup_registration.xml         /epoc32/release/winscw/urel/z/private/10281caa/backup_registration.xml
       
    40 ../data/backup_registration.xml         /epoc32/data/z/private/10281caa/backup_registration.xml
       
    41 
       
    42 
       
    43 PRJ_MMPFILES
       
    44 // gnumakefile 		wlaninfosortingicons.mk
       
    45 wlaninfosorting.mmp
       
    46 
       
    47 
       
    48 PRJ_EXTENSIONS
       
    49 /*
       
    50 * Add your branding icons here like:
       
    51 *
       
    52 * START EXTENSION s60/mifconv
       
    53 * OPTION TARGETFILE wsfwlaninfosorting.mif
       
    54 * OPTION HEADERFILE wsfwlaninfosorting.mbg
       
    55 * OPTION SOURCES -c8,1 hugeoperatoricon
       
    56 * OPTION SOURCES -c8,1 hugeoperatoricon2 
       
    57 * END
       
    58 *
       
    59 * and use the enums that result in wsfwlaninfosorting.mbg when specifying
       
    60 * the custfav networks in the resource.
       
    61 *
       
    62 * If there are no customer favourite networks defined, you must still invoke 
       
    63 * mifconv the following way:
       
    64 *
       
    65 * START EXTENSION s60/mifconv
       
    66 * OPTION TARGETFILE wsfwlaninfosorting.mif
       
    67 * OPTION HEADERFILE wsfwlaninfosorting.mbg
       
    68 * OPTION SOURCES -c8,1 qgn_prop_wlan_bearer 
       
    69 * END
       
    70 *
       
    71 * In case any of the defined networks doesn't need a specific icon, you must
       
    72 * use the following invocation:
       
    73 *
       
    74 * START EXTENSION s60/mifconv
       
    75 * OPTION TARGETFILE wsfwlaninfosorting.mif
       
    76 * OPTION HEADERFILE wsfwlaninfosorting.mbg
       
    77 * OPTION SOURCES -c8,1 qgn_prop_wlan_bearer 
       
    78 * OPTION SOURCES -c8,1 hugeoperatoricon
       
    79 * OPTION SOURCES -c8,1 hugeoperatoricon2 
       
    80 * END
       
    81 *
       
    82 * and use the enums that result in wsfwlaninfosorting.mbg when specifying
       
    83 * the custfav networks in the resource. For the networks without icon, use
       
    84 * the enums corresponding to qgn_prop_wlan_bearer.
       
    85 */
       
    86 
       
    87 START EXTENSION s60/mifconv
       
    88 OPTION TARGETFILE wsfwlaninfosorting.mif
       
    89 OPTION HEADERFILE wsfwlaninfosorting.mbg
       
    90 OPTION SOURCES -c8,1 qgn_prop_wlan_bearer 
       
    91 END
       
    92 
       
    93 
       
    94 
       
    95