S60 5th Edition SDK
Example Applications Guide

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.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 TARGET            CSSyncServer.exe
00017 TARGETTYPE        exe
00018 UID               0x0 0xA00001FC
00019 EPOCSTACKSIZE     0x5000
00020 
00021 SOURCEPATH        ..\src
00022 SOURCE            TimeSession.cpp
00023 SOURCE            TimeServer.cpp
00024 
00025 USERINCLUDE       ..\inc
00026 USERINCLUDE       ..\..\client\inc
00027 SYSTEMINCLUDE     \epoc32\include
00028 
00029 LIBRARY           euser.lib
00030 
00031 VENDORID          0
00032 
00033 CAPABILITY        none
00034 
00035 // End of File

© Nokia 2009

Back to top