📄 tmexampledmadapter_s60_3rd_ed.mmp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -