animation_client.mmp
来自「Animation Client/Server Symbian 程序.」· MMP 代码 · 共 42 行
MMP
42 行
/*
* ==============================================================================
* 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 + =
减小字号Ctrl + -
显示快捷键?