homescreenapp/serviceproviders/hsmenuserviceprovider/tsrc/t_hsmenuserviceprovider/t_hsmenuserviceprovider.pro
changeset 90 3ac3aaebaee5
child 97 66b5fe3c07fd
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 
       
    19 include (../../../../common.pri)
       
    20 
       
    21 CONFIG += mobility
       
    22 MOBILITY += publishsubscribe
       
    23 
       
    24 LIBS += -lhsdomainmodel        
       
    25 LIBS += -lhsutils
       
    26 LIBS += -lcasoftwareregistry
       
    27 
       
    28 CONFIG += debug_and_release \
       
    29     console
       
    30 CONFIG += hb
       
    31 QT += testlib \
       
    32     xml \
       
    33     sql
       
    34 
       
    35 #DEFINES += CONTENT_ARSENAL_STORAGE_UT
       
    36 DEFINES += MENUSERVICE_TEST
       
    37 #DEFINES += CACLIENT_TEST
       
    38 DEFINES += MENUSERVICE_UNITTEST
       
    39 DEFINES += HSDOMAINMODEL_TEST
       
    40 coverage:DEFINES += COVERAGE_MEASUREMENT
       
    41 
       
    42 DEPENDPATH += . \
       
    43     ./src \
       
    44     ./inc \
       
    45     ../src \
       
    46     ../inc
       
    47     
       
    48 #add new paths and put existing at the end to pick up mock files first
       
    49 INCLUDEPATH = . \
       
    50     ./inc \
       
    51     ../../inc \
       
    52     ../../../../../homescreenapp/inc \
       
    53     $$INCLUDEPATH
       
    54     
       
    55 symbian: {
       
    56     ### get rid of localization warnings
       
    57     CONFIG -= hb
       
    58     load(hb.prf)
       
    59     CONFIG -= symbian_i18n
       
    60     ###
       
    61     
       
    62     CONFIG += symbian_test
       
    63     coverage: CONFIG -= symbian_test
       
    64     TARGET.UID2 = 0x100039CE
       
    65     TARGET.UID3 = 0x20022F6A
       
    66 	TARGET.EPOCALLOWDLLDATA=1
       
    67 	TARGET.CAPABILITY = ALL -TCB
       
    68     TARGET.EPOCSTACKSIZE = 0x14000 \
       
    69         // \
       
    70         80kB
       
    71     TARGET.EPOCHEAPSIZE = 0x20000 \
       
    72         0x1000000 \
       
    73         // \
       
    74         128kB \
       
    75         - \
       
    76         16MB
       
    77     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    78     
       
    79     MMP_RULES += SMPSAFE
       
    80 }
       
    81 include(t_hsmenuserviceprovider.pri)
       
    82 win32:include(installs_win32.pri)
       
    83 !symbian:unix:include(installs_unix.pri)