locationdataharvester/maptileservice/maptileservice.pro
changeset 17 0f22fb80ebba
child 30 96df3ab41000
equal deleted inserted replaced
15:13ae750350c9 17:0f22fb80ebba
       
     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 = lib
       
    23 TARGET = maptileservice   
       
    24 
       
    25 CONFIG += dll
       
    26 CONFIG += hb
       
    27     
       
    28 
       
    29 DEPENDPATH += .
       
    30 INCLUDEPATH += .
       
    31 INCLUDEPATH += ../inc
       
    32 
       
    33 
       
    34 MOC_DIR = moc
       
    35 
       
    36 DEFINES += MAPTILESERVICEDLL
       
    37 
       
    38 INTERNAL_PUBLIC_HEADERS +=  inc/maptileservice.h        
       
    39 
       
    40 # Input
       
    41 HEADERS +=  $$INTERNAL_PUBLIC_HEADERS \
       
    42            ./inc/maptiledblookuptable.h  
       
    43            
       
    44                
       
    45     
       
    46 SOURCES += ./src/maptileservice.cpp ./src/maptiledblookuptable.cpp
       
    47 
       
    48 symbian: 
       
    49 {
       
    50 
       
    51     :BLD_INF_RULES.prj_exports += "conf/maptileservice.confml APP_LAYER_CONFML(maptileservice.confml)"
       
    52     :BLD_INF_RULES.prj_exports += "conf/maptileservice_2002E6E8.crml APP_LAYER_CRML(maptileservice_2002E6E8.crml)"
       
    53     :BLD_INF_RULES.prj_exports += "conf/2002E6E8.txt /epoc32/winscw/c/private/10202be9/2002E6E8.txt"
       
    54     
       
    55     TARGET.EPOCALLOWDLLDATA = 1
       
    56     TARGET.CAPABILITY = All -Tcb
       
    57     TARGET.UID3 = 0x2002E6E8
       
    58 
       
    59     
       
    60    LIBS += -ledbms  \
       
    61            -lbafl \
       
    62            -lcentralrepository \
       
    63            -leuser
       
    64    
       
    65 
       
    66 }  
       
    67 
       
    68 deploy.path = /
       
    69 headers.sources = $$INTERNAL_PUBLIC_HEADERS
       
    70 headers.path = epoc32/include/app
       
    71 DEPLOYMENT += exportheaders
       
    72 
       
    73 # This is for new exporting system coming in garden
       
    74 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"