locationsystemui/locationsysui/posindicator/posindicator.pro
branchRCL_3
changeset 44 2b4ea9893b66
child 50 4c28d569e1fe
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:  project file for positioning settings in control panel
       
    11 
       
    12 
       
    13 TEMPLATE = subdirs
       
    14 SYMBIAN_PLATFORMS = WINSCW \
       
    15     ARMV5
       
    16 
       
    17 # Build.inf rules
       
    18 BLD_INF_RULES.prj_mmpfiles += "posindicatorhelperserver/group/posindicatorhelperserver.mmp"
       
    19 BLD_INF_RULES.prj_mmpfiles += "posreversegeocodeinterface/group/posreversegeocodeinterface.mmp"
       
    20 BLD_INF_RULES.prj_mmpfiles += "posreversegeocodeplugin/group/posreversegeocodeplugin.mmp"
       
    21 
       
    22 SUBDIRS += posindhelperclientlib/posindicatorhelperclientlib.pro
       
    23 SUBDIRS += posindicatorplugin/posindicator.pro
       
    24 
       
    25 DEFINES += BUILD_POSINDICATOR
       
    26 
       
    27 BLD_INF_RULES.prj_exports += "rom/posindicator.iby CORE_MW_LAYER_IBY_EXPORT_PATH(posindicator.iby)" \
       
    28                              "posindhelperclientlib/inc/posgeoaddress.h  ./inc/posgeoaddress.h" \
       
    29                              "posindhelperclientlib/inc/posindicatorglobal.h ./inc/posindicatorglobal.h" \
       
    30                              "posindhelperclientlib/inc/posindicatorinfo.h ./inc/posindicatorinfo.h" \
       
    31                              "posindicatorhelperserver/inc/posindicatorserverconst.h ./inc/posindicatorserverconst.h" \
       
    32                              "posreversegeocodeinterface/inc/posreversegeocodeinterface.h ./inc/posreversegeocodeinterface.h" \
       
    33                              "posreversegeocodeinterface/inc/posreversegeocodeinterface.hrh  ./inc/posreversegeocodeinterface.hrh" \
       
    34                               
       
    35 # TODO:This is temporary solution. Once there is support to include bld.inf directly, this needs to be 
       
    36 # removed