1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,110 @@
1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +
1.20 +prj_exports
1.21 +
1.22 +
1.23 +prj_testexports
1.24 +
1.25 +//armv5 test files
1.26 +
1.27 +//ecom swi testexecute sub scripts
1.28 +../scripts/TE_EComSWITestARM.script z:/tef_ecomswi/te_ecomswitestarm.script
1.29 +
1.30 +//ecom plugin one
1.31 +../data/EComPlugin1ARMs.sis z:/tef_ecomswi/ecomplugin1arms.sis
1.32 +
1.33 +//ecom plugin one upgrade
1.34 +../data/EComPlugin1UpgARMs.sis z:/tef_ecomswi/ecomplugin1upgarms.sis
1.35 +
1.36 +//ecomplugintwo
1.37 +../data/EComPlugin2ARMs.sis z:/tef_ecomswi/ecomplugin2arms.sis
1.38 +
1.39 +//ecom plugin three upgrade
1.40 +../data/EComPlugin3UpgARMs.sis z:/tef_ecomswi/ecomplugin3upgarms.sis
1.41 +
1.42 +
1.43 +// winscw test files
1.44 +
1.45 +//ecom swi testexecute sub scripts
1.46 +../scripts/TE_EComSWITestWINSCW.script z:/tef_ecomswi/te_ecomswitestwinscw.script
1.47 +
1.48 +//ecom plugin one
1.49 +../data/EComPlugin1WINSCWs.sis z:/tef_ecomswi/ecomplugin1winscws.sis
1.50 +
1.51 +//ecom plugin one upgrade
1.52 +../data/EComPlugin1UpgWINSCWs.sis z:/tef_ecomswi/ecomplugin1upgwinscws.sis
1.53 +
1.54 +//ecomplugintwo
1.55 +../data/EComPlugin2WINSCWs.sis z:/tef_ecomswi/ecomplugin2winscws.sis
1.56 +
1.57 +//ecom plugin three upgrade
1.58 +../data/EComPlugin3UpgWINSCWs.sis z:/tef_ecomswi/ecomplugin3upgwinscws.sis
1.59 +
1.60 +
1.61 +
1.62 +//ecom swi testexecute ini files
1.63 +../data/ECom-SWI-Install.ini z:/tef_ecomswi/ecom-swi-install.ini
1.64 +../data/ECom-SWI-CheckPlugin.ini z:/tef_ecomswi/ecom-swi-checkplugin.ini
1.65 +../data/ECom-SWI-UsePlugin.ini z:/tef_ecomswi/ecom-swi-useplugin.ini
1.66 +
1.67 +// copy in our swicertstore.dat so our signed sis files can install.
1.68 +../data/certstore/swicertstore.dat z:/resource/swicertstore.dat
1.69 +../data/certstore/swicertstore.dat /epoc32/release/winscw/udeb/z/resource/swicertstore.dat
1.70 +../data/certstore/swicertstore.dat /epoc32/release/winscw/urel/z/resource/swicertstore.dat
1.71 +
1.72 +
1.73 +//ecom swi test stub
1.74 +../data/EComPluginStub.SIS z:/system/install/ecompluginstub.sis
1.75 +
1.76 +//iby file
1.77 +./TE_EComSWITestSuite.iby /epoc32/rom/include/te_ecomswitestsuite.iby
1.78 +./swicertstoredat.iby /epoc32/rom/include/swicertstoredat.iby
1.79 +
1.80 +//system_backup requires this file
1.81 +../data/backup_registration.xml z:/tef_ecomswi/backup_registration.xml
1.82 +
1.83 +
1.84 +
1.85 +prj_testmmpfiles
1.86 +//need to build ecomtestutils first
1.87 +TE_EComSWITestSuite.mmp manual
1.88 +EComSWITestPluginThree.mmp support
1.89 +
1.90 +// need to uncomment the following to build the ecom test plugin
1.91 +// but remember to clean up the binaries once the sis packages have been created.
1.92 +
1.93 +//EcomSWITestPluginOne.mmp support
1.94 +//EComSWITestPluginOneUpg.mmp support
1.95 +//EComSWITestPluginTwo.mmp support
1.96 +//EComSWITestPluginThreeUpg.mmp support
1.97 +
1.98 +// Extension makefile to create three SIS packages.
1.99 +// Do not use the template extension in GCCXML build.
1.100 +#ifndef GCCXML
1.101 +
1.102 +PRJ_TESTEXTENSIONS
1.103 +start extension syslibs/test/ecom3_buildsis
1.104 +SOURCES cachedresolverstub.pkg cachedresolverupg2.pkg cachedresolverupg9.pkg
1.105 +OPTION OUTDIR tef_ecomswi
1.106 +OPTION INDIR ../data
1.107 +OPTION CERTPEM certstore/centreproot.pem
1.108 +OPTION CERTKEY certstore/centreproot.key
1.109 +OPTION STUBLIST cachedresolverstub.pkg
1.110 +OPTION SCRIPTNAME tem_dosis.pl
1.111 +end
1.112 +
1.113 +#endif