wlanutilities/wlansniffer/engine/server/group/server.mmp
changeset 19 10810c91db26
parent 3 ff3b37722600
child 22 498f36116140
equal deleted inserted replaced
3:ff3b37722600 19:10810c91db26
     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 AllFiles
       
    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 
       
    44 
       
    45 // own headers
       
    46 USERINCLUDE             ../inc 
       
    47 
       
    48 // client-server common headers
       
    49 USERINCLUDE             ../../inc
       
    50 
       
    51 // inner API
       
    52 USERINCLUDE             ../../../inc
       
    53 
       
    54 // private API
       
    55 USERINCLUDE             ../../../../inc
       
    56 
       
    57 
       
    58 //Macro to /epoc32 headers
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 
       
    62 // Used system libraries
       
    63 LIBRARY     euser.lib
       
    64 LIBRARY     bafl.lib 
       
    65 LIBRARY     estor.lib 
       
    66 LIBRARY     ecom.lib
       
    67 LIBRARY     commsdat.lib
       
    68 LIBRARY     commdb.lib
       
    69 LIBRARY     cmmanagerdatabase.lib
       
    70 LIBRARY     cmmanager.lib
       
    71 
       
    72 LIBRARY     esock.lib 
       
    73 LIBRARY     charconv.lib
       
    74 LIBRARY     connmon.lib
       
    75 LIBRARY     wsfwlaninfo.lib
       
    76 LIBRARY     centralrepository.lib
       
    77 LIBRARY     FeatMgr.lib
       
    78 
       
    79 DEBUGLIBRARY     flogger.lib
       
    80 
       
    81 // End of file