messagingapp/msgutils/unidatautils/unidatamodelplugins/unibiomessagedataplugin/tsrc/testunidatamodelvcalplugin/testunidatamodelvcalplugin.pro
changeset 25 84d9eb65b26f
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
       
     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 QT += testlib
       
    18 QT -= gui
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = test-unidatamodel-vcal-plugin
       
    22 
       
    23 
       
    24 INCLUDEPATH += .
       
    25 INCLUDEPATH += ../../../../../../inc
       
    26 INCLUDEPATH += ../../../../../msgutils/s60qconversions/inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 DEFINES += BUILD_TEST_DLL
       
    30 
       
    31 SOURCES += \
       
    32 	testunidatamodelvcalplugin.cpp
       
    33 
       
    34 				
       
    35 # Input
       
    36 HEADERS += \
       
    37 	testunidatamodelvcalplugin.h
       
    38 	
       
    39 	   	   			 
       
    40    
       
    41 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    42     symbian {
       
    43     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    44     TARGET.EPOCSTACKSIZE = 0x8000
       
    45     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    46     TARGET.EPOCALLOWDLLDATA = 1
       
    47     BLD_INF_RULES.prj_exports += "vcal1.txt /epoc32/winscw/c/test/vcal1.txt"
       
    48     BLD_INF_RULES.prj_exports += "BioMtm.rsc /epoc32/winscw/c/resource/messaging/mtm/BioMtm.rsc"
       
    49 		}
       
    50 
       
    51  LIBS += -leuser \
       
    52 	-lconvergedmessageutils\
       
    53 	-ls60qconversions \
       
    54 	-lmsgs \
       
    55 	-lsmcm \
       
    56 	-lgsmu \
       
    57 	-letext \
       
    58 	-lmsgs \
       
    59 	-lunidatamodelloader\
       
    60 	-lQtCore \
       
    61 	-lbioc \
       
    62 	-lefsrv \
       
    63 	-lbiodb \
       
    64 	-lbifu
       
    65 	
       
    66