diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasync_8mmp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasync_8mmp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,80 @@ + + +
+ +00001 /* +00002 * ============================================================================== +00003 * Name : csasync.mmp +00004 * Part of : CSAsync +00005 * Interface : +00006 * Description : +00007 * Version : +00008 * +00009 * Copyright (c) 2004-2006 Nokia Corporation. +00010 * This material, including documentation and any related +00011 * computer programs, is protected by copyright controlled by +00012 * Nokia Corporation. +00013 * ============================================================================== +00014 */ +00015 +00016 +00017 TARGET CSAsync.exe +00018 TARGETTYPE exe +00019 UID 0x100039CE 0xA0000226 +00020 EPOCSTACKSIZE 0x5000 +00021 TARGETPATH \system\apps\CSAsync +00022 +00023 SOURCEPATH ..\src +00024 SOURCE CSAsyncRequestHandler.cpp +00025 SOURCE TimeServerSession.cpp +00026 SOURCE CSAsync.cpp +00027 SOURCE CSAsyncApplication.cpp +00028 SOURCE CSAsyncAppView.cpp +00029 SOURCE CSAsyncAppUi.cpp +00030 SOURCE CSAsyncDocument.cpp +00031 +00032 SOURCEPATH ..\data +00033 +00034 START RESOURCE CSAsync.rss +00035 HEADER +00036 TARGETPATH resource\apps +00037 END +00038 +00039 START RESOURCE csasync_reg.rss +00040 #ifdef WINSCW +00041 TARGETPATH \private\10003a3f\apps +00042 #else +00043 TARGETPATH \private\10003a3f\import\apps +00044 #endif +00045 END +00046 +00047 USERINCLUDE ..\inc +00048 +00049 SYSTEMINCLUDE \epoc32\include +00050 +00051 LIBRARY euser.lib +00052 LIBRARY apparc.lib +00053 LIBRARY cone.lib +00054 LIBRARY eikcore.lib +00055 LIBRARY eikcoctl.lib +00056 LIBRARY avkon.lib +00057 +00058 LANG SC +00059 +00060 VENDORID 0 +00061 +00062 CAPABILITY none +00063 +00064 // End of File +