sl@0: // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: sl@0: prj_exports sl@0: sl@0: sl@0: prj_testexports sl@0: sl@0: //armv5 test files sl@0: sl@0: //ecom swi testexecute sub scripts sl@0: ../scripts/TE_EComSWITestARM.script z:/tef_ecomswi/te_ecomswitestarm.script sl@0: sl@0: //ecom plugin one sl@0: ../data/EComPlugin1ARMs.sis z:/tef_ecomswi/ecomplugin1arms.sis sl@0: sl@0: //ecom plugin one upgrade sl@0: ../data/EComPlugin1UpgARMs.sis z:/tef_ecomswi/ecomplugin1upgarms.sis sl@0: sl@0: //ecomplugintwo sl@0: ../data/EComPlugin2ARMs.sis z:/tef_ecomswi/ecomplugin2arms.sis sl@0: sl@0: //ecom plugin three upgrade sl@0: ../data/EComPlugin3UpgARMs.sis z:/tef_ecomswi/ecomplugin3upgarms.sis sl@0: sl@0: sl@0: // winscw test files sl@0: sl@0: //ecom swi testexecute sub scripts sl@0: ../scripts/TE_EComSWITestWINSCW.script z:/tef_ecomswi/te_ecomswitestwinscw.script sl@0: sl@0: //ecom plugin one sl@0: ../data/EComPlugin1WINSCWs.sis z:/tef_ecomswi/ecomplugin1winscws.sis sl@0: sl@0: //ecom plugin one upgrade sl@0: ../data/EComPlugin1UpgWINSCWs.sis z:/tef_ecomswi/ecomplugin1upgwinscws.sis sl@0: sl@0: //ecomplugintwo sl@0: ../data/EComPlugin2WINSCWs.sis z:/tef_ecomswi/ecomplugin2winscws.sis sl@0: sl@0: //ecom plugin three upgrade sl@0: ../data/EComPlugin3UpgWINSCWs.sis z:/tef_ecomswi/ecomplugin3upgwinscws.sis sl@0: sl@0: sl@0: sl@0: //ecom swi testexecute ini files sl@0: ../data/ECom-SWI-Install.ini z:/tef_ecomswi/ecom-swi-install.ini sl@0: ../data/ECom-SWI-CheckPlugin.ini z:/tef_ecomswi/ecom-swi-checkplugin.ini sl@0: ../data/ECom-SWI-UsePlugin.ini z:/tef_ecomswi/ecom-swi-useplugin.ini sl@0: sl@0: // copy in our swicertstore.dat so our signed sis files can install. sl@0: ../data/certstore/swicertstore.dat z:/resource/swicertstore.dat sl@0: ../data/certstore/swicertstore.dat /epoc32/release/winscw/udeb/z/resource/swicertstore.dat sl@0: ../data/certstore/swicertstore.dat /epoc32/release/winscw/urel/z/resource/swicertstore.dat sl@0: sl@0: sl@0: //ecom swi test stub sl@0: ../data/EComPluginStub.SIS z:/system/install/ecompluginstub.sis sl@0: sl@0: //iby file sl@0: ./TE_EComSWITestSuite.iby /epoc32/rom/include/te_ecomswitestsuite.iby sl@0: ./swicertstoredat.iby /epoc32/rom/include/swicertstoredat.iby sl@0: sl@0: //system_backup requires this file sl@0: ../data/backup_registration.xml z:/tef_ecomswi/backup_registration.xml sl@0: sl@0: sl@0: sl@0: prj_testmmpfiles sl@0: //need to build ecomtestutils first sl@0: TE_EComSWITestSuite.mmp manual sl@0: EComSWITestPluginThree.mmp support sl@0: sl@0: // need to uncomment the following to build the ecom test plugin sl@0: // but remember to clean up the binaries once the sis packages have been created. sl@0: sl@0: //EcomSWITestPluginOne.mmp support sl@0: //EComSWITestPluginOneUpg.mmp support sl@0: //EComSWITestPluginTwo.mmp support sl@0: //EComSWITestPluginThreeUpg.mmp support sl@0: sl@0: // Extension makefile to create three SIS packages. sl@0: // Do not use the template extension in GCCXML build. sl@0: #ifndef GCCXML sl@0: sl@0: PRJ_TESTEXTENSIONS sl@0: start extension syslibs/test/ecom3_buildsis sl@0: SOURCES cachedresolverstub.pkg cachedresolverupg2.pkg cachedresolverupg9.pkg sl@0: OPTION OUTDIR tef_ecomswi sl@0: OPTION INDIR ../data sl@0: OPTION CERTPEM certstore/centreproot.pem sl@0: OPTION CERTKEY certstore/centreproot.key sl@0: OPTION STUBLIST cachedresolverstub.pkg sl@0: OPTION SCRIPTNAME tem_dosis.pl sl@0: end sl@0: sl@0: #endif