bluetoothchat.mmp

来自「《基于symbian手机开发与应用》一书的源代码」· MMP 代码 · 共 52 行

MMP
52
字号
/**
* 
* @brief Project specification file for BluetoothChat application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

TARGET BluetoothChat.app
TARGETTYPE app
UID 0x100039CE 0x101F6148 
TARGETPATH \system\apps\BluetoothChat

SOURCEPATH ..\src
SOURCE BluetoothChatApplication.cpp 
SOURCE BluetoothChatAppUi.cpp
SOURCE BluetoothChatDocument.cpp
SOURCE BluetoothChatDialog.cpp
SOURCE BluetoothDeviceSearcher.cpp
SOURCE BluetoothServiceSearcher.cpp
SOURCE BluetoothAdvertiser.cpp
SOURCE TBluetoothAttributeParser.cpp
SOURCE BluetoothClient.cpp
SOURCE BluetoothServer.cpp

SOURCEPATH ..\group
RESOURCE BluetoothChat.rss
RESOURCE BluetoothChat_caption.rss

LANG 01

USERINCLUDE . ..\inc

SYSTEMINCLUDE \epoc32\include

LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
LIBRARY eikcoctl.lib avkon.lib
LIBRARY eikdlg.lib
LIBRARY btextnotifiers.lib
LIBRARY bluetooth.lib
LIBRARY sdpdatabase.lib
LIBRARY	sdpagent.lib
LIBRARY esock.lib
LIBRARY btmanclient.lib
LIBRARY aknnotify.lib
LIBRARY commonengine.lib
LIBRARY btdevice.lib
LIBRARY estor.lib

AIF BluetoothChat.aif ..\aif BluetoothChatAif.rss c12 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

// End of File

⌨️ 快捷键说明

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