contentstorage/camificonengine/tsrc/t_camificonengine/t_camificonengine.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 CONFIG += hb mobility
       
    16 MOBILITY = serviceframework
       
    17 HB = hbcore
       
    18 
       
    19 include(../../../../common.pri)
       
    20 CONFIG(debug, debug|release) {
       
    21     DESTDIR = debug
       
    22 } else {
       
    23     DESTDIR = release
       
    24 }
       
    25 
       
    26 CONFIG += debug_and_release \
       
    27     console
       
    28 QT += testlib
       
    29 	
       
    30 
       
    31 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    32 
       
    33 DEPENDPATH += . \
       
    34     ./inc \
       
    35     ./src \
       
    36     ../../inc \
       
    37     ../../src
       
    38 	
       
    39 INCLUDEPATH += \
       
    40     ./inc \
       
    41 	../../inc \
       
    42     $$MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 include(t_camificonengine.pri)
       
    45 		
       
    46 symbian: { 
       
    47 
       
    48     CONFIG += symbian_test
       
    49     coverage: CONFIG -= symbian_test
       
    50     ### get rid of localization warnings
       
    51     CONFIG -= hb
       
    52     load(hb.prf)
       
    53     CONFIG -= symbian_i18n
       
    54     ###
       
    55     TARGET.UID2 = 0x10009D8D
       
    56     TARGET.UID3 = 0x20028711
       
    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         -lcamificon \
       
    72         -laknicon \
       
    73         -lavkon
       
    74     
       
    75     BLD_INF_RULES.prj_testexports += "./data/example.mif c:/testing/data/t_camificonengine/" \
       
    76      "./data/example.mbm c:/testing/data/t_camificonengine/"
       
    77     BLD_INF_RULES.prj_exports += "./data/example.mif c:/testing/data/t_camificonengine/" \
       
    78      "./data/example.mbm c:/testing/data/t_camificonengine/"
       
    79      
       
    80     exportArm.sources += ./data/example.mif \
       
    81         ./data/example.mbm
       
    82     exportArm.path = c:/testing/data/t_camificonengine
       
    83     DEPLOYMENT += exportArm
       
    84 }