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
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.