mmserv/tms/tmsapi/group/tmsapi.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      tmsapi.dll
       
    21 TARGETTYPE  dll
       
    22 UID         0x1000008d 0x10207C76
       
    23 CAPABILITY  CAP_GENERAL_DLL
       
    24 VENDORID    VID_DEFAULT
       
    25 
       
    26 #ifndef WINSCW
       
    27 EpocAllowDllData
       
    28 #endif
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    32 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE /epoc32/include/stdapis/stlport
       
    34 
       
    35 USERINCLUDE ../inc
       
    36 USERINCLUDE ../../inc
       
    37 
       
    38 SOURCEPATH  ../src
       
    39 SOURCE      tmscall.cpp
       
    40 SOURCE      tmsstream.cpp
       
    41 SOURCE      tmsclientsource.cpp
       
    42 SOURCE      tmsclientsink.cpp
       
    43 SOURCE      tmsvolumeeffect.cpp
       
    44 SOURCE      tmsgaineffect.cpp
       
    45 SOURCE      tmsglobalgaineffect.cpp
       
    46 SOURCE      tmsglobalvoleffect.cpp
       
    47 SOURCE      tmsglobalrouting.cpp
       
    48 SOURCE      tmspcm.cpp
       
    49 SOURCE      tmsilbc.cpp
       
    50 SOURCE      tmsamr.cpp
       
    51 SOURCE      tmsg711.cpp
       
    52 SOURCE      tmsg729.cpp
       
    53 SOURCE      tmsformat.cpp
       
    54 SOURCE      tmsmodemsink.cpp
       
    55 SOURCE      tmsspeakersink.cpp
       
    56 SOURCE      tmsmodemsource.cpp
       
    57 SOURCE      tmsmicsource.cpp
       
    58 
       
    59 LIBRARY     euser.lib
       
    60 LIBRARY     libglib.lib
       
    61 LIBRARY     libstdcpp.lib
       
    62 LIBRARY     libc.lib
       
    63 
       
    64 DEFFILE     tmsapi.def
       
    65 NOSTRICTDEF
       
    66 
       
    67 SMPSAFE
       
    68 
       
    69 // End of file
       
    70