locationsystemui/locationsysui/posindicator/posindicator.pro
changeset 33 834e27cad510
child 50 4c28d569e1fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/locationsystemui/locationsysui/posindicator/posindicator.pro	Tue Jul 06 14:44:11 2010 +0300
@@ -0,0 +1,36 @@
+# 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:  project file for positioning settings in control panel
+
+
+TEMPLATE = subdirs
+SYMBIAN_PLATFORMS = WINSCW \
+    ARMV5
+
+# Build.inf rules
+BLD_INF_RULES.prj_mmpfiles += "posindicatorhelperserver/group/posindicatorhelperserver.mmp"
+BLD_INF_RULES.prj_mmpfiles += "posreversegeocodeinterface/group/posreversegeocodeinterface.mmp"
+BLD_INF_RULES.prj_mmpfiles += "posreversegeocodeplugin/group/posreversegeocodeplugin.mmp"
+
+SUBDIRS += posindhelperclientlib/posindicatorhelperclientlib.pro
+SUBDIRS += posindicatorplugin/posindicator.pro
+
+DEFINES += BUILD_POSINDICATOR
+
+BLD_INF_RULES.prj_exports += "rom/posindicator.iby CORE_MW_LAYER_IBY_EXPORT_PATH(posindicator.iby)" \
+                             "posindhelperclientlib/inc/posgeoaddress.h  ./inc/posgeoaddress.h" \
+                             "posindhelperclientlib/inc/posindicatorglobal.h ./inc/posindicatorglobal.h" \
+                             "posindhelperclientlib/inc/posindicatorinfo.h ./inc/posindicatorinfo.h" \
+                             "posindicatorhelperserver/inc/posindicatorserverconst.h ./inc/posindicatorserverconst.h" \
+                             "posreversegeocodeinterface/inc/posreversegeocodeinterface.h ./inc/posreversegeocodeinterface.h" \
+                             "posreversegeocodeinterface/inc/posreversegeocodeinterface.hrh  ./inc/posreversegeocodeinterface.hrh" \
+                              
+# TODO:This is temporary solution. Once there is support to include bld.inf directly, this needs to be 
+# removed