bluegpsserver.mmp
来自「S60系统下的蓝牙GPS连接程序 包括client和server端的连接方式」· MMP 代码 · 共 50 行
MMP
50 行
/****************************************************************************
Document no:
File name: BlueGPSServer.mmp
Product: cahxxx_bluegps
Author: Tobias Hesselius
COPYRIGHT Sony Ericsson Mobile Communications AB 2001
The copyright to the computer program(s) herein is the property of Ericsson
Mobile Communications AB, Sweden. The program(s) may be used and/or copied
only with the written permission from Ericsson Mobile Communications AB or in
accordance with the terms and conditions stipulated in the agreement/contract
under which the program(s) have been supplied.
History of changes
Date Rev Signature Change
2003-07-06 TH First version
****************************************************************************/
TARGET BlueGPSServer.dll
TARGETTYPE dll
UID 0
TARGETPATH \system\libs
SYSTEMINCLUDE \epoc32\include
USERINCLUDE ..\inc
USERINCLUDE ..\server
SOURCEPATH ..\server
SOURCE BlueGPSServer.cpp
SOURCE BlueGPSServerSession.cpp
SOURCE BlueGPSEngine.cpp
SOURCE BlueGPSParser.cpp
//SOURCE BlueGPSInfo.cpp
SOURCE trfcommserviceseeker.cpp
LIBRARY euser.lib esock.lib bluetooth.lib efsrv.lib
LIBRARY sdpdatabase.lib sdpagent.lib btdevice.lib //qbtsharedui.lib
LIBRARY InetProtUtil.lib
#if defined(WINS)
deffile .\BlueGPSServerWINS.def
#else if defined(ARM)
deffile .\BlueGPSServerARM.def
#endif
nostrictdef
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?