mmserv/tms/tmsserver/group/tmsserver.mmp
changeset 0 71ca22bcf22a
child 8 e35735ece90c
child 12 5a06f39ad45b
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 
       
    21 TARGET          tmsserver.exe
       
    22 TARGETTYPE      EXE
       
    23 UID             0 0x10207C7C
       
    24 EPOCSTACKSIZE   0x5000
       
    25 EPOCHEAPSIZE    0x500000 0x1000000
       
    26 CAPABILITY      ALL -Tcb
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          tmsserver.cpp
       
    32 SOURCE          tmsserversession.cpp
       
    33 SOURCE          tmsservershutdown.cpp
       
    34 SOURCE          globaleffectssettings.cpp
       
    35 SOURCE          tareventhandler.cpp
       
    36 SOURCE          cspcenreplistener.cpp
       
    37 SOURCE          cspaudiohandler.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../../inc
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    44 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    45 
       
    46 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    47 SYSTEMINCLUDE   /epoc32/include/mda/common
       
    48 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    49 SYSTEMINCLUDE   /epoc32/include/platform/app
       
    50 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
       
    51 SYSTEMINCLUDE   /epoc32/include/stdapis/glib-2.0/gobject
       
    52 
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         estor.lib
       
    56 LIBRARY         libglib.lib
       
    57 LIBRARY         mmfdevsound.lib
       
    58 LIBRARY         tmscallserver.lib
       
    59 LIBRARY         centralrepository.lib
       
    60 LIBRARY         cenrepnotifhandler.lib
       
    61 LIBRARY         mediaclientaudio.lib
       
    62 
       
    63 SMPSAFE
       
    64 
       
    65 // End of file