examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04304.cb1/starter/group/S60MemoryLab.mmp

00001 // Copyright (c) 2006 Nokia Corporation.
00002 
00003 TARGET          S60MemoryLab.exe
00004 TARGETTYPE      exe
00005 
00006 EPOCSTACKSIZE   0x5000
00007 
00008 // Change the second number here to change the UID for this application
00009 UID             0x100039CE 0x101F8BEE
00010 TARGETPATH      \sys\bin
00011 VENDORID        0
00012 CAPABILITY      NONE
00013 
00014 SOURCEPATH      ..\src
00015 SOURCE          S60MemoryLab.cpp
00016 SOURCE          S60MemoryLabApplication.cpp 
00017 SOURCE          S60MemoryLabContainer.cpp
00018 SOURCE          S60MemoryLabAppUi.cpp
00019 SOURCE          S60MemoryLabDocument.cpp 
00020 
00021 SOURCEPATH      ..\data
00022 START RESOURCE  S60MemoryLab.rss
00023 TARGETPATH      \resource\apps
00024 HEADER
00025 END
00026 START RESOURCE  S60MemoryLab_reg.rss
00027 TARGETPATH      \private\10003a3f\apps
00028 END
00029 
00030 USERINCLUDE     ..\inc 
00031 
00032 SYSTEMINCLUDE   \epoc32\include
00033 
00034 LIBRARY         eexe.lib
00035 LIBRARY         eikcoctl.lib
00036 LIBRARY         euser.lib
00037 LIBRARY         apparc.lib
00038 LIBRARY         cone.lib 
00039 LIBRARY         eikcore.lib  
00040 LIBRARY         avkon.lib 
00041 LIBRARY         commonengine.lib
00042 LIBRARY         efsrv.lib
00043 LIBRARY         estor.lib
00044 LIBRARY         fbscli.lib
00045 
00046 // End of file

Generated by  doxygen 1.6.2