convergedconnectionhandler/cchclientapi/group/cch.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 Converged Connection
       
    15 *                Client API
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  cch.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x20011117 
       
    25 
       
    26 CAPABILITY              CAP_CLIENT_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  cch.cpp
       
    31 SOURCE                  cchimpl.cpp
       
    32 SOURCE                  cchserviceimpl.cpp 
       
    33 SOURCE                  cchtypes.cpp
       
    34 SOURCE                  cchclientobserver.cpp
       
    35 SOURCE                  cchuiprivateapi.cpp
       
    36 SOURCE                  cchuiapiimpl.cpp
       
    37 SOURCE                  cchuispshandler.cpp
       
    38 SOURCE                  cchuicchhandler.cpp
       
    39 SOURCE                  cchuinotehandler.cpp
       
    40 SOURCE                  cchuiconnectionhandler.cpp
       
    41 SOURCE                  cchuiglobalqueryhandler.cpp
       
    42 SOURCE                  cchuiclientobserver.cpp
       
    43 SOURCE                  cchuitimer.cpp
       
    44 SOURCE			cchserviceimplasynchroniser.cpp
       
    45 
       
    46 USERINCLUDE             ../inc
       
    47 USERINCLUDE             ../../inc           // CCH's internal headers
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE 
       
    50 
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 flogger.lib          // for logging purposes
       
    53 LIBRARY                 cchclient.lib
       
    54 LIBRARY                 ecom.lib
       
    55 LIBRARY                 cone.lib 
       
    56 LIBRARY                 bafl.lib
       
    57 LIBRARY                 efsrv.lib
       
    58 LIBRARY                 estor.lib
       
    59 LIBRARY                 connmon.lib
       
    60 LIBRARY                 featmgr.lib
       
    61 LIBRARY                 commsdat.lib
       
    62 LIBRARY                 aknnotify.lib
       
    63 LIBRARY                 cmmanager.lib
       
    64 LIBRARY                 platformenv.lib
       
    65 LIBRARY                 commonengine.lib
       
    66 LIBRARY                 wepsecuritysettingsui.lib
       
    67 LIBRARY                 wpasecuritysettingsui.lib
       
    68 LIBRARY                 connectionuiutilities.lib
       
    69 LIBRARY                 serviceprovidersettings.lib
       
    70 
       
    71