messagingapp/msgnotifications/msgindicatorplugin/msgindicatorplugin.pro
changeset 23 238255e8b033
child 25 84d9eb65b26f
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     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 = msgindicatorplugin
       
    19 CONFIG += plugin
       
    20 CONFIG += hb
       
    21 
       
    22 INCLUDEPATH += .
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    25 INCLUDEPATH += ../../../inc
       
    26 INCLUDEPATH += ../../msgutils/s60qconversions/inc
       
    27 
       
    28 
       
    29 HEADERS += inc/msgindicatorplugin.h \
       
    30 		   inc/msgindicator.h \
       
    31 		   inc/msgindicator_p.h
       
    32 		   
       
    33 SOURCES += src/msgindicatorplugin.cpp \
       
    34 		   src/msgindicator.cpp \
       
    35 		   src/msgindicator_p.cpp
       
    36 		   
       
    37 
       
    38 symbian {
       
    39     TARGET.EPOCALLOWDLLDATA=1
       
    40     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    41     TARGET.UID3 = 0x2001FE6C
       
    42 
       
    43     pluginstub.sources = msgindicatorplugin.dll
       
    44     pluginstub.path = /resource/plugins/indicators
       
    45     DEPLOYMENT += pluginstub
       
    46 }
       
    47 
       
    48 BLD_INF_RULES.prj_exports += \
       
    49   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    50   "rom/msgindicatorplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(msgindicatorplugin.iby)" \
       
    51   "resources/message.svg             			/epoc32/winscw/c/resource/messaging/message.svg"
       
    52   
       
    53  LIBS += -lxqservice \
       
    54  		 -lcsserverclientapi \
       
    55          -ls60qconversions \
       
    56          -lcsutils