tmexampledmadapter_s60_3rd_ed.mmp

来自「c++下s60终端对终端传输协议」· MMP 代码 · 共 51 行

MMP
51
字号
// TmExampleDmAdapter.mmp
//
// Copyright (c) 2006 Forum Nokia.  All rights reserved.
//

TARGET TmExampleDmAdapter.dll
TARGETTYPE PLUGIN

// ECom Dll recognition UID followed by the unique UID for this dll
UID 0x10009D8D 0xE0009DB2
SECUREID 0xE0009DB2
VENDORID 0x0

CAPABILITY 		None

USERINCLUDE     ..\inc

#ifndef _CARBIDE_CPP_
// This inclusion needs to be done manually in Carbide.c++ IDE,
// otherwise the directory structure in IDE project will
// not be correctly formed. See release_notes.txt for 
// further information.
USERINCLUDE     ..\..\Client_server\Client\inc  // tmserversession.h
#endif

SYSTEMINCLUDE 	\epoc32\include 
SYSTEMINCLUDE 	\epoc32\include\ecom

SOURCEPATH		..\src
SOURCE			Proxy.cpp
SOURCE			TmExampleDmAdapter.cpp

// needed for adding /sis contents to IDE when importing to Carbide
#ifdef _CARBIDE_CPP_
SOURCEPATH	            ..\sis
SOURCE                  DMAdapter_s60_3rd_ed_selfsigned_Carbide.pkg
#endif

SOURCEPATH		..\data
START RESOURCE	tmexampledmadapter.rss
HEADER
TARGETPATH 		\resource\plugins
LANG			SC
END

LIBRARY         TMClient.lib
LIBRARY 	    euser.lib 
LIBRARY	    	ECom.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib

⌨️ 快捷键说明

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