bluegpstest.mmp

来自「S60系统下的蓝牙GPS连接程序 包括client和server端的连接方式」· MMP 代码 · 共 39 行

MMP
39
字号
/****************************************************************************
Document no:    
File name:  BlueGPSTest.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-29		TH		First version
****************************************************************************/

TARGET        BlueGPSTest.exe
TARGETTYPE    exe
UID           0 0x01000000

SYSTEMINCLUDE \epoc32\include

USERINCLUDE   ..\inc
USERINCLUDE   ..\..\src\inc
USERINCLUDE   ..\..\src\server

SOURCEPATH    ..\src
SOURCE        BlueGPSTest.cpp

SOURCEPATH    ..\..\src\server
SOURCE        BlueGPSParser.cpp

LIBRARY       euser.lib
LIBRARY       InetProtUtil.lib 

⌨️ 快捷键说明

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