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

00001 /*
00002 * ==============================================================================
00003 *  Name        : cssync.mmp
00004 *  Part of     : CSSync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *  Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
00009 *  All rights reserved.
00010 *  This component and the accompanying materials are made available
00011 *  under the terms of "Eclipse Public License v1.0"
00012 *  which accompanies this distribution, and is available
00013 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
00014 * ==============================================================================
00015 */
00016 
00017 
00018 TARGET            CSSync.exe
00019 TARGETTYPE        exe
00020 UID               0x100039CE 0xA00001FB
00021 EPOCSTACKSIZE     0x5000
00022 
00023 TARGETPATH        \system\apps\CSSync
00024 
00025 SOURCEPATH        ..\src
00026 SOURCE            TimeServerSession.cpp
00027 SOURCE            CSSync.cpp
00028 SOURCE            CSSyncApplication.cpp
00029 SOURCE            CSSyncAppView.cpp
00030 SOURCE            CSSyncAppUi.cpp
00031 SOURCE            CSSyncDocument.cpp
00032 
00033 SOURCEPATH        ..\data
00034 
00035 START RESOURCE    CSSync.rss
00036 HEADER
00037 TARGETPATH        resource\apps
00038 END
00039 
00040 START RESOURCE    cssync_reg.rss
00041 #ifdef WINSCW
00042 TARGETPATH            \private\10003a3f\apps
00043 #else
00044 TARGETPATH            \private\10003a3f\import\apps
00045 #endif
00046 END
00047 
00048 USERINCLUDE       ..\inc
00049 
00050 MW_LAYER_SYSTEMINCLUDE
00051 
00052 LIBRARY           euser.lib
00053 LIBRARY           apparc.lib
00054 LIBRARY           cone.lib
00055 LIBRARY           eikcore.lib
00056 LIBRARY           avkon.lib
00057 
00058 LANG SC
00059 
00060 VENDORID          0
00061 
00062 CAPABILITY        none
00063 
00064 // End of File

Generated by  doxygen 1.6.2