examples/SDKExamples/ClientServerSync/server/group/cssyncserver.mmp

00001 /*
00002 * ==============================================================================
00003 *  Name        : cssyncserver.mmp
00004 *  Part of     : CSSync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 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 TARGET            CSSyncServer.exe
00019 TARGETTYPE        exe
00020 UID               0x0 0xA00001FC
00021 EPOCSTACKSIZE     0x5000
00022 
00023 SOURCEPATH        ../src
00024 SOURCE            TimeSession.cpp
00025 SOURCE            TimeServer.cpp
00026 
00027 USERINCLUDE       ../inc
00028 USERINCLUDE       ../../client/inc
00029 APP_LAYER_SYSTEMINCLUDE
00030 
00031 LIBRARY           euser.lib
00032 
00033 VENDORID          0
00034 
00035 CAPABILITY        none
00036 
00037 // End of File

Generated by  doxygen 1.6.2