📄 bluegpsserver.mmp
字号:
/****************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -