locationmanager/client/group/locationmanagerclient.mmp
changeset 0 c53acadfccc6
child 32 bf039b7fe409
child 36 aa5a574040a4
child 47 b73252188534
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 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #if defined(WINSCW)
       
    22 deffile ../bwincw/locationmanagerclientwinscw.def
       
    23 #elif defined(ARMCC)
       
    24 deffile ../eabi/locationmanagerclientarm.def
       
    25 #endif
       
    26 nostrictdef
       
    27 
       
    28 VERSION         10.0
       
    29 TARGET          locationmanager.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x1000008d 0x200071BF
       
    32 
       
    33 CAPABILITY 	    CAP_CLIENT_DLL
       
    34 VENDORID 	    VID_DEFAULT
       
    35 
       
    36 USERINCLUDE	    ../inc
       
    37 USERINCLUDE	    ../../inc
       
    38 USERINCLUDE	    ../../../inc
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          rlocationmanager.cpp
       
    42 SOURCE          rlocationtrail.cpp
       
    43 SOURCE	    rlocationobjectmanipulator.cpp 
       
    44 SOURCE      CTrackLogObserverAO.cpp 
       
    45 SOURCE      rtracklog.cpp
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY	    euser.lib  
       
    50 LIBRARY	    efsrv.lib
       
    51 LIBRARY	    lbs.lib
       
    52 LIBRARY	    mdccommon.lib
       
    53 
       
    54 PAGED
       
    55 BYTEPAIRCOMPRESSTARGET
       
    56 OPTION ARMCC -O3 -OTime
       
    57