messagingapp/msgutils/unidatautils/unidatamodelplugins/unismsdataplugin/tsrc/testunidatamodelsmsplugin/testunidatamodelsmsplugin.pro
changeset 56 f42d9a78f435
parent 55 5b3b2fa8c3ec
child 58 5401a102f08b
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
     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-sms-plugin
       
    22 
       
    23 
       
    24 INCLUDEPATH += .
       
    25 INCLUDEPATH += ../../../../../../inc
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 DEFINES += BUILD_TEST_DLL
       
    29 
       
    30 SOURCES += \
       
    31 	testunidatamodelsmsplugin.cpp
       
    32 
       
    33 				 
       
    34 
       
    35 # Input
       
    36 HEADERS += \
       
    37 	testunidatamodelsmsplugin.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 		}
       
    48 	
       
    49 defBlock = \      
       
    50 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    51 	  "DEFFILE  ../eabi/test_unidatamodel_sms_plugin.def" \
       
    52              "$${LITERAL_HASH}else" \
       
    53              "DEFFILE  ../bwins/test_unidatamodel_sms_plugin.def" \
       
    54              "$${LITERAL_HASH}endif"
       
    55 	
       
    56 MMP_RULES += defBlock
       
    57 		
       
    58  LIBS += -leuser \
       
    59 	-lconvergedmessageutils\
       
    60 	-lxqutils \
       
    61 	-lmsgs \
       
    62 	-lsmcm \
       
    63 	-lgsmu \
       
    64 	-letext \
       
    65 	-lmsgs \
       
    66 	-lunidatamodelloader\
       
    67 	-lQtCore
       
    68 	
       
    69