contentstorage/casrv/casatmonitor/tsrc/t_satmonitor/t_satmonitor.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 
       
    17 CONFIG(debug, debug|release) {
       
    18     DESTDIR = debug
       
    19 } else {
       
    20     DESTDIR = release
       
    21 }
       
    22 CONFIG += HB
       
    23 CONFIG += debug_and_release \
       
    24     console
       
    25 QT += testlib
       
    26 
       
    27 coverage: {
       
    28 BLD_INF_RULES.prj_mmpfiles += "../../group/casatmonitor.mmp" 
       
    29 }    
       
    30 DEFINES += CONTENT_ARSENAL_STORAGE_UT
       
    31 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    32 
       
    33 DEPENDPATH += . \
       
    34     ./inc \
       
    35     ./src
       
    36     
       
    37 INCLUDEPATH += . \
       
    38     ./inc \
       
    39     ../../inc \
       
    40     ../../../../inc \
       
    41     ../../../homescreensrv_plat/contentstorage_api \
       
    42     ../../../../srvinc \
       
    43     ../../../../extinc \
       
    44     ../../../../cautils/inc \
       
    45     ../../../casrvmgr/inc   \
       
    46     ../../../../castorage/inc \
       
    47     ../../../../srvinc  \
       
    48     $$MW_LAYER_SYSTEMINCLUDE
       
    49     
       
    50 include(t_satmonitor.pri)
       
    51         
       
    52 symbian: { 
       
    53     ### get rid of localization warnings
       
    54     CONFIG -= hb
       
    55     load(hb.prf)
       
    56     CONFIG -= symbian_i18n
       
    57     ###
       
    58     CONFIG += symbian_test
       
    59     coverage: CONFIG -= symbian_test
       
    60 
       
    61     TARGET.UID2 = 0x10009D8D
       
    62     TARGET.UID3 = 0x2002870F
       
    63     TARGET.CAPABILITY = ALL \
       
    64         -TCB
       
    65     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    66         // \
       
    67         80kB
       
    68     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    69         0x1000000 \
       
    70         // \
       
    71         128kB \
       
    72         - \
       
    73         16MB
       
    74     
       
    75     LIBS += \
       
    76         -leuser \
       
    77         -lefsrv \
       
    78         -lestor \
       
    79         -lapparc \
       
    80         -lapgrfx \
       
    81         -lcautils \
       
    82         -lsysutil \
       
    83         -lsqldb \
       
    84         -lws32 \
       
    85         -lbafl \
       
    86         -lecom \
       
    87         -lcasrvmanager \
       
    88         -lflogger \
       
    89         -lscrclient \
       
    90         -lsifnotification
       
    91 
       
    92 
       
    93 
       
    94         exportDB.sources = ./data/castorage.db
       
    95         exportDB.path = c:/testing/data/t_satmonitor/
       
    96         
       
    97         DEPLOYMENT += exportDB
       
    98         
       
    99         BLD_INF_RULES.prj_testexports += "$${exportDB.sources} $${exportDB.path}"
       
   100 }
       
   101 
       
   102 
       
   103         
       
   104