examples/S60CppExamples/ClientServerSync/client/group/cssync.mmp

00001 /*
00002 * ==============================================================================
00003 *  Name        : cssync.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 
00017 TARGET            CSSync.exe
00018 TARGETTYPE        exe
00019 UID               0x100039CE 0xA00001FB
00020 EPOCSTACKSIZE     0x5000
00021 
00022 TARGETPATH        \system\apps\CSSync
00023 
00024 SOURCEPATH        ..\src
00025 SOURCE            TimeServerSession.cpp
00026 SOURCE            CSSync.cpp
00027 SOURCE            CSSyncApplication.cpp
00028 SOURCE            CSSyncAppView.cpp
00029 SOURCE            CSSyncAppUi.cpp
00030 SOURCE            CSSyncDocument.cpp
00031 
00032 SOURCEPATH        ..\data
00033 
00034 START RESOURCE    CSSync.rss
00035 HEADER
00036 TARGETPATH        resource\apps
00037 END
00038 
00039 START RESOURCE    cssync_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           avkon.lib
00056 
00057 LANG SC
00058 
00059 VENDORID          0
00060 
00061 CAPABILITY        none
00062 
00063 // End of File

Generated by  doxygen 1.6.2