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

📄 wlansampleex.mmp

📁 基于symbian平台的Wlan创建
💻 MMP
字号:
// ====================================================================
// * File: WLanSampleEx.mmp
// * Created: 01/19/07
// * Author: 
// * Copyright (c): , All rights reserved
// * ====================================================================

CAPABILITY ALL -TCB

#ifdef __UI_FRAMEWORKS_V2__
TARGETPATH	\sys\bin
#if defined(EKA2) || !defined(WINS)
TARGET          WLanSampleEx.exe
TARGETTYPE exe
#else // EKA1 WINS
TARGET          WLanSampleEx.app
TARGETTYPE exedll
deffile \epoc32\release\wins\WLanSampleEx.def
#endif
#else // __UI_FRAMEWORKS_V2__
TARGET          WLanSampleEx.app
TARGETPATH      \system\apps\WLanSampleEx
TARGETTYPE app
#endif

UID               0x100039CE 0x09F17360

LANG              SC

SOURCEPATH        ..\src
DOCUMENT		  Series_60_APP_ReadMe.txt
SOURCE            WLanSampleEx.cpp
SOURCE            WLanSampleExApplication.cpp 
SOURCE            WLanSampleExAppView.cpp
SOURCE            WLanSampleExAppUi.cpp
SOURCE            WLanSampleExDocument.cpp

SOURCEPATH        ..\group


USERINCLUDE       ..\inc 
USERINCLUDE       ..\sis 

SYSTEMINCLUDE     \epoc32\include

LIBRARY           euser.lib
LIBRARY           apparc.lib
LIBRARY           cone.lib 
LIBRARY           eikcore.lib  
LIBRARY           avkon.lib  
LIBRARY           gdi.lib  ecom.lib
LIBRARY		      ConnMon.lib commdb.lib apengine.lib esock.lib insock.lib

#ifdef __UI_FRAMEWORKS_V2__
START RESOURCE	WLanSampleEx.RSS
HEADER
targetpath	\resource\apps
lang		sc
end
#else
RESOURCE        WLanSampleEx.RSS 
#endif

#ifdef __UI_FRAMEWORKS_V2__
sourcepath		.
START RESOURCE	WLanSampleEx_reg.rss
#ifdef WINSCW
TARGETPATH	\private\10003a3f\apps
#else
TARGETPATH	\private\10003a3f\import\apps
#endif
END
   
start resource WLanSampleEx_loc.RSS
targetpath \resource\apps
lang sc
end
#endif

⌨️ 快捷键说明

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