bearermanagement/mpm/group/mpmserver.mmp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2004-2009 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
    37 SOURCE            mpmconnmonevents.cpp
    38 SOURCE            mpmconnmonevents.cpp
    38 SOURCE            mpmconnmonreqs.cpp
    39 SOURCE            mpmconnmonreqs.cpp
    39 SOURCE            mpmserversession.cpp
    40 SOURCE            mpmserversession.cpp
    40 SOURCE            mpmserver.cpp
    41 SOURCE            mpmserver.cpp
    41 SOURCE            mpmstarter.cpp
    42 SOURCE            mpmstarter.cpp
       
    43 SOURCE            mpmdisconnectdlg.cpp
    42 SOURCE            mpmdtmwatcher.cpp
    44 SOURCE            mpmdtmwatcher.cpp
    43 SOURCE            mpmroamingwatcher.cpp 
    45 SOURCE            mpmroamingwatcher.cpp 
    44 SOURCE            mpmconfirmdlg.cpp
    46 SOURCE            mpmconfirmdlg.cpp
    45 SOURCE            mpmconfirmdlgstarting.cpp
    47 SOURCE            mpmconfirmdlgstarting.cpp
    46 SOURCE            mpmconfirmdlgroaming.cpp
    48 SOURCE            mpmconfirmdlgroaming.cpp
       
    49 SOURCE            mpmdefaultconnection.cpp
       
    50 SOURCE            mpmdefaultconnserver.cpp
       
    51 SOURCE            mpmdefaultconnserversession.cpp
    47 SOURCE            mpmcommsdataccess.cpp
    52 SOURCE            mpmcommsdataccess.cpp
       
    53 SOURCE            mpmwlanquerydialog.cpp
    48 SOURCE            mpmiapselection.cpp
    54 SOURCE            mpmiapselection.cpp
    49 SOURCE            mpmcsidwatcher.cpp
    55 SOURCE            mpmcsidwatcher.cpp
    50 SOURCE            mpmdialogbase.cpp
    56 SOURCE            mpmdialogbase.cpp
    51 SOURCE            mpmdatausagewatcher.cpp
    57 SOURCE            mpmdatausagewatcher.cpp
    52 SOURCE            mpmvpntogglewatcher.cpp
    58 SOURCE            mpmofflinewatcher.cpp
    53 SOURCE            mpmexpirytimer.cpp
    59 SOURCE            mpmexpirytimer.cpp
    54 SOURCE            mpmconnpermquerytimer.cpp
    60 SOURCE            mpmconnpermquerytimer.cpp
    55 
    61 
    56 USERINCLUDE       ../inc
    62 USERINCLUDE       ../inc
    57 
    63 
    60 
    66 
    61 // Path for internal headers of the networking ADO. 
    67 // Path for internal headers of the networking ADO. 
    62 SYSTEMINCLUDE     ../../../inc
    68 SYSTEMINCLUDE     ../../../inc
    63 
    69 
    64 LIBRARY           euser.lib
    70 LIBRARY           euser.lib
       
    71 LIBRARY           agentdialog.lib
    65 LIBRARY           commdb.lib
    72 LIBRARY           commdb.lib
    66 LIBRARY           commsdat.lib
    73 LIBRARY           commsdat.lib
    67 LIBRARY           esock.lib
    74 LIBRARY           esock.lib
    68 LIBRARY           connmon.lib
    75 LIBRARY           connmon.lib
       
    76 LIBRARY           disconnectdlgclient.lib
    69 LIBRARY           commonengine.lib
    77 LIBRARY           commonengine.lib
    70 LIBRARY           featmgr.lib
    78 LIBRARY           featmgr.lib
    71 LIBRARY           centralrepository.lib
    79 LIBRARY           centralrepository.lib
    72 LIBRARY           etel.lib 
    80 LIBRARY           etel.lib 
    73 LIBRARY           etelmm.lib
    81 LIBRARY           etelmm.lib
    74 LIBRARY           etel3rdparty.lib
    82 LIBRARY           etel3rdparty.lib
    75 LIBRARY           etelpckt.lib
    83 LIBRARY           etelpckt.lib
    76 LIBRARY           connectionuiutilities.lib
    84 LIBRARY           connectionuiutilities.lib
    77 LIBRARY           cmmanagerdatabase.lib
    85 LIBRARY           cmmanagerdatabase.lib
    78 LIBRARY           charconv.lib
    86 LIBRARY           charconv.lib
       
    87 LIBRARY           wifiprotclient.lib
       
    88 LIBRARY           wifiprotplugin.lib
    79 LIBRARY           cmmanager.lib
    89 LIBRARY           cmmanager.lib
    80 DEBUGLIBRARY      flogger.lib
    90 DEBUGLIBRARY      flogger.lib
    81 
    91