mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
child 51 e61a04404bdf
child 53 e42293e811d8
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Collection server project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET           mpxcollectionserver.exe
       
    24 TARGETTYPE       exe
       
    25 UID              0 0x101FFC31
       
    26 VENDORID         VID_DEFAULT
       
    27 CAPABILITY       ALL -TCB
       
    28 #ifdef __WINS__
       
    29 EPOCHEAPSIZE     0x1000 0x2800000 // 40MB
       
    30 #else
       
    31 EPOCHEAPSIZE     0x1000 0x3E00000 // 62 MB
       
    32 #endif
       
    33 EPOCSTACKSIZE    0X5000
       
    34 
       
    35 USERINCLUDE      ../inc
       
    36 USERINCLUDE      ../../collectionengine/inc
       
    37 USERINCLUDE      ../../inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE    /epoc32/include/kernel
       
    41 
       
    42 SOURCEPATH       ../src
       
    43 SOURCE           mpxcollectionserver.cpp 
       
    44 SOURCE           mpxcollectionserversession.cpp 
       
    45 
       
    46 LIBRARY          euser.lib
       
    47 LIBRARY          estor.lib
       
    48 LIBRARY          efsrv.lib
       
    49 LIBRARY          mpxcollectionengine.lib 
       
    50 LIBRARY          mpxcommon.lib
       
    51