appinstaller/AppinstUi/sisxsilentinstallindicatorplugin/sisxsilentinstallindicatorplugin.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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = sisxsilentinstallindicatorplugin
       
    19 CONFIG += plugin
       
    20 CONFIG += hb
       
    21 
       
    22 INCLUDEPATH += .
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    25 INCLUDEPATH += ../../../../inc
       
    26 
       
    27 
       
    28 HEADERS += inc/sisxsilentinstallindicatorplugin.h \ 
       
    29 				inc/sisxsilentinstallindicator.h
       
    30 
       
    31 SOURCES += src/sisxsilentinstallindicatorplugin.cpp \ 
       
    32 				src/sisxsilentinstallindicator.cpp
       
    33 		   
       
    34 
       
    35 symbian {
       
    36     TARGET.EPOCALLOWDLLDATA=1
       
    37     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    38     TARGET.UID3 = 0x2002FF6A 
       
    39 
       
    40     pluginstub.sources = sisxsilentinstallindicatorplugin.dll
       
    41     pluginstub.path = /resource/plugins/indicators
       
    42     DEPLOYMENT += pluginstub
       
    43 }
       
    44 
       
    45 BLD_INF_RULES.prj_exports += \
       
    46   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    47   "rom/sisxsilentinstallindicatorplugin.iby             CORE_APP_LAYER_IBY_EXPORT_PATH(sisxsilentinstallindicatorplugin.iby)" 
       
    48   
       
    49 LIBS += -lxqservice
       
    50 LIBS += -lws32
       
    51 LIBS += -lapparc  
       
    52 LIBS += -lapgrfx
       
    53 
       
    54 # TODO: onko tarpeen apparc lippi ? lapparc 
       
    55