diff -r f5050f1da672 -r 04becd199f91 javaextensions/location/build/javalocation.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/javaextensions/location/build/javalocation.pro Tue Apr 27 16:30:29 2010 +0300 @@ -0,0 +1,74 @@ +# +# 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: +# + +TARGET=javalocation +TEMPLATE=lib +CONFIG += omj java stl +CONFIG -= qt + +include(../../../inc/build_defines.pri) + +symbian { + INCLUDEPATH += ../common/inc \ + ../orientation/inc \ + ../landmarks/inc + + SOURCES += ../common/src/*.cpp \ + ../orientation/src/*.cpp \ + ../landmarks/src/*.cpp + +contains(PROJECT_DEFINES,RD_JAVA_PROXIMITY_LISTENER_ENABLED){ + INCLUDEPATH += ../position/inc + SOURCES += ../position/src/*.cpp + + LIBS += -llbt \ + -llbtcontainer \ + -llbtlogger \ + -llbtmanager \ + -llbtserverlogicbase \ + -llbtstrategypluginapi \ + -lltmvmtdetapi +} +else{ + INCLUDEPATH += ../position/inc/cdelaystatechangetimer.h \ + ../position/inc/clocationprovider.h \ + ../position/inc/cpositioner.h \ + ../position/inc/cpositionerbase.h \ + ../position/inc/ctimeouttimer.h \ + ../position/inc/ctrackingpositioner.h + + SOURCES += ../position/src/cdelaystatechangetimer.cpp \ + ../position/src/clocationprovider.cpp \ + ../position/src/cpositioner.cpp \ + ../position/src/cpositionerbase.cpp \ + ../position/src/ctimeouttimer.cpp \ + ../position/src/ctrackingpositioner.cpp \ + ../position/src/locationproviderimpl.cpp \ + ../position/src/positioner.cpp +} + + LIBS += -lbafl \ + -lefsrv \ + -leuser \ + -lsensrvutil \ + -lsensrvclient \ + -leposlandmarks \ + -leposlmdbmanlib \ + -leposlmsearchlib \ + -llbs +} + +include(../../../build/omj.pri)