mmserv/tms/tmsimpl/group/tmsimpl.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 <platform_paths.hrh>
       
    19 
       
    20 TARGET          tmsimpl.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008d 0x10207C7A
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 #ifndef WINSCW
       
    27 EpocAllowDllData
       
    28 #endif
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../inc
       
    32 USERINCLUDE     ../../tmsproxy/inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    36 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
       
    38 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          tmscallimpl.cpp
       
    42 SOURCE          tmscallbodyimpl.cpp
       
    43 SOURCE          tmsipcallbodyimpl.cpp
       
    44 SOURCE          tmscscallbodyimpl.cpp
       
    45 SOURCE          tmsstreamimpl.cpp
       
    46 SOURCE          tmsstreambodyimpl.cpp
       
    47 SOURCE          tmsqueuehandler.cpp
       
    48 SOURCE          tmsbufferimpl.cpp
       
    49 SOURCE          tmsmembuffer.cpp
       
    50 SOURCE          tmssourceimpl.cpp
       
    51 SOURCE          tmseffectimpl.cpp
       
    52 SOURCE          tmssinkimpl.cpp
       
    53 SOURCE          tmsclientsourceimpl.cpp
       
    54 SOURCE          tmsclientsourcebodyimpl.cpp
       
    55 SOURCE          tmsclientsinkimpl.cpp
       
    56 SOURCE          tmsclientsinkbodyimpl.cpp
       
    57 SOURCE          tmsglobalgaineffectbodyimpl.cpp
       
    58 SOURCE          tmsglobalgaineffectimpl.cpp
       
    59 SOURCE          tmsglobalvoleffectbodyimpl.cpp
       
    60 SOURCE          tmsglobalvoleffectimpl.cpp
       
    61 SOURCE          tmsvolumeeffectimpl.cpp
       
    62 SOURCE          tmsvolumeeffectbodyimpl.cpp
       
    63 SOURCE          tmsgaineffectimpl.cpp
       
    64 SOURCE          tmsgaineffectbodyimpl.cpp
       
    65 SOURCE          tmsformatimpl.cpp
       
    66 SOURCE          tmsformatbodyimpl.cpp
       
    67 SOURCE          tmsglobalroutingimpl.cpp
       
    68 SOURCE          tmsglobalroutingbodyimpl.cpp
       
    69 SOURCE          tmsamrimpl.cpp
       
    70 SOURCE          tmsamrbodyimpl.cpp
       
    71 SOURCE          tmsg711impl.cpp
       
    72 SOURCE          tmsg711bodyimpl.cpp
       
    73 SOURCE          tmsg729impl.cpp
       
    74 SOURCE          tmsg729bodyimpl.cpp
       
    75 SOURCE          tmsilbcimpl.cpp
       
    76 SOURCE          tmsilbcbodyimpl.cpp
       
    77 SOURCE          tmspcmimpl.cpp
       
    78 SOURCE          tmspcmbodyimpl.cpp
       
    79 SOURCE          tmsspeakersinkbodyimpl.cpp
       
    80 SOURCE          tmsspeakersinkimpl.cpp
       
    81 SOURCE          tmsmodemsinkbodyimpl.cpp
       
    82 SOURCE          tmsmodemsinkimpl.cpp
       
    83 SOURCE          tmsmicsourcebodyimpl.cpp
       
    84 SOURCE          tmsmicsourceimpl.cpp
       
    85 SOURCE          tmsmodemsourcebodyimpl.cpp
       
    86 SOURCE          tmsmodemsourceimpl.cpp
       
    87 
       
    88 LIBRARY         euser.lib
       
    89 LIBRARY         libglib.lib
       
    90 LIBRARY         tmsapi.lib
       
    91 LIBRARY         tmscallproxy.lib
       
    92 LIBRARY         tmsproxy.lib
       
    93 LIBRARY         libc.lib
       
    94 
       
    95 DEFFILE         tmsimpl.def
       
    96 NOSTRICTDEF
       
    97 
       
    98 SMPSAFE
       
    99 
       
   100 // End of file