locationmanager/locationtrail/group/locationtrail.mmp
changeset 0 c53acadfccc6
child 1 acef663c1218
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 VERSION         10.0
       
    22 TARGET          LocationTrail.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008d 0x200071BD 
       
    25 
       
    26 VENDORID 	    VID_DEFAULT
       
    27 CAPABILITY 	    CAP_GENERAL_DLL
       
    28 
       
    29 #if defined(WINSCW)
       
    30 deffile ../bwincw/locationtrailwinscw.def
       
    31 #elif defined(ARMCC)
       
    32 deffile ../eabi/locationtrailarm.def
       
    33 #endif
       
    34 nostrictdef
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../inc
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          clocationrecord.cpp
       
    41 SOURCE          cnetworkinfo.cpp
       
    42 SOURCE          cpositioninfo.cpp
       
    43 SOURCE          ctracklog.cpp
       
    44 SOURCE          cgpxconverterao.cpp
       
    45 SOURCE          locationremappingao.cpp
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY         euser.lib 
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         lbs.lib
       
    52 LIBRARY         etel3rdparty.lib
       
    53 LIBRARY	    mdeclient.lib
       
    54 LIBRARY         estor.lib
       
    55 LIBRARY	    PlatformEnv.lib
       
    56 LIBRARY 	    centralrepository.lib 
       
    57 
       
    58 PAGED
       
    59 BYTEPAIRCOMPRESSTARGET
       
    60 OPTION ARMCC -O3 -OTime
       
    61 
       
    62