emailuis/nmindicatorplugin/nmindicatorplugin.pro
branchRCL_3
changeset 24 d189ee25cf9d
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
       
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = nmindicatorplugin
       
    19 CONFIG += plugin
       
    20 CONFIG += hb
       
    21 
       
    22 MOC_DIR = moc
       
    23 
       
    24 DEPENDPATH += .
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    26 INCLUDEPATH += ../../inc
       
    27 
       
    28 HEADERS += inc/nmindicatorplugin.h \
       
    29            inc/nmindicator.h \
       
    30            inc/nmsendingindicator.h \
       
    31            inc/nmsyncindicator.h \
       
    32            inc/nmunreadindicator.h
       
    33 SOURCES += src/nmindicatorplugin.cpp \
       
    34            src/nmindicator.cpp \
       
    35            src/nmsendingindicator.cpp \
       
    36            src/nmsyncindicator.cpp \
       
    37            src/nmunreadindicator.cpp
       
    38 
       
    39 symbian {
       
    40     TARGET.EPOCALLOWDLLDATA=1
       
    41     TARGET.CAPABILITY = ALL -TCB
       
    42     TARGET.UID3 = 0x2002E69F
       
    43 
       
    44     pluginstub.sources = nmindicatorplugin.dll
       
    45     pluginstub.path = /resource/plugins/indicators
       
    46     DEPLOYMENT += pluginstub
       
    47 
       
    48     LIBS += -leuser
       
    49     LIBS += -llibc
       
    50     LIBS += -lxqservice
       
    51 }
       
    52 
       
    53 BLD_INF_RULES.prj_exports += \
       
    54   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    55   "rom/nmindicatorplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(nmindicatorplugin.iby)"
       
    56