locationsystemui/locationsysui/posindicator/posindicatorplugin/posindicator.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 
       
    18 TEMPLATE = lib
       
    19 TARGET = posindicator
       
    20 CONFIG += hb \
       
    21           plugin
       
    22 MOC_DIR =     moc
       
    23 OBJECTS_DIR = obj
       
    24 
       
    25 DEPENDPATH += .
       
    26 INCLUDEPATH += ../inc
       
    27 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 #Uncomment following line to disable logging
       
    30 #DEFINES += QT_NO_DEBUG_OUTPUT
       
    31 SYMBIAN_PLATFORMS = WINSCW \
       
    32     ARMV5
       
    33 
       
    34 HEADERS += inc/posindicator.h \
       
    35            inc/apilogger.h
       
    36 SOURCES += src/posindicator.cpp \
       
    37            src/apilogger.cpp
       
    38 
       
    39 LIBS += -lposindicatorhelper
       
    40 symbian { 
       
    41     TARGET.EPOCALLOWDLLDATA = 1
       
    42     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    43     TARGET.UID3 = 0x2002E686
       
    44 
       
    45     hblib.sources = Hb.dll
       
    46     hblib.path = \sys\bin
       
    47     hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
       
    48 
       
    49     pluginstub.sources = posindicator.dll
       
    50     pluginstub.path = /resource/plugins/indicators
       
    51     DEPLOYMENT += pluginstub
       
    52     
       
    53 }
       
    54