mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:23:05 +0100
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
child 67 16db3449d7ba
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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