convergedconnectionhandler/cchserver/group/cchserver.mmp
branchRCL_3
changeset 22 d38647835c2e
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2006-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:  Project definition file for project CCH server
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 MACRO           TRACE_ENTRY_EXIT_POINT
       
    22 MACRO           TRACE_ENTRY_CCHSERVER
       
    23 
       
    24 TARGET                  cchserver.exe
       
    25 TARGETTYPE              EXE
       
    26 // Since this is an exe with no GUI implementations, 
       
    27 // just use zero UID for UID2
       
    28 UID                     0x00000000 0x10275456
       
    29 EPOCSTACKSIZE           0x5000 
       
    30 CAPABILITY              CAP_SERVER NetworkControl
       
    31 VENDORID                VID_DEFAULT
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  cchconnmonhandler.cpp
       
    34 SOURCE                  cchcommdbwatcher.cpp
       
    35 SOURCE                  cchrequeststorage.cpp
       
    36 SOURCE                  cchspshandler.cpp
       
    37 SOURCE                  cchserverbase.cpp
       
    38 SOURCE                  cchserviceinfo.cpp
       
    39 SOURCE                  cchsubserviceinfo.cpp
       
    40 SOURCE                  cchservicehandler.cpp
       
    41 SOURCE                  cchsession.cpp
       
    42 SOURCE                  cchpluginhandler.cpp
       
    43 SOURCE                  cchplugin.cpp
       
    44 SOURCE                  cchsubsession.cpp
       
    45 SOURCE                  cchetelnetworkstatusnotifier.cpp
       
    46 SOURCE                  cchfeaturemanager.cpp
       
    47 SOURCE                  cchnotehandler.cpp
       
    48 SOURCE                  cchuihandler.cpp
       
    49 SOURCE                  cchwlanextension.cpp 
       
    50 SOURCE                  cchwakeupeventnotifier.cpp
       
    51 SOURCE                  cchstartupcounter.cpp
       
    52 SOURCE                  cchactivescheduler.cpp
       
    53 
       
    54 START RESOURCE ../data/cch.rss
       
    55 HEADER
       
    56 TARGETPATH APP_RESOURCE_DIR
       
    57 LANGUAGE_IDS
       
    58 END  // RESOURCE
       
    59 
       
    60 USERINCLUDE             ../inc
       
    61 USERINCLUDE             ../cenrep
       
    62 USERINCLUDE             ../../inc           // CCH's internal headers
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE 
       
    65 
       
    66 LIBRARY                 euser.lib
       
    67 LIBRARY                 flogger.lib         // for logging purposes
       
    68 LIBRARY                 connmon.lib
       
    69 LIBRARY                 cmmanager.lib
       
    70 LIBRARY                 ecom.lib            // for plug-ins
       
    71 LIBRARY                 serviceprovidersettings.lib
       
    72 LIBRARY                 aknnotify.lib
       
    73 LIBRARY                 centralrepository.lib
       
    74 LIBRARY                 etel.lib
       
    75 LIBRARY                 featmgr.lib
       
    76 LIBRARY                 etelmm.lib
       
    77 LIBRARY                 efsrv.lib
       
    78 LIBRARY                 bafl.lib
       
    79 LIBRARY                 commdb.lib
       
    80 LIBRARY                 apengine.lib
       
    81 LIBRARY                 avkon.lib
       
    82 LIBRARY                 commonengine.lib