bearermanagement/mpm/group/mpmserver.mmp
changeset 0 5a93021fdf25
child 8 2e6c4614c58e
child 18 fcbbe021d614
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004-2009 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: MPM server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 #ifdef PLATFORM_SIMULATOR
       
    21 MACRO             _PLATFORM_SIMULATOR_
       
    22 TARGET            mpmserver_platsim.exe
       
    23 #else
       
    24 TARGET            mpmserver.exe
       
    25 #endif
       
    26 
       
    27 TARGETTYPE        exe
       
    28 
       
    29 UID               0x1000008d 0x101f6d12
       
    30 
       
    31 VENDORID          VID_DEFAULT
       
    32 CAPABILITY        CAP_SERVER NetworkControl
       
    33 
       
    34 epocstacksize 0x5000
       
    35 
       
    36 SOURCEPATH        ../src
       
    37 SOURCE            mpmdialog.cpp
       
    38 SOURCE            mpmconnmonevents.cpp
       
    39 SOURCE            mpmconnmonreqs.cpp
       
    40 SOURCE            mpmserversession.cpp
       
    41 SOURCE            mpmserver.cpp
       
    42 SOURCE            mpmstarter.cpp
       
    43 SOURCE            mpmdisconnectdlg.cpp
       
    44 SOURCE            mpmdtmwatcher.cpp
       
    45 SOURCE            mpmroamingwatcher.cpp 
       
    46 SOURCE            mpmconfirmdlg.cpp
       
    47 SOURCE            mpmconfirmdlgstarting.cpp
       
    48 SOURCE            mpmconfirmdlgroaming.cpp
       
    49 SOURCE            mpmdefaultconnection.cpp
       
    50 SOURCE            mpmdefaultconnserver.cpp
       
    51 SOURCE            mpmdefaultconnserversession.cpp
       
    52 SOURCE            mpmcommsdataccess.cpp
       
    53 SOURCE            mpmwlanquerydialog.cpp
       
    54 SOURCE            mpmiapselection.cpp
       
    55 SOURCE            mpmcsidwatcher.cpp
       
    56 SOURCE            mpmdialogbase.cpp
       
    57 SOURCE            mpmwlanavailability.cpp
       
    58 
       
    59 USERINCLUDE       ../inc
       
    60 
       
    61 // Default system include paths for middleware layer modules.
       
    62 MW_LAYER_SYSTEMINCLUDE 
       
    63 
       
    64 // Path for internal headers of the networking ADO. 
       
    65 SYSTEMINCLUDE     ../../../inc
       
    66 
       
    67 LIBRARY           euser.lib
       
    68 LIBRARY           agentdialog.lib
       
    69 LIBRARY           commdb.lib
       
    70 LIBRARY           commsdat.lib
       
    71 LIBRARY           esock.lib
       
    72 LIBRARY           connmon.lib
       
    73 LIBRARY           disconnectdlgclient.lib
       
    74 LIBRARY           commonengine.lib
       
    75 LIBRARY           featmgr.lib
       
    76 LIBRARY           centralrepository.lib
       
    77 LIBRARY           etel.lib 
       
    78 LIBRARY           etelmm.lib
       
    79 LIBRARY           etel3rdparty.lib
       
    80 LIBRARY           etelpckt.lib
       
    81 LIBRARY           connectionuiutilities.lib
       
    82 LIBRARY           cmmanagerdatabase.lib
       
    83 LIBRARY           charconv.lib
       
    84 LIBRARY           wifiprotclient.lib
       
    85 LIBRARY           wifiprotplugin.lib
       
    86 LIBRARY           cmmanager.lib
       
    87 DEBUGLIBRARY      flogger.lib
       
    88