iaupdate/IAD/bgcindicatorplugin/bgcindicatorplugin.pro
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 #
       
     2 # Copyright (c) 2009 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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = bgcindicatorplugin
       
    19 CONFIG += plugin
       
    20 CONFIG += hb
       
    21 
       
    22 INCLUDEPATH += .
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    25 INCLUDEPATH += ../../../../inc
       
    26 
       
    27 
       
    28 HEADERS += inc/bgcindicatorplugin.h \
       
    29 					 inc/bgcindicator.h
       
    30 SOURCES += src/bgcindicatorplugin.cpp \
       
    31 		   		 src/bgcindicator.cpp
       
    32 		   
       
    33 
       
    34 symbian {
       
    35     TARGET.EPOCALLOWDLLDATA=1
       
    36     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    37     TARGET.UID3 = 0x2002E696
       
    38 
       
    39     pluginstub.sources = bgcindicatorplugin.dll
       
    40     pluginstub.path = /resource/plugins/indicators
       
    41     DEPLOYMENT += pluginstub
       
    42 }
       
    43 
       
    44 BLD_INF_RULES.prj_exports += \
       
    45   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    46   "rom/bgcindicatorplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(bgcindicatorplugin.iby)" 
       
    47   
       
    48 LIBS += -lxqservice
       
    49 LIBS += -lws32
       
    50 LIBS += -lapparc
       
    51 LIBS += -lapgrfx
       
    52