systemagent.mmp

来自「最新官方例子,图形,描述副,基本控件,通讯协议,等等,」· MMP 代码 · 共 38 行

MMP
38
字号
/**
* 
* @brief Project specification file for SystemAgent application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

TARGET			SystemAgent.app
TARGETTYPE		app
UID				0x100039CE 0x101F6118 
TARGETPATH		\system\apps\SystemAgent

SOURCEPATH		..\src
SOURCE			StateVarObserver.cpp
SOURCE			SystemAgentApplication.cpp 
SOURCE			SystemAgentAppUi.cpp
SOURCE			SystemAgentDocument.cpp
SOURCE			SystemAgentDialog.cpp

SOURCEPATH		..\group
RESOURCE		SystemAgent.rss
RESOURCE		SystemAgent_caption.rss
LANG			01

USERINCLUDE		. 
USERINCLUDE		..\inc

SYSTEMINCLUDE	\epoc32\include

LIBRARY			euser.lib apparc.lib cone.lib eikcore.lib
LIBRARY			eikcoctl.lib avkon.lib
LIBRARY			eikdlg.lib commonengine.lib sysagt.lib

AIF				SystemAgent.aif ..\aif SystemAgentAif.rss c12 context_pane_icon.bmp context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

// End of File

⌨️ 快捷键说明

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