sipproviderplugins/sipprovider/sipstatemachine/group/SipStateMachine.mmp
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2005-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 // mmp file for the SIP State Machine library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 TARGET          sipstatemachine.dll
       
    24 TARGETTYPE		dll
       
    25 UID             0x1000008d 0x10274CAC
       
    26 VENDORID        0x70000001
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          transitionengine.cpp SipStateMachine.cpp StateIdle.cpp
       
    29 SOURCE          StateSessionInitiation.cpp StateSessionEstablished.cpp StateSessionTerminate.cpp
       
    30 SOURCE          TransitionEngineMgr.cpp
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 LIBRARY         euser.lib efsrv.lib esocksvr.lib estor.lib
       
    35 LIBRARY         sipcodec.lib sdpcodec.lib sipprofile.lib sipprofilecli.lib
       
    36 LIBRARY         siprsvclient.lib sipclient.lib inetprotutil.lib
       
    37 
       
    38 #ifdef SYMBIAN_NETWORKING_RSUBCONNECTION
       
    39 #ifdef WINSCW
       
    40 DEFFILE SipStateMachine.DEF
       
    41 #else
       
    42 DEFFILE SipStateMachine.def
       
    43 #endif
       
    44 #endif
       
    45 
       
    46 #include	"comms-infras/commsdebugutility.mmh"
       
    47 
       
    48 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    49 
       
    50 SMPSAFE