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

📄 bluetoothengine_extensibleplugin.mmp

📁 Symbian C++ 蓝牙例程
💻 MMP
字号:
// ====================================================================
// * File: BluetoothEngine_ExtensiblePlugIn.mmp
// * Created: 23/08/07
// * Author: 
// * Copyright (c): , All rights reserved
// * ====================================================================

CAPABILITY LocalServices WriteDeviceData


#ifdef __UI_FRAMEWORKS_V2__
TARGETPATH	\sys\bin
#if defined(EKA2) || !defined(WINS)
TARGET          BluetoothEngine_ExtensiblePlugIn.exe
TARGETTYPE exe
#else // EKA1 WINS
TARGET          BluetoothEngine_ExtensiblePlugIn.app
TARGETTYPE exedll
deffile \epoc32\release\wins\BluetoothEngine_ExtensiblePlugIn.def
#endif
#else // __UI_FRAMEWORKS_V2__
TARGET          BluetoothEngine_ExtensiblePlugIn.app
TARGETPATH      \system\apps\BluetoothEngine_ExtensiblePlugIn
TARGETTYPE app
#endif

UID               0x100039CE 0x045664B0

LANG              SC

SOURCEPATH        ..\src
DOCUMENT		  Series_60_APP_ReadMe.txt
SOURCE            BluetoothEngine_ExtensiblePlugIn.cpp
SOURCE            BluetoothEngine_ExtensiblePlugInApplication.cpp 
SOURCE            BluetoothEngine_ExtensiblePlugInAppView.cpp
SOURCE            BluetoothEngine_ExtensiblePlugInAppUi.cpp
SOURCE            BluetoothEngine_ExtensiblePlugInDocument.cpp 
SOURCE			  MyBluetoothEngineClass.cpp

SOURCEPATH        ..\group


USERINCLUDE       ..\inc 

SYSTEMINCLUDE     \epoc32\include

LIBRARY           euser.lib
LIBRARY           apparc.lib
LIBRARY           cone.lib 
LIBRARY           eikcore.lib  
LIBRARY           avkon.lib  
LIBRARY			  bteng.lib
LIBRARY			  bluetooth.lib 
LIBRARY			  btdevice.lib eikcoctl.lib eikctl.lib bafl.lib 

#ifdef __UI_FRAMEWORKS_V2__
START RESOURCE	BluetoothEngine_ExtensiblePlugIn.RSS
HEADER
targetpath	\resource\apps
lang		sc
end
#else
RESOURCE        BluetoothEngine_ExtensiblePlugIn.RSS 
#endif

#ifdef __UI_FRAMEWORKS_V2__
sourcepath		.
START RESOURCE	BluetoothEngine_ExtensiblePlugIn_reg.rss
TARGETPATH	\private\10003a3f\import\apps
END
   
start resource BluetoothEngine_ExtensiblePlugIn_loc.RSS
targetpath \resource\apps
lang sc
end
#endif

⌨️ 快捷键说明

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