examples/SFExamples/NotifierExample/Notifier/group/Notifier1.mmp

00001 // Notifier1.mmp
00002 //
00003 // Copyright (c) 2006 Symbian Software Ltd.  All rights reserved.
00004 //
00005 
00006 TARGET        Notifier1.dll
00007 TARGETTYPE    plugin
00008 CAPABILITY TrustedUI ProtServ
00009 UID           0x10009D8D 0x102826DA
00010 
00011 VENDORID          0x70000001
00012 
00013 USERINCLUDE   ..\inc
00014 APP_LAYER_SYSTEMINCLUDE
00015 SYSTEMINCLUDE \epoc32\include\ecom
00016 
00017 SOURCEPATH ..\src
00018 SOURCE Notifier1.cpp 
00019 
00020 LIBRARY eiksrv.lib
00021 LIBRARY euser.lib
00022 LIBRARY cone.lib
00023 LIBRARY eikcoctl.lib
00024 LIBRARY eikdlg.lib
00025 LIBRARY bafl.lib
00026 
00027 //Notifier ECOM Registration file
00028 SOURCEPATH .
00029 START RESOURCE Notifier1.rss
00030 TARGET Notifier1.rsc
00031 END
00032 
00033 //Notifier Dialog resource definition
00034 RESOURCE Notifier1Dialog.rss
00035 START RESOURCE Notifier1Dialog.rss
00036 HEADER
00037 TARGETPATH      \resource\apps
00038 END 
00039 

Generated by  doxygen 1.6.2