locationmanager/server/group/locationmanagerserver.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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:  Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION         10.0
       
    23 TARGETTYPE      exe
       
    24 TARGET          locationmanagerserver.exe
       
    25 UID             0 0x200071BE
       
    26 
       
    27 #ifdef WINS
       
    28 EPOCHEAPSIZE    1000 2500000
       
    29 #else
       
    30 EPOCHEAPSIZE    1000 5000000
       
    31 #endif
       
    32 
       
    33 CAPABILITY 	    CAP_SERVER
       
    34 VENDORID 	    VID_DEFAULT
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../inc
       
    38 USERINCLUDE     ../../../inc
       
    39 USERINCLUDE     ../../locationtrail/inc
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE	    clocationmanagerserver.cpp
       
    43 SOURCE	    clocationmanagersession.cpp
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY 	    euser.lib 
       
    48 LIBRARY         efsrv.lib 
       
    49 LIBRARY         locationtrail.lib
       
    50 LIBRARY         lbs.lib 
       
    51 LIBRARY 	    etel3rdparty.lib 
       
    52 LIBRARY 	    centralrepository.lib 
       
    53 LIBRARY 	    mdeclient.lib 
       
    54 LIBRARY	    	mdccommon.lib
       
    55 
       
    56 PAGED
       
    57 BYTEPAIRCOMPRESSTARGET
       
    58 OPTION ARMCC -O3 -OTime
       
    59 
       
    60 EPOCPROCESSPRIORITY background