realtimenetprots/sipfw/ClientResolver/Group/crserver.mmp
changeset 0 307788aac0a8
child 55 36ea1f90a3d8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name          : CRServer.mmp
       
    15 // Part of       : SIP Client Resolver
       
    16 // Version       : SIP/6.0
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 TARGET            siprsvsrv.exe
       
    22 TARGETTYPE        exe
       
    23 UID               0x1000008d 0x1020334F
       
    24 
       
    25 SOURCEPATH        ../Server/src
       
    26 SOURCE            SipCRServerMain.cpp
       
    27 SOURCE            SIPCRSerializer.cpp
       
    28 SOURCE            CSIPCRITCUtility.cpp
       
    29 SOURCE            CSIPCRServer.cpp
       
    30 SOURCE            CSIPCRServerCloseTimer.cpp
       
    31 SOURCE            CSIPCRServerSession.cpp
       
    32 SOURCE            CSIPCRResponseItem.cpp
       
    33 SOURCE            CSIPCRResponseQueue.cpp
       
    34 SOURCE            CSIPCRSessionReceiver.cpp
       
    35 SOURCE            CSIPCRRoutingTable.cpp
       
    36 SOURCE            CSIPCRRoutingEntry.cpp
       
    37 SOURCE            CSIPCRRequestItem.cpp
       
    38 SOURCE            sipcrworkerao.cpp
       
    39 
       
    40 USERINCLUDE       ../Server/inc
       
    41 USERINCLUDE       ../common/inc
       
    42 USERINCLUDE       ../Resolver/inc
       
    43 USERINCLUDE       ../Client/inc
       
    44 USERINCLUDE       ../../SIP/Codec/inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 LIBRARY           ecom.lib
       
    49 LIBRARY           euser.lib
       
    50 LIBRARY           estor.lib
       
    51 LIBRARY           bafl.lib
       
    52 LIBRARY           sipcodec.lib
       
    53 LIBRARY           sdpcodec.lib
       
    54 LIBRARY           xmlframework.lib
       
    55 LIBRARY           sipresolver.lib
       
    56 
       
    57 VENDORID 0x70000001
       
    58 
       
    59 CAPABILITY ProtServ
       
    60 
       
    61 //MACRO PLAT_SEC_TEST
       
    62 
       
    63 SMPSAFE