tmexampledmadapter.mmp

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

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

TARGET TmExampleDmAdapter.dll
TARGETTYPE ECOMIIC

// ECom Dll recognition UID followed by the unique UID for this dll
UID 0x10009D8D 0x10009DB2

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

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

/* Needed for importing the correct .pkg file into the Carbide.c++ IDE*/
#ifdef _CARBIDE_CPP_
SOURCEPATH	            ..\sis
SOURCE                  DMAdapter_Carbide.pkg
#endif

SOURCEPATH		..\group
RESOURCE		10009DB2.RSS

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

⌨️ 快捷键说明

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