?? tmexampledmadapter.mmp
字號(hào):
// 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -