diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_txdeinstall_8mmp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_txdeinstall_8mmp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,49 @@ + + +
+ +00001 // Txdeinstall.mmp +00002 // +00003 // © 2005 Nokia Corporation. All rights reserved. +00004 +00005 target TXDEINSTALL.EXE +00006 targettype EXE +00007 uid 0x100039CE 0xA0001748 +00008 +00009 EPOCSTACKSIZE 0x5000 +00010 +00011 lang SC +00012 +00013 CAPABILITY ALL -TCB +00014 //CAPABILITY NetworkServices LocalServices ReadDeviceData WriteDeviceData ReadUserData WriteUserData +00015 +00016 +00017 +00018 +00019 START RESOURCE txdeinstall_reg.rss +00020 #ifdef WINSCW +00021 TARGETPATH \private\10003a3f\apps +00022 #else +00023 TARGETPATH \private\10003a3f\import\apps +00024 #endif +00025 END //RESOURCE +00026 +00027 +00028 +00029 source ..\src\TXDEINSTALL.CPP +00030 +00031 systeminclude \epoc32\include \epoc32\INCLUDE\libc \epoc32\include\mw +00032 USERINCLUDE ..\..\Util\inc +00033 library euser.lib msgs.lib efsrv.lib txut.lib +