--- a/locationdataharvester/mylocationsengine/mylocationsengine.pro Thu May 27 12:49:34 2010 +0300
+++ b/locationdataharvester/mylocationsengine/mylocationsengine.pro Fri Jun 11 13:33:47 2010 +0300
@@ -1,18 +1,3 @@
-#
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-# All rights reserved.
-# This component and the accompanying materials are made available
-# under the terms of "Eclipse Public License v1.0"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
TEMPLATE=app
TARGET=mylocationsengine
@@ -23,11 +8,13 @@
INCLUDEPATH += ../../inc
INCLUDEPATH += ../geocodeupdate/inc
INCLUDEPATH += ../mylocationlogger/inc
+INCLUDEPATH += ../mylocationsdatabasemanager/inc
+INCLUDEPATH += /epoc32/include/app
symbian: {
TARGET.UID3 = 0x2002680A
- isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x6000
+ isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x8000
isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
16943040
TARGET.CAPABILITY = ALL -TCB
@@ -46,27 +33,26 @@
-lgeocodeupdate \
-lecom \
-lcalinterimapi \
- -llocationdatalookupdb
+ -llocationdatalookupdb \
+ -lmylocationsdatabasemanager
}
SOURCES += src/appmain.cpp \
src/mylocationsengine.cpp \
- src/mylocationsdatabasemanager.cpp \
- src/mylocationslookupdb.cpp \
src/maptileinterface.cpp \
src/addresscomparision.cpp \
src/lookupmaptiledb.cpp \
- src/calendernotification.cpp
+ src/calendernotification.cpp \
+ src/mylocationgeotagtimerao.cpp
HEADERS += inc/appmain.h \
inc/mylocationsengine.h \
- inc/mylocationslookupdb.h \
- inc/mylocationsdatabasemanager.h \
inc/maptileinterface.h \
inc/addresscomparision.h \
inc/lookupmaptiledb.h \
- inc/calendernotification.h
+ inc/calendernotification.h \
+ inc/mylocationgeotagtimerao.h