wlanutilities/wlansniffer/engine/server/group/server.mmp
branchRCL_3
changeset 55 f28ada11abbf
equal deleted inserted replaced
54:63be7eb3fc78 55: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 Server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET                  wsfserver.exe
       
    24 TARGETTYPE              exe
       
    25 UID                     0x00000000 0x10281CAB 
       
    26 
       
    27 
       
    28 CAPABILITY ReadDeviceData NetworkServices NetworkControl ProtServ \
       
    29            ReadUserData WriteDeviceData WriteUserData 
       
    30 
       
    31 EPOCSTACKSIZE 0x5000
       
    32 
       
    33 // Source files
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  wsfwlanscanner.cpp
       
    36 SOURCE                  wsfengine.cpp
       
    37 SOURCE                  wsfwlansettingsaccessor.cpp
       
    38 SOURCE                  wsfserver.cpp
       
    39 SOURCE                  wsfsession.cpp
       
    40 SOURCE                  wsfservercloser.cpp
       
    41 SOURCE                  wsfwlanbearerconnectionmonitor.cpp
       
    42 SOURCE                  wsfactivewaiter.cpp
       
    43 SOURCE                  wsfict.cpp
       
    44 
       
    45 
       
    46 // own headers
       
    47 USERINCLUDE             ../inc 
       
    48 
       
    49 // client-server common headers
       
    50 USERINCLUDE             ../../inc
       
    51 
       
    52 // inner API
       
    53 USERINCLUDE             ../../../inc
       
    54 
       
    55 // private API
       
    56 USERINCLUDE             ../../../../inc
       
    57 
       
    58 
       
    59 //Macro to /epoc32 headers
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 
       
    63 // Used system libraries
       
    64 LIBRARY     ws32.lib 
       
    65 LIBRARY     apgrfx.lib
       
    66 LIBRARY     euser.lib
       
    67 LIBRARY     bafl.lib 
       
    68 LIBRARY     estor.lib 
       
    69 LIBRARY     ecom.lib
       
    70 LIBRARY     commsdat.lib
       
    71 LIBRARY     commdb.lib
       
    72 LIBRARY     cmmanagerdatabase.lib
       
    73 LIBRARY     cmmanager.lib
       
    74 LIBRARY     ictsclientinterface.lib
       
    75 
       
    76 LIBRARY     esock.lib 
       
    77 LIBRARY     charconv.lib
       
    78 LIBRARY     connmon.lib
       
    79 LIBRARY     wsfwlaninfo.lib
       
    80 LIBRARY     centralrepository.lib
       
    81 LIBRARY     FeatMgr.lib
       
    82 
       
    83 DEBUGLIBRARY     flogger.lib
       
    84 
       
    85 // End of file