mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp
author Simon Howkins <simonh@symbian.org>
Thu, 18 Nov 2010 13:26:55 +0000
branchRCL_3
changeset 69 71775bb0f6c0
parent 67 16db3449d7ba
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

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