appinstaller/AppinstUi/sifuiinstallindicatorplugin/sifuiinstallindicatorplugin.pro
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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:  Software install progress indicator
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = sifuiinstallindicatorplugin
       
    19 CONFIG += plugin
       
    20 CONFIG += hb
       
    21 
       
    22 INCLUDEPATH += .
       
    23 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    24 DEPENDPATH += .
       
    25 
       
    26 LIBS += -lQtPublishSubscribe
       
    27 
       
    28 HEADERS += inc/sifuiinstallindicatorplugin.h \
       
    29     inc/sifuiinstallindicator.h \
       
    30     inc/sifuiinstallindicatorparams.h
       
    31 
       
    32 SOURCES += src/sifuiinstallindicatorplugin.cpp \
       
    33     src/sifuiinstallindicator.cpp
       
    34 
       
    35 symbian {
       
    36     TARGET.EPOCALLOWDLLDATA = 1
       
    37     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    38     TARGET.UID3 = 0x2002E690
       
    39 
       
    40     pluginstub.sources = sifuiinstallindicatorplugin.dll
       
    41     pluginstub.path = /resource/plugins/indicators
       
    42     DEPLOYMENT += pluginstub
       
    43 
       
    44 	crmlFiles.sources = sifuiinstallindicatorplugin.qcrml
       
    45 	crmlFiles.path = /resource/qt/crml
       
    46 	DEPLOYMENT += crmlFiles
       
    47 }
       
    48 
       
    49 BLD_INF_RULES.prj_exports += \
       
    50     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    51     "rom/sifuiinstallindicatorplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sifuiinstallindicatorplugin.iby)"
       
    52