mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 15:06:09 +0300
branchRCL_3
changeset 67 16db3449d7ba
parent 56 63223d4fd956
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Collection server project specification
*
*/



#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET           mpxcollectionserver.exe
TARGETTYPE       exe
UID              0 0x101FFC31
VENDORID         VID_DEFAULT
CAPABILITY       ALL -TCB
#ifdef __WINS__
EPOCHEAPSIZE     0x1000 0x2800000 // 40MB
#else
EPOCHEAPSIZE     0x1000 0x3E00000 // 62 MB
#endif
EPOCSTACKSIZE    0X5000

USERINCLUDE      ../inc
USERINCLUDE      ../../collectionengine/inc
USERINCLUDE      ../../inc

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE    /epoc32/include/kernel

SOURCEPATH       ../src
SOURCE           mpxcollectionserver.cpp 
SOURCE           mpxcollectionserversession.cpp 

LIBRARY          euser.lib
LIBRARY          estor.lib
LIBRARY          efsrv.lib
LIBRARY          mpxcollectionengine.lib 
LIBRARY          mpxcommon.lib