📄 webclient.mmp
字号:
/*
* ==============================================================================
* Name : WebClient.mmp
* Part of : WebClient
* Interface :
* Description :
* Version :
*
* Copyright (c) 2005-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
TARGET WebClient.exe
TARGETTYPE exe
UID 0x0 0xA00001E9
VENDORID 0x0
EPOCSTACKSIZE 0x5000
SOURCEPATH ..\src
SOURCE WebClient.cpp
SOURCE WebClientApp.cpp
SOURCE WebClientAppUi.cpp
SOURCE WebClientContainer.cpp
SOURCE WebClientDocument.cpp
SOURCE WebClientEngine.cpp
SOURCEPATH ..\data
START RESOURCE WebClient.rss
HEADER
TARGETPATH resource\apps
END
START RESOURCE WebClient_reg.rss
#ifdef WINSCW
TARGETPATH \private\10003a3f\apps
#else
TARGETPATH \private\10003a3f\import\apps
#endif
END
USERINCLUDE .
USERINCLUDE ..\inc
SYSTEMINCLUDE .
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\ecom
SYSTEMINCLUDE \epoc32\include\libc
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY eikcoctl.lib
LIBRARY avkon.lib
LIBRARY eikctl.lib
LIBRARY commonengine.lib // for stringloader
LIBRARY bafl.lib // for string pools
LIBRARY InetProtUtil.lib // for UriParser
LIBRARY http.lib
LIBRARY ecom.lib
LANG SC
CAPABILITY NetworkServices
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -