bluetoothengine_extensibleplugin.mmp

来自「Symbian C++ 蓝牙例程」· MMP 代码 · 共 77 行

MMP
77
字号
// ====================================================================
// * 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 + =
减小字号Ctrl + -
显示快捷键?