⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sipexsipengine.mmp

📁 an example for sip for symbian
💻 MMP
字号:
/*
* ==============================================================================
*  Name        : SIPExSIPEngine.mmp
*  Part of     : SIPExSIPEngineSIPEngine
*  Interface   : 
*  Description : 
*  Version     : 
*
*  Copyright (c) 2004-2006 Nokia Corporation.
*  This material, including documentation and any related 
*  computer programs, is protected by copyright controlled by 
*  Nokia Corporation.
* ==============================================================================
*/

TARGET          SIPExSIPEngine.dll
TARGETTYPE      dll
UID             0x1000008d 0xA00001ED

SOURCEPATH      ..\src
SOURCE	        SIPExSIPTerminatingState.cpp
SOURCE	        SIPExSIPClientEstablishingState.cpp
SOURCE	        SIPExSIPClientOfferingState.cpp
SOURCE	        SIPExSIPEngine.cpp
SOURCE	        SIPExSIPEstablishedState.cpp
SOURCE	        SIPExSIPIdleState.cpp
SOURCE	        SIPExSIPServerEstablishingState.cpp
SOURCE	        SIPExSIPServerOfferingState.cpp
SOURCE	        SIPExSIPStateBase.cpp
SOURCE          DllEntry.cpp

USERINCLUDE     ..\inc

SYSTEMINCLUDE   \epoc32\include

LIBRARY		euser.lib
LIBRARY	    	estor.lib
LIBRARY		bafl.lib
LIBRARY		insock.lib
LIBRARY		sipprofilecli.lib
LIBRARY		sipclient.lib
LIBRARY		sipcodec.lib
LIBRARY		sdpcodec.lib
LIBRARY         inetprotutil.lib

VENDORID        0

CAPABILITY     NetworkServices LocalServices Location ReadUserData \
               WriteUserData WriteDeviceData SwEvent ProtServ

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -