locationsystemui/locationsysui/posindicator/posindhelperclientlib/posindicatorhelperclientlib.pro
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: posindicator plugin project file
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = posindicatorhelper
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += ../inc
       
    21 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    22 QT += core
       
    23 QT -= gui
       
    24 MOC_DIR =     moc
       
    25 OBJECTS_DIR = obj
       
    26 
       
    27 
       
    28 # Platforms
       
    29 SYMBIAN_PLATFORMS = WINSCW \
       
    30     ARMV5
       
    31       
       
    32 LIBS +=  -llbs \
       
    33    		 -leposlandmarks \
       
    34    		 -lflogger \
       
    35    		 -lCentralRepository
       
    36    		 
       
    37 HEADERS +=  inc/posindhelperclientrequester.h \    	   
       
    38     	    inc/posindicatorhelper.h \ 
       
    39     	    inc/posindicatorhelperserver.h \ 
       
    40     	    inc/posindicatorhelpererrors.h \    	  
       
    41     	    inc/posindicatorinfo_p.h \
       
    42     	    inc/posindicatorglobal.h \
       
    43     	    inc/posindicatorinfo.h \    	    
       
    44     	    inc/posgeoaddress.h 
       
    45     	    
       
    46 SOURCES +=  src/posindicatorhelper.cpp \
       
    47     		src/posindicatorhelperserver.cpp \
       
    48     		src/posindhelperclientrequester.cpp \
       
    49     		src/posindicatorinfo_p.cpp \
       
    50     		src/posindicatorinfo.cpp \
       
    51     		src/posgeoaddress.cpp 
       
    52     		
       
    53 symbian:
       
    54  { 
       
    55     TARGET.EPOCALLOWDLLDATA = 1  
       
    56     DEFINES += BUILD_POSINDICATOR    
       
    57     TARGET.UID3 = 0x2002E688
       
    58     TARGET.CAPABILITY = CAP_GENERAL_DLL     
       
    59  }