locationdataharvester/locationdataharvester.pro
branchRCL_3
changeset 17 1fc85118c3ae
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
       
     1 #
       
     2 # Copyright (c) 2010  Nokia Corporation and/or its subsidiary(-ies).
       
     3 
       
     4 
       
     5 #
       
     6 # All rights reserved.
       
     7 # This component and the accompanying materials are made available
       
     8 # under the terms of "Eclipse Public License v1.0"
       
     9 # which accompanies this distribution, and is available
       
    10 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 #
       
    12 # Initial Contributors:
       
    13 # Nokia Corporation - initial contribution.
       
    14 #
       
    15 # Contributors:
       
    16 # 
       
    17 # Description:
       
    18 #
       
    19 #
       
    20 
       
    21 
       
    22 TEMPLATE = subdirs
       
    23 SUBDIRS = locationdatalookupdb maptileservice geocodeupdate mylocationsdatabasemanager mylocationsengine
       
    24 
       
    25 
       
    26 # Exports
       
    27 deploy.path = /
       
    28 
       
    29 # IBY files
       
    30 iby.path = epoc32/rom/include/core/app
       
    31 iby.sources = mylocations.iby
       
    32 
       
    33 for(iby, iby.sources):BLD_INF_RULES.prj_exports += "./rom/$$iby $$deploy.path$$iby.path/$$iby"
       
    34 
       
    35