locationdataharvester/mylocationsengine/group/mylocationsengine.mmp
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 22 0ff2917a90c9
child 24 ccec19943943
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
     1 /*
       
     2 * Copyright (c) 2010 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: mylocation engine mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET		  mylocationsengine.exe
       
    22 TARGETTYPE	  exe
       
    23 UID			  0x2002680A
       
    24 CAPABILITY 	  ALL -TCB 
       
    25 
       
    26 USERINCLUDE	 ../inc
       
    27 USERINCLUDE	 ../../inc
       
    28 USERINCLUDE  ../../geocodeupdate/inc
       
    29 USERINCLUDE  ../../mylocationlogger/inc
       
    30 
       
    31 SYSTEMINCLUDE	 /epoc32/include 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE	 /epoc32/include/platform/mw
       
    34 SYSTEMINCLUDE	 /epoc32/include/platform/app
       
    35 SYSTEMINCLUDE	 /epoc32/include/mw
       
    36 SYSTEMINCLUDE    /epoc32/include/app
       
    37 
       
    38 START RESOURCE  ../data/mylocations.rss
       
    39 TARGETPATH      APP_RESOURCE_DIR
       
    40 HEADER
       
    41 LANGUAGE_IDS
       
    42 end
       
    43 
       
    44 SOURCEPATH	  ../src
       
    45 SOURCE		  appmain.cpp
       
    46 SOURCE		  mylocationsengine.cpp
       
    47 SOURCE 		  mylocationslookupdb.cpp 
       
    48 SOURCE		  mylocationsdatabasemanager.cpp
       
    49 SOURCE            maptileinterface.cpp 
       
    50 SOURCE		  lookupmaptiledb.cpp 
       
    51 SOURCE        addresscomparision.cpp
       
    52 SOURCE        calendernotification.cpp
       
    53 
       
    54 LIBRARY		  euser.lib
       
    55 
       
    56  // Dependencies to S60 components
       
    57 LIBRARY lbs.lib
       
    58 LIBRARY eposlandmarks.lib
       
    59 LIBRARY eposlmsearchlib.lib
       
    60 LIBRARY eposlmdbmanlib.lib
       
    61  
       
    62 //calender DB dependencies
       
    63 LIBRARY 	calinterimapi.lib
       
    64 
       
    65 //contacts DB dependencies
       
    66 LIBRARY		cntmodel.lib 
       
    67 
       
    68 
       
    69 //Contact db update with lat and lon field
       
    70 LIBRARY geocodeupdate.lib
       
    71  
       
    72 
       
    73 //RFs
       
    74 LIBRARY   efsrv.lib 
       
    75 
       
    76 //RDbNamedDatabase,RDbView
       
    77 LIBRARY   edbms.lib 
       
    78 
       
    79 // bafl utilities
       
    80 LIBRARY   bafl.lib 
       
    81 
       
    82 // RFileLogger utilities
       
    83 LIBRARY flogger.lib
       
    84 
       
    85 //Ecom library
       
    86 LIBRARY ecom.lib
       
    87 
       
    88 
       
    89 #ifdef ENABLE_ABIV2_MODE
       
    90 DEBUGGABLE_UDEBONLY
       
    91 #endif
       
    92 
       
    93 EPOCSTACKSIZE 0x6000