convergedcallengine/cce/group/cce.mmp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     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:  CCE project file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 CAPABILITY      CAP_GENERAL_DLL
       
    21 
       
    22 TARGET          cce.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008D 0x102828BA
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 
       
    29 SOURCE          ccce.cpp
       
    30 SOURCE          ccceutility.cpp
       
    31 SOURCE          cccedurationtimer.cpp
       
    32 SOURCE          ccceplugin.cpp
       
    33 SOURCE          cccepluginmanager.cpp
       
    34 SOURCE          cccecall.cpp
       
    35 SOURCE          ccceemergencycall.cpp
       
    36 SOURCE          ccceconferencecall.cpp
       
    37 SOURCE          cccecallcontainer.cpp
       
    38 SOURCE          cccedtmf.cpp
       
    39 SOURCE          cccetransfercontroller.cpp
       
    40 SOURCE          ccceextension.cpp
       
    41 SOURCE          cccecallobserverasynchroniser.cpp
       
    42 SOURCE          ccceobserverasynchroniser.cpp
       
    43 SOURCE          cccespsettingshandler.cpp
       
    44 SOURCE          cccecallparameters.cpp
       
    45 SOURCE			cccecallinfomediator.cpp
       
    46 SOURCE	        cccecallinfomediatorupdater.cpp
       
    47 SOURCE          cccecallinfoconverter.cpp
       
    48 SOURCE			tccecallindex.cpp
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../api
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         flogger.lib             // For logging
       
    57 LIBRARY         centralrepository.lib
       
    58 LIBRARY         estor.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         ecom.lib                // For signaling IF
       
    61 LIBRARY         serviceprovidersettings.lib // For serviceid handling
       
    62 LIBRARY         mediatorclient.lib
       
    63 LIBRARY         callprovider.lib
       
    64 LIBRARY         featmgr.lib
       
    65 
       
    66 LANG            SC