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

📄 bluetoothapi.mmp

📁 qaSDQDaca<FCSASDAVCASC SDVFDSVDF
💻 MMP
字号:
/*
============================================================================
 Name		: BluetoothAPI.mmp
 Author	  : Tiago Abreu Tavares de Sousa
 Copyright   : 
 Description : This is the project specification file for BluetoothAPI.
============================================================================
*/

TARGET		  BluetoothAPI.dll
TARGETTYPE	  dll
UID			 0x1000008d 0xEBCB96D7

USERINCLUDE	 ..\inc

SYSTEMINCLUDE   \epoc32\include

SYSTEMINCLUDE    \epoc32\include\stdapis
SYSTEMINCLUDE 	 \epoc32\include\stdapis\stlport
SYSTEMINCLUDE 	 \epoc32\include\stdapis\stlport\stl

SOURCEPATH	  ..\src

SOURCE		  BluetoothAPI.cpp
SOURCE		  BluetoothAPIDllMain.cpp
SOURCE		  BluetoothClient.cpp
SOURCE		  BluetoothDeviceSearcher.cpp
SOURCE		  BluetoothServer.cpp
SOURCE		  BluetoothServiceAdvertiser.cpp
SOURCE		  BluetoothServiceSearcher.cpp StringUtils.cpp

// In order to use .def files to freeze code you must use one or more DEFFILE lines;
// see the ones commented out below for examples.
// By default, the build tools look for the WINSCW def file in a BWINS directory
// (at the same level as the directory containing the mmp file), 
// the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
// If your .def files are stored in these default locations, you can simply specify the
// .def filename(s) with no path. If you want to store .def files in non-default 
// locations, you will need to specify the paths in the DEFFILE statement(s).

//The following commented out code shows how the build system uses the implicit
// location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
// or run 'abld freeze' from the command-line
//#if defined (WINS)
//  DEFFILE ..\bwins\BluetoothAPI.def
//#elif defined (GCC32)
//  DEFFILE ..\bmarm\BluetoothAPI.def
//#else 
//  DEFFILE ..\eabi\BluetoothAPI.def
//#endif


LIBRARY		   euser.lib
LIBRARY        esock.lib
LIBRARY        Bluetooth.lib
LIBRARY        libc.lib
LIBRARY        libstdcpp.lib
LIBRARY        sdpdatabase.lib
LIBRARY        sdpagent.lib
LIBRARY        btmanclient.lib

CAPABILITY	 ReadUserData LocalServices UserEnvironment WriteUserData NetworkServices
DEFFILE BluetoothAPI.def

⌨️ 快捷键说明

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