convergedcallengine/csplugin/group/csplugin.mmp
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2007-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 CS Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>    
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  csplugin.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 
       
    25 // 271067363    0x102828E3     CS Call Plugin     ECom DLL UID
       
    26 // 271067364    0x102828E4     CS Call Plugin     ECom Interface UID 
       
    27 // 271067365    0x102828E5     CS Call Plugin     ECom Implementation UID 
       
    28 
       
    29 // ECOM Dll recognition UID followed by the unique UID for this dll
       
    30 UID                     0x10009D8D 0x102828E3
       
    31 
       
    32 CAPABILITY              CAP_ECOM_PLUGIN NetworkControl NetworkServices ReadDeviceData
       
    33 VENDORID                VID_DEFAULT
       
    34 
       
    35 SOURCEPATH              ../src
       
    36 SOURCE                  csprovider.cpp
       
    37 SOURCE                  cspproxy.cpp
       
    38 SOURCE                  cspcall.cpp
       
    39 SOURCE                  cspvoicecall.cpp
       
    40 SOURCE                  rcsplinecontainer.cpp
       
    41 SOURCE                  cspetelcalleventmonitor.cpp
       
    42 SOURCE                  cspetelcallstatusmonitor.cpp
       
    43 SOURCE                  cspcallinfomonitor.cpp
       
    44 SOURCE                  cspetelincomingcallmonitor.cpp
       
    45 SOURCE                  cspetelcallrequester.cpp
       
    46 SOURCE                  cspetelcallcapsmonitor.cpp
       
    47 SOURCE                  cspetelconferencecallrequester.cpp
       
    48 SOURCE                  cspdtmfprovider.cpp
       
    49 SOURCE                  cspeteldtmfmonitor.cpp
       
    50 SOURCE                  cspeteldtmfstopmonitor.cpp
       
    51 SOURCE                  cspconferencecall.cpp
       
    52 SOURCE                  cspetelconferencestatusmonitor.cpp
       
    53 SOURCE                  cspetelconferenceeventmonitor.cpp
       
    54 SOURCE                  cspetelconferencecapsmonitor.cpp
       
    55 SOURCE                  csptransferprovider.cpp
       
    56 SOURCE                  cspservicesettingshandler.cpp
       
    57 SOURCE                  cspvideocall.cpp
       
    58 SOURCE                  cspetelvideocallcapsmonitor.cpp
       
    59 SOURCE                  cspforwardprovider.cpp
       
    60 SOURCE                  cspvideocallconnectionhandler.cpp
       
    61 SOURCE                  cspcalladdedhandler.cpp
       
    62 SOURCE                  cspcallarray.cpp
       
    63 SOURCE                  csppanic.cpp
       
    64 SOURCE                  cspaudiohandler.cpp
       
    65 SOURCE                  csppubsublistener.cpp
       
    66 SOURCE                  cspcenreplistener.cpp
       
    67 SOURCE                  cspetelcallwaitingrequester.cpp
       
    68 SOURCE                  cspsupplementaryservicesmonitor.cpp
       
    69 SOURCE                  cspcipheringstatusmonitor.cpp
       
    70 SOURCE                  cspsssettingshandler.cpp
       
    71 SOURCE                  cspuuimessagesender.cpp
       
    72 SOURCE                  cspuuimonitor.cpp
       
    73 SOURCE                  tcspskypeidparser.cpp
       
    74 SOURCE                  cspdevsound.cpp
       
    75 SOURCE                  cspmicrophone.cpp
       
    76 SOURCE                  cspspeaker.cpp
       
    77 SOURCE                  cspaudiostreams.cpp
       
    78 SOURCE                  csptimer.cpp
       
    79 SOURCE                  cspcallcommandhandler.cpp
       
    80 SOURCE                  cspremotealertingtonelistener.cpp
       
    81 SOURCE                  cspetellinestatusmonitor.cpp
       
    82 SOURCE                  cspclientvideocall.cpp
       
    83 SOURCE                  cspclientvoicecall.cpp
       
    84 
       
    85 // user include paths
       
    86 USERINCLUDE             ../inc
       
    87 
       
    88 // APP_LAYER_SYSTEMINCLUDE is needed for 
       
    89 // telmicmutestatuspskeys.h telincallvolcntrlcrkeys.h
       
    90 // MW_LAYER_SYSTEMINCLUDE would be preferred
       
    91 APP_LAYER_SYSTEMINCLUDE 
       
    92 
       
    93 SYSTEMINCLUDE   /epoc32/include/ecom
       
    94 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    95 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    96 SYSTEMINCLUDE   /epoc32/include/mda/client
       
    97 
       
    98 SOURCEPATH              ../data
       
    99 START RESOURCE          102828e3.rss
       
   100 TARGET                  csplugin.rsc
       
   101 END
       
   102 
       
   103 LIBRARY                 bafl.lib 
       
   104 LIBRARY                 euser.lib
       
   105 LIBRARY                 ecom.lib
       
   106 LIBRARY                 etelmm.lib
       
   107 LIBRARY                 etel.lib
       
   108 LIBRARY                 customapi.lib
       
   109 LIBRARY                 esock.lib
       
   110 LIBRARY                 serviceprovidersettings.lib // Reading service id and related
       
   111 LIBRARY                 featmgr.lib
       
   112 LIBRARY                 mmfdevsound.lib
       
   113 LIBRARY                 centralrepository.lib 
       
   114 LIBRARY                 sssettings.lib
       
   115 LIBRARY                 telephonyaudiorouting.lib callprovider.lib cce.lib
       
   116 DEBUGLIBRARY            flogger.lib