messagingapp/msgutils/unieditorutils/unieditorpluginloader/tsrc/testunieditorpluginloader/testunieditorpluginloader.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 UnieditorPluginLoader
       
    15 #
       
    16 
       
    17 QT += testlib
       
    18 QT -= gui
       
    19 
       
    20 CONFIG += hb
       
    21 CONFIG += symbian_test
       
    22 CONFIG += qtestlib
       
    23 
       
    24 TEMPLATE = app
       
    25 TARGET = testunieditorpluginloader
       
    26 
       
    27 INCLUDEPATH += ../../../../../../inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 DEFINES += BUILD_TEST_DLL
       
    31 
       
    32 # Input
       
    33 SOURCES += \
       
    34   ./src/testunieditorpluginloader.cpp
       
    35     
       
    36 HEADERS += \
       
    37   ./inc/testunieditorpluginloader.h
       
    38      
       
    39 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    40     symbian {
       
    41     TARGET.UID3 =  0xEc0880aa
       
    42     TARGET.CAPABILITY = All -TCB -DRM
       
    43     TARGET.EPOCSTACKSIZE = 0x8000
       
    44     TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    45     VENDORID =  VID_DEFAULT
       
    46     BLD_INF_RULES.prj_exports += "data/TestUnieditorPluginLoaderSample.txt c:/data/TestUnieditorPluginLoaderSample.txt"
       
    47     }
       
    48 	
       
    49 LIBS += -lunieditorpluginloader \
       
    50 		-lconvergedmessageutils
       
    51 
       
    52 packageheader = "$${LITERAL_HASH}{\"TestUnieditorPluginLoader\"},(0xEc0880aa),1,0,0,TYPE=SA"
       
    53 
       
    54 vendorinfo = \
       
    55 			"; Localised Vendor name" \
       
    56 			"%{\"Nokia\"}" \
       
    57 			"; Unique Vendor name" \
       
    58 			":\"Nokia\"" 
       
    59 			
       
    60 dependencyinfo = \
       
    61 				"; Default HW/platform dependencies" \
       
    62 				"[0x101F7961],0,0,0,{\"S60ProductID\"}" \
       
    63 				"[0x2001E61C],4,6,3,{"Qt"}
       
    64 				
       
    65 default_deployment.pkg_prerules =	packageheader \
       
    66 									vendorinfo \
       
    67 									dependencyinfo 
       
    68 
       
    69 #Copy the dependent files
       
    70 symbian: {
       
    71 	addFile1.sources = ./data/TestUnieditorPluginLoaderSample.txt
       
    72 	addFile1.path = C:/data/
       
    73 	DEPLOYMENT += addFile1
       
    74 	}
       
    75