mmserv/voipaudioservices/VoIPServer/group/VoIPAudioServer.mmp
changeset 0 71ca22bcf22a
child 3 4f62049db6ac
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2  * Copyright (c) 2007-2008 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 the VoIP audio server.
       
    15  *
       
    16  */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          voipaudioserver.exe
       
    22 TARGETTYPE      EXE
       
    23 UID             0 0x10207B9E
       
    24 EPOCSTACKSIZE   0x5000
       
    25 EPOCHEAPSIZE    0x20000 0x1000000 // Min 128kb, max 16Mb
       
    26 CAPABILITY      MultiMediaDD ReadDeviceData WriteDeviceData UserEnvironment ReadUserData WriteUserData
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          VoIPServer.cpp
       
    32 SOURCE          VoIPServerSession.cpp
       
    33 SOURCE          VoIPServerShutdown.cpp
       
    34 SOURCE          VoIPThreadBase.cpp
       
    35 SOURCE          VoIPDownlinkThread.cpp
       
    36 SOURCE          VoIPUplinkThread.cpp
       
    37 SOURCE          VoIPServerAO.cpp
       
    38 SOURCE          VoIPQueueHandlerSrv.cpp
       
    39 SOURCE          VoIPECallEventHandler.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../inc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    46 SYSTEMINCLUDE   /epoc32/include/mda/common
       
    47 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    48 
       
    49 LIBRARY         ecom.lib
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         estor.lib
       
    53 LIBRARY         mediaclientaudio.lib
       
    54 LIBRARY         mmfdevsound.lib
       
    55 LIBRARY         errorconcealmentintfc.lib
       
    56 LIBRARY         g711decoderintfc.lib
       
    57 LIBRARY         g711encoderintfc.lib
       
    58 LIBRARY         g729decoderintfc.lib
       
    59 LIBRARY         g729encoderintfc.lib
       
    60 LIBRARY         ilbcdecoderintfc.lib
       
    61 LIBRARY         ilbcencoderintfc.lib
       
    62 LIBRARY         speechencoderconfig.lib
       
    63 LIBRARY         audiooutputrouting.lib
       
    64 LIBRARY         profileengine.lib
       
    65 LIBRARY         voipjitterbuffer.lib
       
    66 LIBRARY         mmfserverbaseclasses.lib
       
    67 
       
    68 SMPSAFE
       
    69 
       
    70 // End of file