wlanutilities/wlansniffer/wlaninfosorting/group/wlaninfosorting.mmp
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     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:  Project definition file for project WlanInfoSorting
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET                  wsfwlaninfosorting.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     0x1000008d 0x10281D14
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  wsfwlaninfosortingdefault.cpp
       
    34 SOURCE                  wsfwlaninfosortingbrand.cpp
       
    35 SOURCE                  wsfwlaninfosortingblacklist.cpp
       
    36 SOURCE                  wsfwlaninfoarrayvisitor.cpp
       
    37 SOURCE                  wsfwlaninfosortingdbchangenotifier.cpp
       
    38 SOURCE                  wsfwlanssidselectiondlg2.cpp
       
    39 
       
    40 
       
    41 // own headers
       
    42 USERINCLUDE     ../inc
       
    43 
       
    44 // inner API
       
    45 USERINCLUDE     ../../inc
       
    46 
       
    47 // private API
       
    48 USERINCLUDE     ../../../inc
       
    49 
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 
       
    54 SOURCEPATH              ../data
       
    55 
       
    56 START RESOURCE          wsfwlaninfosorting.rss
       
    57 HEADER
       
    58 TARGETPATH              RESOURCE_FILES_DIR
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 
       
    63 LIBRARY                 euser.lib
       
    64 LIBRARY                 estor.lib
       
    65 LIBRARY                 charconv.lib 
       
    66 LIBRARY                 bafl.lib
       
    67 LIBRARY                 edbms.lib
       
    68 LIBRARY                 avkon.lib
       
    69 LIBRARY                 efsrv.lib
       
    70 LIBRARY                 cone.lib 
       
    71 LIBRARY                 egul.lib 
       
    72 LIBRARY                 aknicon.lib
       
    73 LIBRARY                 eikdlg.lib
       
    74 LIBRARY                 eikcore.lib
       
    75 LIBRARY                 eikcoctl.lib
       
    76 LIBRARY                 eikctl.lib
       
    77 LIBRARY                 commonengine.lib
       
    78 LIBRARY                 aknskins.lib
       
    79 LIBRARY                 ws32.lib 
       
    80 LIBRARY                 wsfwlaninfo.lib
       
    81 
       
    82 DEBUGLIBRARY                 flogger.lib
       
    83