contentstorage/casoftwareregistry/tsrc/t_casoftwareregistry/t_casoftwareregistry.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 # Copyright (c) 2010 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 DEFINES += CACLIENT_TEST
       
    15 include(../../../../common.pri)
       
    16 
       
    17 CONFIG += hb
       
    18 CONFIG(debug, debug|release) {
       
    19     DESTDIR = debug
       
    20 } else {
       
    21     DESTDIR = release
       
    22 }
       
    23 
       
    24 CONFIG += debug_and_release \
       
    25     console
       
    26 QT += testlib
       
    27     
       
    28 
       
    29 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    30 
       
    31 DEPENDPATH += . \
       
    32     ./inc \
       
    33     ./src \
       
    34     ../../inc \
       
    35     ../../src \
       
    36     ../../../../homescreensrv_plat/contentstorage_api
       
    37     
       
    38 INCLUDEPATH += ./inc \
       
    39     ../../inc \
       
    40     ../../../../homescreensrv_plat/contentstorage_api \
       
    41     ../../../cautils/inc \
       
    42     $$MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 include(t_casoftwareregistry.pri)
       
    45         
       
    46 symbian: { 
       
    47     ### get rid of localization warnings
       
    48     CONFIG -= hb
       
    49     load(hb.prf)
       
    50     CONFIG -= symbian_i18n
       
    51     ###
       
    52     CONFIG += symbian_test
       
    53     coverage: CONFIG -= symbian_test
       
    54     
       
    55     TARGET.UID2 = 0x10009D8D
       
    56     TARGET.UID3 = 0x2002DCF6
       
    57     TARGET.CAPABILITY = ALL \
       
    58         -TCB
       
    59     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    60         // \
       
    61         80kB
       
    62     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    63         0x1000000 \
       
    64         // \
       
    65         128kB \
       
    66         - \
       
    67         16MB
       
    68     
       
    69     LIBS += \
       
    70         -leuser \
       
    71         -lscrclient \
       
    72         -lbafl \
       
    73         -lestor \
       
    74         -lefsrv \
       
    75         -lxqutils \
       
    76         -lPlatformEnv \
       
    77         -lsifnotification \
       
    78         -lsif
       
    79         
       
    80     BLD_INF_RULES.prj_testexports += "./data/MIDPTestIcons.jad c:/testing/data/t_casoftwareregistry/installs/" \
       
    81      "./data/MIDPTestIcons.jar c:/testing/data/t_casoftwareregistry/installs/"
       
    82 
       
    83     BLD_INF_RULES.prj_exports += "./data/MIDPTestIcons.jad c:/testing/data/t_casoftwareregistry/installs/" \
       
    84      "./data/MIDPTestIcons.jar c:/testing/data/t_casoftwareregistry/installs/"
       
    85      
       
    86     exportArmSis.sources += ./data/MIDPTestIcons.jad \
       
    87         ./data/MIDPTestIcons.jar
       
    88 	exportArmSis.path = c:/testing/data/t_casoftwareregistry/installs
       
    89 	DEPLOYMENT += exportArmSis	
       
    90 
       
    91         
       
    92 include (t_casoftwareregistry_s60.pri)
       
    93 }
       
    94 
       
    95 win32: {
       
    96 include (t_casoftwareregistry_stub.pri)
       
    97 }
       
    98 
       
    99