bearermanagement/mpm/group/mpmserver.mmp
branchRCL_3
changeset 57 05bc53fe583b
parent 55 fc7b30ed2058
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    32 CAPABILITY        CAP_SERVER NetworkControl
    32 CAPABILITY        CAP_SERVER NetworkControl
    33 
    33 
    34 epocstacksize 0x5000
    34 epocstacksize 0x5000
    35 
    35 
    36 SOURCEPATH        ../src
    36 SOURCEPATH        ../src
    37 SOURCE            mpmdialog.cpp
       
    38 SOURCE            mpmconnmonevents.cpp
    37 SOURCE            mpmconnmonevents.cpp
    39 SOURCE            mpmconnmonreqs.cpp
    38 SOURCE            mpmconnmonreqs.cpp
    40 SOURCE            mpmserversession.cpp
    39 SOURCE            mpmserversession.cpp
    41 SOURCE            mpmserver.cpp
    40 SOURCE            mpmserver.cpp
    42 SOURCE            mpmstarter.cpp
    41 SOURCE            mpmstarter.cpp
    43 SOURCE            mpmdisconnectdlg.cpp
       
    44 SOURCE            mpmdtmwatcher.cpp
    42 SOURCE            mpmdtmwatcher.cpp
    45 SOURCE            mpmroamingwatcher.cpp 
    43 SOURCE            mpmroamingwatcher.cpp 
    46 SOURCE            mpmconfirmdlg.cpp
    44 SOURCE            mpmconfirmdlg.cpp
    47 SOURCE            mpmconfirmdlgstarting.cpp
    45 SOURCE            mpmconfirmdlgstarting.cpp
    48 SOURCE            mpmconfirmdlgroaming.cpp
    46 SOURCE            mpmconfirmdlgroaming.cpp
    49 SOURCE            mpmdefaultconnection.cpp
       
    50 SOURCE            mpmdefaultconnserver.cpp
       
    51 SOURCE            mpmdefaultconnserversession.cpp
       
    52 SOURCE            mpmcommsdataccess.cpp
    47 SOURCE            mpmcommsdataccess.cpp
    53 SOURCE            mpmwlanquerydialog.cpp
       
    54 SOURCE            mpmiapselection.cpp
    48 SOURCE            mpmiapselection.cpp
    55 SOURCE            mpmcsidwatcher.cpp
    49 SOURCE            mpmcsidwatcher.cpp
    56 SOURCE            mpmdialogbase.cpp
    50 SOURCE            mpmdialogbase.cpp
    57 SOURCE            mpmdatausagewatcher.cpp
    51 SOURCE            mpmdatausagewatcher.cpp
    58 SOURCE            mpmofflinewatcher.cpp
    52 SOURCE            mpmvpntogglewatcher.cpp
    59 SOURCE            mpmexpirytimer.cpp
    53 SOURCE            mpmexpirytimer.cpp
    60 SOURCE            mpmconnpermquerytimer.cpp
    54 SOURCE            mpmconnpermquerytimer.cpp
    61 
    55 
    62 USERINCLUDE       ../inc
    56 USERINCLUDE       ../inc
    63 
    57 
    66 
    60 
    67 // Path for internal headers of the networking ADO. 
    61 // Path for internal headers of the networking ADO. 
    68 SYSTEMINCLUDE     ../../../inc
    62 SYSTEMINCLUDE     ../../../inc
    69 
    63 
    70 LIBRARY           euser.lib
    64 LIBRARY           euser.lib
    71 LIBRARY           agentdialog.lib
       
    72 LIBRARY           commdb.lib
    65 LIBRARY           commdb.lib
    73 LIBRARY           commsdat.lib
    66 LIBRARY           commsdat.lib
    74 LIBRARY           esock.lib
    67 LIBRARY           esock.lib
    75 LIBRARY           connmon.lib
    68 LIBRARY           connmon.lib
    76 LIBRARY           disconnectdlgclient.lib
       
    77 LIBRARY           commonengine.lib
    69 LIBRARY           commonengine.lib
    78 LIBRARY           featmgr.lib
    70 LIBRARY           featmgr.lib
    79 LIBRARY           centralrepository.lib
    71 LIBRARY           centralrepository.lib
    80 LIBRARY           etel.lib 
    72 LIBRARY           etel.lib 
    81 LIBRARY           etelmm.lib
    73 LIBRARY           etelmm.lib
    82 LIBRARY           etel3rdparty.lib
    74 LIBRARY           etel3rdparty.lib
    83 LIBRARY           etelpckt.lib
    75 LIBRARY           etelpckt.lib
    84 LIBRARY           connectionuiutilities.lib
    76 LIBRARY           connectionuiutilities.lib
    85 LIBRARY           cmmanagerdatabase.lib
    77 LIBRARY           cmmanagerdatabase.lib
    86 LIBRARY           charconv.lib
    78 LIBRARY           charconv.lib
    87 LIBRARY           wifiprotclient.lib
       
    88 LIBRARY           wifiprotplugin.lib
       
    89 LIBRARY           cmmanager.lib
    79 LIBRARY           cmmanager.lib
    90 DEBUGLIBRARY      flogger.lib
    80 DEBUGLIBRARY      flogger.lib
    91 
    81