examples/SDKExamples/ClientServerAsync/client/group/csasync.mmp

00001 /*
00002 * ==============================================================================
00003 *  Name        : csasync.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            CSAsync.exe
00020 TARGETTYPE        exe
00021 UID               0x100039CE 0xA0000226
00022 EPOCSTACKSIZE     0x5000
00023 TARGETPATH        \system\apps\CSAsync
00024 
00025 SOURCEPATH        ..\src
00026 SOURCE            CSAsyncRequestHandler.cpp
00027 SOURCE            TimeServerSession.cpp
00028 SOURCE            CSAsync.cpp
00029 SOURCE            CSAsyncApplication.cpp
00030 SOURCE            CSAsyncAppView.cpp
00031 SOURCE            CSAsyncAppUi.cpp
00032 SOURCE            CSAsyncDocument.cpp
00033 
00034 SOURCEPATH        ..\data
00035 
00036 START RESOURCE    CSAsync.rss
00037 HEADER
00038 TARGETPATH        resource\apps
00039 END
00040 
00041 START RESOURCE    csasync_reg.rss
00042 #ifdef WINSCW
00043 TARGETPATH            \private\10003a3f\apps
00044 #else
00045 TARGETPATH            \private\10003a3f\import\apps
00046 #endif
00047 END
00048 
00049 USERINCLUDE       ..\inc
00050 
00051 MW_LAYER_SYSTEMINCLUDE
00052 
00053 LIBRARY           euser.lib
00054 LIBRARY           apparc.lib
00055 LIBRARY           cone.lib
00056 LIBRARY           eikcore.lib
00057 LIBRARY           eikcoctl.lib
00058 LIBRARY           avkon.lib
00059 
00060 LANG SC
00061 
00062 VENDORID          0
00063 
00064 CAPABILITY        none
00065 
00066 // End of File

Generated by  doxygen 1.6.2