messagingapp/msgutils/unieditorutils/unieditorplugins/unieditormmsplugin/tsrc/testmmsgpluginapp/testmmsplugin/testmmsplugin.pro
changeset 52 12db4185673b
child 62 fdbe8253b596
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
       
     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: Project file for test_mms_plugin
       
    15 #
       
    16 
       
    17 QT += testlib
       
    18 QT -= gui
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testmmsplugin
       
    22 
       
    23 INCLUDEPATH += ./inc
       
    24 INCLUDEPATH += ../../../../../../../../inc
       
    25 INCLUDEPATH += ../../../../../../unidatautils/unidatamodels/inc
       
    26 INCLUDEPATH += ../../../../../editorgenutils/inc
       
    27 INCLUDEPATH += ../../../../../../../../inc
       
    28 INCLUDEPATH += ../../../../../../../../mmsengine/mmsmessage/inc 
       
    29 INCLUDEPATH += ../../../../../../../../mmsengine/inc
       
    30 INCLUDEPATH += ../../../../../../unidatautils/unidatamodel/inc
       
    31 INCLUDEPATH += ../mmstestbed/inc
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 DEFINES += BUILD_TEST_DLL
       
    35 
       
    36 CONFIG += hb
       
    37 CONFIG += symbian_test
       
    38 CONFIG += qtestlib
       
    39 
       
    40 SOURCES += \
       
    41   ./src/testmmsplugin.cpp \
       
    42   ../../../src/unieditormmsplugin.cpp \
       
    43   ../../../src/unieditormmsplugin_p.cpp  
       
    44          
       
    45 # Input
       
    46 HEADERS += \
       
    47   ./inc/testmmsplugin.h \
       
    48   ../../../inc/unieditormmsplugin.h \
       
    49   ../../../inc/unieditormmsplugin_p.h 
       
    50                
       
    51 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    52     symbian {
       
    53     TARGET.UID3 =  0xE274bf60
       
    54     TARGET.CAPABILITY = All -TCB -DRM
       
    55     TARGET.EPOCSTACKSIZE = 0x8000
       
    56     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    57     VENDORID =  VID_DEFAULT
       
    58     BLD_INF_RULES.prj_exports += "data/TestMMSPluginSample.txt c:/data/TestMMSPluginSample.txt"
       
    59 	BLD_INF_RULES.prj_exports += "data/TestMMSPluginSmileyFace.gif c:/data/TestMMSPluginSmileyFace.gif"	
       
    60     }
       
    61 	
       
    62 LIBS += -leuser \
       
    63     -lconvergedmessageutils \
       
    64     -lMsgMedia \
       
    65     -leditorgenutils \
       
    66     -lcone \
       
    67     -leikcoctl \
       
    68     -leikcore \
       
    69     -leikdlg \
       
    70     -lmsgs \
       
    71     -letext \
       
    72     -lgsmu \
       
    73     -lmmsgenutils \
       
    74     -lefsrv \
       
    75     -lestor \
       
    76     -lsmcm \
       
    77     -lCommonEngine \
       
    78     -lbafl \
       
    79     -lCdlEngine \
       
    80     -lFeatMgr \
       
    81     -lapmime \
       
    82     -lapgrfx \
       
    83     -lcharconv \
       
    84     -lInetProtUtil \
       
    85 		-lsmildtd \  
       
    86 		-lxmldom \
       
    87   	-lxmlparser \
       
    88   	-lcone \
       
    89   	-lQtCore \
       
    90   	-letel \
       
    91   	-lcommdb \
       
    92   	-lcommsdat \
       
    93   	-letelmm \
       
    94   	-lunidatamodelloader \
       
    95   	-lunidatamodel \
       
    96   	-lavkon \
       
    97   	-leikcoctl \
       
    98   	-leikctl \
       
    99   	-lform \
       
   100   	-luiklaf\ 
       
   101   	-lmmstestbed \
       
   102 	-lmmsmessage \ 
       
   103 	-lmmsserversettings \
       
   104 	-lxqutils \
       
   105 	-lQtContacts
       
   106 	
       
   107 packageheader = "$${LITERAL_HASH}{\"TestMMSPlugin\"},(0xE274bf60),1,0,0,TYPE=SA"
       
   108 
       
   109 vendorinfo = \
       
   110 			"; Localised Vendor name" \
       
   111 			"%{\"Nokia\"}" \
       
   112 			"; Unique Vendor name" \
       
   113 			":\"Nokia\"" 
       
   114 			
       
   115 dependencyinfo = \
       
   116 				"; Default HW/platform dependencies" \
       
   117 				"[0x101F7961],0,0,0,{\"S60ProductID\"}" \
       
   118 				"[0x2001E61C],4,6,3,{"Qt"}
       
   119 				
       
   120 default_deployment.pkg_prerules =	packageheader \
       
   121 									vendorinfo \
       
   122 									dependencyinfo 
       
   123 
       
   124 #Copy the dependent DLL
       
   125 symbian: {
       
   126 	addDll.sources = mmstestbed.dll
       
   127 	addDll.path = /sys/bin
       
   128 	DEPLOYMENT += addDll
       
   129 	
       
   130 	addFile1.sources = ./data/TestMMSPluginSample.txt
       
   131 	addFile1.path = C:/data/
       
   132 	DEPLOYMENT += addFile1
       
   133 	
       
   134 	addFile2.sources = ./data/TestMMSPluginSmileyFace.gif
       
   135 	addFile2.path = C:/data/
       
   136 	DEPLOYMENT += addFile2
       
   137 	}
       
   138