mmserv/tms/tmscallserver/group/tmscallserver.mmp
changeset 0 71ca22bcf22a
child 6 e35735ece90c
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     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: Telephony Multimedia Service
       
    15  *
       
    16  */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../inc/tmsgstreamer.h"
       
    21 
       
    22 TARGET          tmscallserver.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008d 0x10207C78
       
    25 EPOCSTACKSIZE   0x5000
       
    26 EPOCHEAPSIZE    0x500000 0x1800000
       
    27 CAPABILITY      ALL -Tcb
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 #ifndef WINSCW
       
    31 EpocAllowDllData
       
    32 #endif
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          tmscallserver.cpp
       
    37 SOURCE          tmscallsrvrstart.cpp
       
    38 SOURCE          delaytimer.cpp
       
    39 SOURCE          tmscallsession.cpp
       
    40 SOURCE          calladpt.cpp
       
    41 SOURCE          callcsadpt.cpp
       
    42 SOURCE          callipadpt.cpp
       
    43 SOURCE          ipcallstreambase.cpp
       
    44 #ifdef __USE_GSTREAMER__
       
    45 SOURCE          ipcalldownlink.cpp
       
    46 SOURCE          ipcalluplink.cpp
       
    47 #else //__USE_GSTREAMER__
       
    48 SOURCE          ipcalldownlinkds.cpp
       
    49 SOURCE          ipcalluplinkds.cpp
       
    50 #endif //__USE_GSTREAMER__
       
    51 SOURCE          cspdevsound.cpp
       
    52 SOURCE          csdownlink.cpp
       
    53 SOURCE          csuplink.cpp
       
    54 SOURCE          tarsettings.cpp
       
    55 
       
    56 USERINCLUDE     ../inc
       
    57 USERINCLUDE     ../../inc
       
    58 #ifdef __USE_GSTREAMER__
       
    59 USERINCLUDE     /sf/mw/gstreamer/gst_plugins_symbian/gst/devsound
       
    60 #endif //__USE_GSTREAMER__
       
    61 
       
    62 MW_LAYER_SYSTEMINCLUDE
       
    63 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    64 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    65 
       
    66 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    67 SYSTEMINCLUDE   /epoc32/include/mda/common
       
    68 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    69 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
       
    70 
       
    71 #ifdef __USE_GSTREAMER__
       
    72 SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer
       
    73 SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer/gst
       
    74 SYSTEMINCLUDE   /sf/mw/gstreamer/include/gstreamer/gst/app
       
    75 SYSTEMINCLUDE   /epoc32/include/stdapis/glib-2.0/gobject
       
    76 
       
    77 LIBRARY         libgobject.lib
       
    78 LIBRARY         libgstreamer.lib
       
    79 LIBRARY         libgstapp.lib
       
    80 LIBRARY         libgstdevsoundext.lib
       
    81 #else //__USE_GSTREAMER__
       
    82 LIBRARY         errorconcealmentintfc.lib
       
    83 LIBRARY         g711decoderintfc.lib
       
    84 LIBRARY         g711encoderintfc.lib
       
    85 LIBRARY         g729decoderintfc.lib
       
    86 LIBRARY         g729encoderintfc.lib
       
    87 LIBRARY         ilbcdecoderintfc.lib
       
    88 LIBRARY         ilbcencoderintfc.lib
       
    89 LIBRARY         speechencoderconfig.lib
       
    90 LIBRARY         audiooutputrouting.lib
       
    91 #endif //__USE_GSTREAMER__
       
    92 LIBRARY         euser.lib
       
    93 LIBRARY         estor.lib
       
    94 LIBRARY         efsrv.lib
       
    95 LIBRARY         ecom.lib
       
    96 LIBRARY         libglib.lib
       
    97 LIBRARY         mmfdevsound.lib
       
    98 LIBRARY         mmfserverbaseclasses.lib
       
    99 LIBRARY         mediaclientaudio.lib
       
   100 LIBRARY         profileengine.lib
       
   101 LIBRARY         telephonyaudiorouting.lib
       
   102 LIBRARY         tmsutility.lib
       
   103 
       
   104 DEFFILE         tmscallserver.def
       
   105 NOSTRICTDEF
       
   106 
       
   107 SMPSAFE
       
   108 
       
   109 // End of file