homescreensrv_plat/menu_sat_interface_api/tsrc/t_menu_sat_interface_api/t_menu_sat_interface_api.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 
       
    23 CONFIG += debug_and_release \
       
    24     console
       
    25 QT += testlib
       
    26 	
       
    27 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    28 
       
    29 DEPENDPATH += . \
       
    30     ./inc \
       
    31     ./src
       
    32 	
       
    33 INCLUDEPATH += . \
       
    34     ./inc \
       
    35     ../../inc \
       
    36 	../../../../contentstorage/inc \
       
    37     $$MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 include(t_menu_sat_interface_api.pri)
       
    40 		
       
    41 symbian: { 
       
    42 
       
    43     CONFIG += symbian_test
       
    44     coverage: CONFIG -= symbian_test
       
    45 
       
    46     TARGET.UID2 = 0x10009D8D
       
    47     TARGET.UID3 = 0x20028713
       
    48     TARGET.CAPABILITY = ALL \
       
    49         -TCB
       
    50     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    51         // \
       
    52         80kB
       
    53     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    54         0x1000000 \
       
    55         // \
       
    56         128kB \
       
    57         - \
       
    58         16MB
       
    59 	
       
    60 	LIBS += \
       
    61 		-leuser \
       
    62 		-lMenuInterface		
       
    63 }
       
    64 
       
    65 
       
    66 		
       
    67