⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bluetoothchat.mmp

📁 《基于symbian os 的手机开发与应用》 源代码 何伟 著
💻 MMP
字号:
/**
* 
* @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -