sipvoipprovider/group/svpcontroller.mmp
branchRCL_3
changeset 22 d38647835c2e
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 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 SVP
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  svp.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 
       
    24 // 271066503	0x10282587	 SIP VoIP Provider 	ecom dll uid 
       
    25 // 271066504	0x10282588	 SIP VoIP Provider	ecom interface uid
       
    26 // 271066505	0x10282589	 SIP VoIP Provider	ecom implementation uid
       
    27 
       
    28 // ECOM Dll recognition UID followed by the unique UID for this dll
       
    29 UID                     0x10009D8D 0x10282587
       
    30 
       
    31 CAPABILITY              CAP_ECOM_PLUGIN 
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 // svp controller
       
    35 SOURCEPATH              ../src
       
    36 SOURCE                  svpcontroller.cpp
       
    37 SOURCE                  svpsessionbase.cpp
       
    38 SOURCE                  svpmosession.cpp
       
    39 SOURCE                  svpmtsession.cpp
       
    40 SOURCE                  svpemergencysession.cpp
       
    41 SOURCE                  svputility.cpp
       
    42 SOURCE                  svpproxy.cpp
       
    43 SOURCE                  svpuriparser.cpp
       
    44 SOURCE                  svptimer.cpp
       
    45 SOURCE                  svppropertywatch.cpp
       
    46 SOURCE                  svpvolumeobserver.cpp
       
    47 SOURCE                  svpforwardprovider.cpp
       
    48 SOURCE                  svppositioningprovider.cpp
       
    49 SOURCE                  svpemergencyiapprovider.cpp
       
    50 SOURCE                  svpemergencyconnection.cpp
       
    51 SOURCE                  svpsslogcall.cpp
       
    52 SOURCE                  svpsupplementaryservices.cpp
       
    53 SOURCE                  svpdtmfeventgenerator.cpp
       
    54 SOURCE                  svpaudioutility.cpp
       
    55 SOURCE                  svprtpobserver.cpp
       
    56 SOURCE                  svprtpobserverrequest.cpp
       
    57 SOURCE                  svpsettings.cpp
       
    58 
       
    59 // svp hold
       
    60 SOURCEPATH              ../svphold/src
       
    61 SOURCE                  svpholdattributehandler.cpp
       
    62 SOURCE                  svpholdmediahandler.cpp
       
    63 SOURCE                  svpholdcontroller.cpp
       
    64 SOURCE                  svpholdcontext.cpp
       
    65 SOURCE                  svpholdstatebase.cpp                  
       
    66 SOURCE                  svpholdconnectedstate.cpp             
       
    67 SOURCE                  svpholddhstate.cpp
       
    68 SOURCE                  svpholdinstate.cpp
       
    69 SOURCE                  svpholdoutstate.cpp
       
    70 SOURCE                  svpholdoutestablishingstate.cpp
       
    71 SOURCE                  svpholdinestablishingstate.cpp
       
    72 
       
    73 // svp transfer
       
    74 SOURCEPATH              ../svptransfer/src
       
    75 SOURCE                  svptransfercontroller.cpp
       
    76 SOURCE                  svptransferstatecontext.cpp
       
    77 SOURCE                  svptransferstatebase.cpp
       
    78 SOURCE                  svptransferidlestate.cpp
       
    79 SOURCE                  svptransferpendingstate.cpp
       
    80 SOURCE                  svptransferacceptedstate.cpp
       
    81 SOURCE                  svptransferterminatingstate.cpp
       
    82 SOURCE                  svptransferterminatedstate.cpp
       
    83 
       
    84 // user include paths
       
    85 USERINCLUDE             ../inc
       
    86 USERINCLUDE             ../svphold/inc
       
    87 USERINCLUDE             ../svptransfer/inc
       
    88 USERINCLUDE             ../../inc
       
    89 
       
    90 // system include paths
       
    91 SYSTEMINCLUDE           /epoc32/include/ecom
       
    92 SYSTEMINCLUDE           ../../inc    // IPTelephony internal headers
       
    93 APP_LAYER_SYSTEMINCLUDE
       
    94 
       
    95 SOURCEPATH              ../data
       
    96 START RESOURCE          10282587.RSS
       
    97 TARGET                  svp.rsc
       
    98 END
       
    99 
       
   100 
       
   101 LIBRARY                 bafl.lib 
       
   102 LIBRARY                 euser.lib
       
   103 LIBRARY                 ecom.lib
       
   104 LIBRARY                 mceclient.lib  
       
   105 LIBRARY                 rcse.lib
       
   106 LIBRARY                 centralrepository.lib    // for call waiting value
       
   107 LIBRARY                 sipclient.lib            // for keepalive value
       
   108 LIBRARY                 sipprofilecli.lib        // for keepalive value
       
   109 LIBRARY                 sipcodec.lib             // for sipstring
       
   110 LIBRARY                 inetprotutil.lib         // for escape utils 
       
   111 LIBRARY                 cenrepnotifhandler.lib   // for volume watcher
       
   112 LIBRARY                 sdpcodec.lib             // for connection field
       
   113 LIBRARY                 lbs.lib                  // for positioning provider
       
   114 LIBRARY                 connmon.lib              // for connection monitor
       
   115 LIBRARY                 commdb.lib               // for TCommDbConnPref
       
   116 LIBRARY                 insock.lib               // for TInetAddr class
       
   117 LIBRARY                 esock.lib                // for RSocket class
       
   118 LIBRARY                 estor.lib                // for RBufWriteStream class
       
   119 LIBRARY                 sysutil.lib             // for SW version
       
   120 LIBRARY                 platformenv.lib         // for phonemodel
       
   121 
       
   122                         // Symbian OS general
       
   123 LIBRARY                 cone.lib 
       
   124 LIBRARY                 efsrv.lib
       
   125 LIBRARY telephonyaudiorouting.lib 		// for tracking audio routing
       
   126 // for Log call service
       
   127 LIBRARY			apgrfx.lib
       
   128 LIBRARY			apparc.lib 
       
   129 LIBRARY			logcli.lib
       
   130 LIBRARY			logseng.lib
       
   131 LIBRARY			logwrap.lib
       
   132 LIBRARY			pbkeng.lib 
       
   133 LIBRARY			charconv.lib 
       
   134 LIBRARY			pbkview.lib 
       
   135 LIBRARY			voipeventlog.lib	// for VoIP event logger
       
   136 LIBRARY                 ipapputils.lib          // CIpAppPhoneUtils, CIPAppUtilsAddressResolver
       
   137 LIBRARY                 callprovider.lib
       
   138 LIBRARY                 serviceprovidersettings.lib
       
   139 LIBRARY			featdiscovery.lib
       
   140