00001 /* 00002 * ============================================================================== 00003 * Name : csasyncserver.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 CSAsyncServer.exe 00018 TARGETTYPE exe 00019 UID 0x0 0xA0000227 00020 EPOCSTACKSIZE 0x5000 00021 00022 SOURCEPATH ..\src 00023 SOURCE TimeSession.cpp 00024 SOURCE TimeServer.cpp 00025 00026 USERINCLUDE ..\inc 00027 USERINCLUDE ..\..\client\inc 00028 SYSTEMINCLUDE \epoc32\include 00029 00030 LIBRARY euser.lib 00031 00032 VENDORID 0 00033 00034 CAPABILITY none 00035 00036 // End of File