📄 animation_server.mmp
字号:
/*
* ==============================================================================
* Name : animation_server.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_server.dll
TARGETTYPE ani
// The second one is the UID of the server, different than main program's UID
UID 0x10003b22 0xA000022B
SECUREID 0xA000022B
EPOCSTACKSIZE 0x5000
SOURCEPATH ..\src
SOURCE ServerDll.cpp
SOURCE ServerImage.cpp
SOURCE ServerTimeOutTimer.cpp
USERINCLUDE ..\inc
USERINCLUDE ..\..\gui\inc
SYSTEMINCLUDE \epoc32\include
LIBRARY euser.lib
LANG SC
CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ
VENDORID 0
EXPORTUNFROZEN
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -