00001 /* 00002 * ============================================================================== 00003 * Name : csasyncserver.mmp 00004 * Part of : CSAsync 00005 * Interface : 00006 * Description : 00007 * Version : 00008 * 00009 * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). 00010 * All rights reserved. 00011 * This component and the accompanying materials are made available 00012 * under the terms of "Eclipse Public License v1.0" 00013 * which accompanies this distribution, and is available 00014 * at the URL "http://www.eclipse.org/legal/epl-v10.html". 00015 * ============================================================================== 00016 */ 00017 00018 00019 TARGET CSAsyncServer.exe 00020 TARGETTYPE exe 00021 UID 0x0 0xA0000227 00022 EPOCSTACKSIZE 0x5000 00023 00024 SOURCEPATH ../src 00025 SOURCE TimeSession.cpp 00026 SOURCE TimeServer.cpp 00027 00028 USERINCLUDE ../inc 00029 USERINCLUDE ../../client/inc 00030 MW_LAYER_SYSTEMINCLUDE 00031 00032 LIBRARY euser.lib 00033 00034 VENDORID 0 00035 00036 CAPABILITY none 00037 00038 // End of File