convergedconnectionhandler/cchclient/group/cchclient.mmp
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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                  cchclient.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10275455 
       
    25 
       
    26 CAPABILITY              CAP_CLIENT_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  cchclient.cpp
       
    31 SOURCE                  cchserver.cpp
       
    32 
       
    33 USERINCLUDE             ../inc
       
    34 USERINCLUDE             ../../inc           // CCH's internal headers
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE 
       
    37 
       
    38 LIBRARY                 euser.lib
       
    39 LIBRARY                 flogger.lib         // for logging purposes
       
    40