messagingapp/msgutils/unieditorutils/unieditorplugins/unieditorsmsplugin/tsrc/testunieditorsmsplugin/testunieditorsmsplugin.pro
changeset 70 a15d9966050f
child 67 fc91263aee62
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
       
     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: Test Case Project Definition for UnieditorSMSPlugin
       
    15 #
       
    16 
       
    17 QT += testlib
       
    18 QT -= gui
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testunieditorsmsplugin
       
    22 
       
    23 CONFIG += hb
       
    24 CONFIG += symbian_test
       
    25 CONFIG += qtestlib
       
    26 
       
    27 INCLUDEPATH += ./inc
       
    28 INCLUDEPATH += ../../../../../../../inc
       
    29 INCLUDEPATH += ../../../../editorgenutils/inc
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 DEFINES += BUILD_TESTUNIEDITORSMSPLUGIN_DLL
       
    33 
       
    34 SOURCES += \
       
    35   ./src/testunieditorsmsplugin.cpp \
       
    36   ../../src/unieditorsmsplugin.cpp \
       
    37   ../../src/unieditorsmsplugin_p.cpp  
       
    38          
       
    39 
       
    40 # Input
       
    41 HEADERS += \
       
    42   ./inc/testunieditorsmsplugin.h \
       
    43   ../../inc/unieditorsmsplugin.h \
       
    44   ../../inc/unieditorsmsplugin_p.h 
       
    45                
       
    46    
       
    47 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    48     symbian {
       
    49     TARGET.UID3 =  0xE2b6e30a
       
    50     TARGET.CAPABILITY = All -TCB -DRM
       
    51     TARGET.EPOCSTACKSIZE = 0x8000
       
    52     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    53     VENDORID =  VID_DEFAULT
       
    54     BLD_INF_RULES.prj_exports += "data/TestUnieditorSMSPluginSample.txt c:/data/TestUnieditorSMSPluginSample.txt"
       
    55     BLD_INF_RULES.prj_exports += "data/TestUnieditorSMSPluginSample.vcf c:/data/TestUnieditorSMSPluginSample.vcf"
       
    56     BLD_INF_RULES.prj_exports += "data/TestUnieditorSMSPluginSample.vcs c:/data/TestUnieditorSMSPluginSample.vcs"
       
    57     }
       
    58    
       
    59 LIBS += -leuser \
       
    60     -lconvergedmessageutils \
       
    61     -lMsgMedia \
       
    62     -leditorgenutils \
       
    63     -lcone \
       
    64     -leikcoctl \
       
    65     -leikcore \
       
    66     -leikdlg \
       
    67     -lmsgs \
       
    68     -letext \
       
    69     -lgsmu \
       
    70     -lmmsgenutils \
       
    71     -lefsrv \
       
    72     -lestor \
       
    73     -lsmcm \
       
    74     -lCommonEngine \
       
    75     -lbafl \
       
    76     -lCdlEngine \
       
    77     -lFeatMgr \
       
    78     -lapmime \
       
    79     -lunidatamodelloader \
       
    80     -lxqutils \
       
    81     -lQtContacts \
       
    82     -lxqutils \
       
    83     -lapgrfx \
       
    84     -lcharconv \
       
    85     -lInetProtUtil \
       
    86 		-lsmildtd \  
       
    87 		-lxmldom \
       
    88   	-lxmlparser \
       
    89   	-lcone \
       
    90   	-lQtCore \
       
    91   	-letel \
       
    92   	-letelmm \
       
    93   	-lcentralrepository
       
    94 
       
    95 packageheader = "$${LITERAL_HASH}{\"TestUnieditorSMSPlugin\"},(0xE2b6e30a),1,0,0,TYPE=SA"
       
    96 
       
    97 vendorinfo = \
       
    98 			"; Localised Vendor name" \
       
    99 			"%{\"Nokia\"}" \
       
   100 			"; Unique Vendor name" \
       
   101 			":\"Nokia\"" 
       
   102 			
       
   103 dependencyinfo = \
       
   104 				"; Default HW/platform dependencies" \
       
   105 				"[0x101F7961],0,0,0,{\"S60ProductID\"}" \
       
   106 				"[0x2001E61C],4,6,3,{"Qt"}
       
   107 				
       
   108 default_deployment.pkg_prerules =	packageheader \
       
   109 									vendorinfo \
       
   110 									dependencyinfo 
       
   111 
       
   112 #Copy the dependent DLL
       
   113 symbian: {
       
   114 	addFile1.sources = ./data/TestUnieditorSMSPluginSample.txt
       
   115 	addFile1.path = C:/data/
       
   116 	DEPLOYMENT += addFile1
       
   117 	
       
   118 	addFile2.sources = ./data/TestUnieditorSMSPluginSample.vcf
       
   119 	addFile2.path = C:/data/
       
   120 	DEPLOYMENT += addFile2
       
   121 	
       
   122 	addFile3.sources = ./data/TestUnieditorSMSPluginSample.vcs
       
   123 	addFile3.path = C:/data/
       
   124 	DEPLOYMENT += addFile3
       
   125 	}
       
   126