bluegpsclient.mmp

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

MMP
53
字号
/****************************************************************************
Document no:    
File name:  BlueGPSClient.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-22		TH		First version
****************************************************************************/

TARGET        BlueGPSClient.app
TARGETTYPE    app
UID           0x100039ce 0x101f74a8

TARGETPATH    \system\apps\BlueGPSClient

SYSTEMINCLUDE \epoc32\include
USERINCLUDE   ..\inc
USERINCLUDE   ..\client
SOURCEPATH    ..\client

RESOURCE      BlueGPSClient.rss

SOURCE        BlueGPSClient.cpp
SOURCE        BlueGPSClientApplication.cpp
SOURCE        BlueGPSClientAppUi.cpp
SOURCE        BlueGPSClientAppView.cpp
SOURCE        BlueGPSClientDocument.cpp
SOURCE        BlueGPSClientSession.cpp

LIBRARY       euser.lib
LIBRARY       apparc.lib
LIBRARY       cone.lib
LIBRARY       eikcore.lib
LIBRARY	      qikctl.lib
LIBRARY       bluetooth.lib
LIBRARY       efsrv.lib 
LIBRARY       btdevice.lib 
LIBRARY		  qbtsharedui.lib
LIBRARY       BlueGPSServer.lib
LIBRARY		  fbscli.lib

⌨️ 快捷键说明

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