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

📄 alarmnotification.mmp

📁 this is used to get the alarm on the mobile you watch
💻 MMP
字号:
// ====================================================================
// * File: alarmnotification.mmp
// * Created: 10/16/06
// * Author: 
// * Copyright (c): , All rights reserved
// * ====================================================================

CAPABILITY	 ReadUserData

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

UID               0x100039CE 0x0EDC0AC4
VENDORID          0x101FB657
LANG              SC

SOURCEPATH        ..\src
DOCUMENT		  Series_60_APP_ReadMe.txt
SOURCE            AlarmNotification.cpp
SOURCE            AlarmNotificationApplication.cpp 
SOURCE            AlarmNotificationAppView.cpp
SOURCE            AlarmNotificationAppUi.cpp
SOURCE            AlarmNotificationDocument.cpp 
SOURCEPATH        ..\group


USERINCLUDE       ..\inc 

SYSTEMINCLUDE     \epoc32\include

LIBRARY           euser.lib
LIBRARY           apparc.lib
LIBRARY           cone.lib 
LIBRARY           eikcore.lib  alarmshared.lib
LIBRARY           avkon.lib  AlarmClient.lib ws32.lib 
LIBRARY			  mediaclientaudio.lib 

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

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

⌨️ 快捷键说明

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