contentstorage/casrv/causifscanner/tsrc/t_causifscanner/t_causifscanner.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 
       
    13 TEMPLATE = app
       
    14 
       
    15 include(../../../../../common.pri)
       
    16 include(../../../../tsrc/testutils/testutils.pri)
       
    17 
       
    18 CONFIG(debug, debug|release) {
       
    19     DESTDIR = debug
       
    20 } else {
       
    21     DESTDIR = release
       
    22 }
       
    23 CONFIG += HB
       
    24 CONFIG += debug_and_release \
       
    25     console
       
    26 QT += testlib
       
    27 
       
    28 DEFINES += CONTENT_ARSENAL_STORAGE_UT
       
    29 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    30 
       
    31 DEPENDPATH += . \
       
    32               ./inc \
       
    33               ./src
       
    34 
       
    35 INCLUDEPATH += . \
       
    36     ./inc \
       
    37     ../../inc \
       
    38     ../../../../inc \
       
    39     ../../../homescreensrv_plat/contentstorage_api \
       
    40     ../../../../srvinc \
       
    41     ../../../../cautils/inc \
       
    42     ../../../../castorage/inc \
       
    43     ../../../casrvmgr/inc \
       
    44     $$MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 include(t_causifscanner.pri)
       
    47 
       
    48 symbian: { 
       
    49     ### get rid of localization warnings
       
    50     CONFIG -= hb
       
    51     load(hb.prf)
       
    52     CONFIG -= symbian_i18n
       
    53     ###
       
    54     CONFIG += symbian_test
       
    55     coverage: CONFIG -= symbian_test
       
    56 
       
    57     TARGET.UID2 = 0x10009D8D
       
    58     TARGET.UID3 = 0x2002DCF2
       
    59     TARGET.CAPABILITY = ALL \
       
    60         -TCB
       
    61     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    62         // \
       
    63         80kB
       
    64     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    65         0x1000000 \
       
    66         // \
       
    67         128kB \
       
    68         - \
       
    69         16MB
       
    70 
       
    71     LIBS += \
       
    72         -lapparc \
       
    73         -lapgrfx \
       
    74         -lefsrv \
       
    75         -leuser \
       
    76         -lPlatformEnv \
       
    77         -lbafl \
       
    78         -lcamenu \
       
    79         -lcasathandler \
       
    80         -lcalocalizerscanner \
       
    81         -lcommdb \
       
    82         -lefsrv \
       
    83         -lestor \
       
    84         -lapparc \
       
    85         -lplatformenv \
       
    86         -lsysutil \
       
    87         -lswinstcli \
       
    88         -lapgrfx \
       
    89         -lws32 \
       
    90         -lavkon \
       
    91         -lcone \
       
    92         -lecom \
       
    93         -lsisregistryclient \
       
    94         -lsqldb \
       
    95         -lcomsdbgutil \
       
    96         -lsif \
       
    97         -lscrclient \
       
    98         -lsifnotification
       
    99         
       
   100 
       
   101         exportDB.sources = ./data/castorage.db
       
   102         exportDB.path = c:/testing/data/t_causifscanner/
       
   103 
       
   104         exportARMSis.sources = ./data/armv5/sapiapp_S60_3_X_v_1_0_0.sisx
       
   105         exportARMSis.path = c:/testing/data/t_causifscanner/installs/
       
   106 
       
   107         exportWINSCWSis.sources = ./data/winscw/sapiapp_S60_3_X_v_1_0_0.sisx
       
   108         exportWINSCWSis.path = c:/testing/data/t_causifscanner/installs/
       
   109             
       
   110         DEPLOYMENT += exportARMSis \
       
   111                       exportDB
       
   112         
       
   113         BLD_INF_RULES.prj_testexports += "$${exportDB.sources} $${exportDB.path}$$basename(exportDB.sources)"
       
   114         BLD_INF_RULES.prj_testexports += "$${exportWINSCWSis.sources} $${exportWINSCWSis.path}$$basename(exportWINSCWSis.sources)"
       
   115         BLD_INF_RULES.prj_exports += "$${exportDB.sources} $${exportDB.path}$$basename(exportDB.sources)"
       
   116         BLD_INF_RULES.prj_exports += "$${exportWINSCWSis.sources} $${exportWINSCWSis.path}$$basename(exportWINSCWSis.sources)"
       
   117 }