contentstorage/casrv/carunningappmonitor/tsrc/t_carunningappmonitor/t_carunningappmonitor.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 DEFINES += CONTENT_ARSENAL_STORAGE_UT
       
    28 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    29 
       
    30 DEPENDPATH += . \
       
    31     ./inc \
       
    32     ./src
       
    33     
       
    34 INCLUDEPATH += . \
       
    35     ./inc \
       
    36     ../../inc \
       
    37     ../../../../inc \
       
    38     ../../../homescreensrv_plat/contentstorage_api \
       
    39     ../../../../srvinc \
       
    40     ../../../../cautils/inc \
       
    41     ../../../casrvmgr/inc   \
       
    42     ../../../../castorage/inc \
       
    43     ../../../../srvinc  \
       
    44     $$MW_LAYER_SYSTEMINCLUDE
       
    45     
       
    46 include(t_carunningappmonitor.pri)
       
    47 coverage: {
       
    48 BLD_INF_RULES.prj_mmpfiles += "../../group/carunningappmonitor.mmp" 
       
    49 }        
       
    50 symbian: { 
       
    51     ### get rid of localization warnings
       
    52     CONFIG -= hb
       
    53     load(hb.prf)
       
    54     CONFIG -= symbian_i18n
       
    55     ###
       
    56     CONFIG += symbian_test
       
    57     coverage: CONFIG -= symbian_test
       
    58 
       
    59     TARGET.UID2 = 0x10009D8D
       
    60     TARGET.UID3 = 0x20026FB1
       
    61     TARGET.CAPABILITY = ALL \
       
    62         -TCB -DRM
       
    63     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    64         // \
       
    65         80kB
       
    66     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    67         0x1000000 \
       
    68         // \
       
    69         128kB \
       
    70         - \
       
    71         16MB
       
    72     INCLUDEPATH += \
       
    73         ../../../../inc \
       
    74         ../../../casrvmgr/inc \
       
    75         ../../../../srvinc \
       
    76         ../../../../cautils/inc \
       
    77         ../../../../castorage/inc 
       
    78     
       
    79     LIBS += \
       
    80          -lcastorage \
       
    81          -lcautils \
       
    82          -lcasathandler \
       
    83          -lcasrvmanager \
       
    84          -lefsrv \
       
    85          -lestor \
       
    86          -lapparc \
       
    87          -ldrmrightsinfo \
       
    88          -lplatformenv \
       
    89          -lsysutil \
       
    90          -ldrmserverinterfaces \
       
    91          -lswinstcli \
       
    92          -leuser \
       
    93          -lapgrfx \
       
    94          -lWidgetRegistryClient \
       
    95          -lws32 \
       
    96          -lbafl \
       
    97          -lavkon \
       
    98          -lcone \
       
    99          -lecom \
       
   100          -lsisregistryclient \
       
   101          -lsqldb \
       
   102          -lflogger \
       
   103          -lscrclient \
       
   104          -lsifnotification
       
   105 
       
   106 
       
   107         
       
   108         exportDB.sources = ./data/castorage.db
       
   109         exportDB.path = c:/testing/data/t_carunningappmonitor/
       
   110           
       
   111         DEPLOYMENT += exportDB
       
   112             
       
   113         BLD_INF_RULES.prj_testexports += "$${exportDB.sources} $${exportDB.path}"
       
   114 }
       
   115 
       
   116 
       
   117         
       
   118