activityfw/storage/server/tsrc/t_server/t_server.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     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 CONFIG += qtestlib console
       
    17 
       
    18 INCLUDEPATH +=  ./ \
       
    19                 ../../inc/ \
       
    20                 ../../../inc/ \
       
    21                 ../../../../../inc/
       
    22 
       
    23 HEADERS += ./t_server.h \
       
    24            ./t_installer.h \
       
    25            ../../inc/afserver.h \
       
    26            
       
    27 
       
    28 SOURCES += ./t_server.cpp \
       
    29            ./t_installer.cpp \
       
    30            ../../src/afserver.cpp \
       
    31            ../../src/afsession.cpp \
       
    32            ../../src/afstorage.cpp \
       
    33            ../../src/afstoragesynctask.cpp \
       
    34            ../../src/afstorageasynctask.cpp \
       
    35            ../../src/afbroadcasttask.cpp \
       
    36            ../../src/afdataprovidertask.cpp \
       
    37            ../../src/afobservertask.cpp \
       
    38            ../../src/afthumbnailtask.cpp \
       
    39            ../../src/afapplicationsmonitor.cpp \
       
    40            ../../src/afapplicationscollection.cpp \
       
    41            ../../src/afapplicationsstorage.cpp \
       
    42            ../../src/afapplicationsengine.cpp \
       
    43            ../../src/afdatabasecleaner.cpp \
       
    44 
       
    45 LIBS += -lfbscli \
       
    46         -ledbms \
       
    47         -lestor \
       
    48         -lbafl \
       
    49         -ltsutils \
       
    50         -lhash \
       
    51         -lefsrv \
       
    52         -lafstoragecommon.lib \
       
    53         -lsif \
       
    54         -lscrclient \
       
    55         -lxqutils \
       
    56         -lapgrfx \
       
    57 
       
    58 symbian {
       
    59     CONFIG += symbian_test
       
    60     TARGET.CAPABILITY = ALL -TCB
       
    61     coverage: CONFIG -= symbian_test
       
    62     
       
    63      BLD_INF_RULES.prj_testexports += "./data/winscw/sapiapp_S60_3_X_v_1_0_0.sisx c:/" \
       
    64                                       "./data/winscw/Hello.jar c:/"
       
    65 
       
    66     BLD_INF_RULES.prj_exports += "./data/winscw/sapiapp_S60_3_X_v_1_0_0.sisx c:/" \
       
    67                                  "./data/winscw/Hello.jar c:/"
       
    68      
       
    69     exportArmSis.sources += ./data/armv5/sapiapp_S60_3_X_v_1_0_0.sisx \
       
    70                             ./data/winscw/Hello.jar
       
    71 	exportArmSis.path = c:/
       
    72 	DEPLOYMENT += exportArmSis
       
    73 }