appinstaller/AppinstUi/sisxsifplugin/tsrc/testinstaller/testinstaller.pro
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     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:  Test installer that uses Usif::RSoftwareInstall API.
       
    15 #
       
    16 #
       
    17 
       
    18 
       
    19 TEMPLATE = app
       
    20 TARGET = testinstaller
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 
       
    24 HEADERS +=  testinstaller.h \
       
    25 		activerunner.h
       
    26 SOURCES +=  testinstaller.cpp \
       
    27 		activerunner.cpp \
       
    28         main.cpp
       
    29 
       
    30 symbian {
       
    31     TARGET.CAPABILITY = ALL -TCB
       
    32     TARGET.UID2 = 0x100039ce
       
    33     TARGET.UID3 = 0x0fe91d97      // random UID
       
    34     TARGET.VID = VID_DEFAULT
       
    35 
       
    36     INCLUDEPATH += /epoc32/include/mw \ 
       
    37         /epoc32/include/platform/mw \
       
    38         /epoc32/include/mw/hb/hbcore \
       
    39         /epoc32/include/mw/hb/hbwidgets
       
    40     LIBS += -lHbCore -lHbWidgets -lxqservice -lsif -lscrclient -lswinstcli -lefsrv 
       
    41 
       
    42 	HEADERS += activerunner_symbian.h
       
    43 	SOURCES += activerunner_symbian.cpp
       
    44 	
       
    45     rssrules = \
       
    46         "newfile = KAppDoesNotSupportNewFile;"
       
    47     RSS_RULES += rssrules
       
    48 }
       
    49 
       
    50 BLD_INF_RULES.prj_exports += \
       
    51   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    52   "testinstaller.iby CORE_APP_LAYER_IBY_EXPORT_PATH(testinstaller.iby)"
       
    53