alwayson_net_plugin/pdpcontextmanager2/group/pdpcontextmanager2.mmp
changeset 0 5a93021fdf25
child 3 f7816ffc66ed
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004,2006 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:  mmp file of the project
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/alwaysonconfig.hrh"
       
    21 
       
    22 TARGET          pdpcontextmanager2.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x10281F41
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          alwaysonlinepdpplugin.cpp
       
    31 SOURCE          caoserver.cpp
       
    32 SOURCE          caoconnectionmanager.cpp
       
    33 SOURCE          caotimer.cpp
       
    34 SOURCE          caoraumanager.cpp
       
    35 SOURCE          caosettings.cpp
       
    36 SOURCE          caogpds.cpp
       
    37 SOURCE          caoconnection.cpp
       
    38 SOURCE          caoconnectionmonitor.cpp
       
    39 SOURCE          taostate.cpp
       
    40 SOURCE          taostateinit.cpp
       
    41 SOURCE          taostatestarting.cpp
       
    42 SOURCE          taostatedisabled.cpp
       
    43 SOURCE          taostateconnecting.cpp
       
    44 SOURCE          taostateconnected.cpp
       
    45 SOURCE          taostatedisconnected.cpp
       
    46 SOURCE          taostatewaiting.cpp
       
    47 SOURCE          taostateunconnected.cpp
       
    48 SOURCE          taostateresetfactorysettings.cpp
       
    49 SOURCE          taostateexternalconnection.cpp
       
    50 SOURCE          caoraumanagerimpl.cpp
       
    51 SOURCE          caoconnectionmonitorimpl.cpp
       
    52 SOURCE          caoconnectionimpl.cpp
       
    53 SOURCE          linger.cpp
       
    54 
       
    55 
       
    56 // Component specific internal headers 
       
    57 USERINCLUDE		../inc
       
    58 
       
    59 
       
    60 // Default system include paths for application layer modules.
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 
       
    64 SOURCEPATH          ../data
       
    65 
       
    66 
       
    67 START RESOURCE 10281f41.rss
       
    68 TARGET   pdpcontextmanager2.rsc
       
    69 END // RESOURCE
       
    70 
       
    71 
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         ecom.lib
       
    74 LIBRARY         commdb.lib
       
    75 LIBRARY         esock.lib
       
    76 LIBRARY         flogger.lib
       
    77 LIBRARY         centralrepository.lib
       
    78 LIBRARY         connmon.lib
       
    79 LIBRARY         cenrepnotifhandler.lib
       
    80 LIBRARY         etel3rdparty.lib
       
    81 LIBRARY         etelmm.lib
       
    82 LIBRARY         CustomAPI.lib
       
    83 LIBRARY         etel.lib
       
    84 #ifdef LOGGING_ENABLED
       
    85 #ifdef LOGGING_MODE_FILE
       
    86 LIBRARY         efsrv.lib
       
    87 #endif // LOGGING_MODE_FILE
       
    88 #endif // LOGGING_ENABLED
       
    89 
       
    90 // End of file