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

📄 animation_client.mmp

📁 Animation Client/Server Symbian 程序.
💻 MMP
字号:
/*
* ==============================================================================
*  Name        : animation_client.mmp
*  Part of     : Animation example
*  Interface   :
*  Description :
*  Version     :
*
*  Copyright (c) 2004 - 2006 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ==============================================================================
*/

TARGET            Animation_client.dll
TARGETTYPE        dll

// The second one is the UID of the client, different than main program's UID
UID               0x100039ce 0xA000022C

SECUREID	    0xA000022C
EPOCSTACKSIZE	0x5000

SOURCEPATH        ..\..\client\src
SOURCE            ClientDll.cpp 
SOURCE            ClientImageCommander.cpp

USERINCLUDE       ..\..\client\inc
SYSTEMINCLUDE     \epoc32\include

LIBRARY           euser.lib 
LIBRARY           ws32.lib

LANG            SC

CAPABILITY      PowerMgmt ReadDeviceData WriteDeviceData ProtServ
VENDORID        0

EXPORTUNFROZEN

// End of File

⌨️ 快捷键说明

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