os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 prj_exports
    18 
    19 
    20 prj_testexports
    21 
    22 //armv5 test files
    23 
    24 //ecom swi  testexecute sub scripts
    25 ../scripts/TE_EComSWITestARM.script		z:/tef_ecomswi/te_ecomswitestarm.script
    26 
    27 //ecom plugin one
    28 ../data/EComPlugin1ARMs.sis				z:/tef_ecomswi/ecomplugin1arms.sis
    29 
    30 //ecom plugin one upgrade
    31 ../data/EComPlugin1UpgARMs.sis			z:/tef_ecomswi/ecomplugin1upgarms.sis
    32 
    33 //ecomplugintwo
    34 ../data/EComPlugin2ARMs.sis				z:/tef_ecomswi/ecomplugin2arms.sis
    35 
    36 //ecom plugin three upgrade
    37 ../data/EComPlugin3UpgARMs.sis			z:/tef_ecomswi/ecomplugin3upgarms.sis
    38 
    39 
    40 // winscw test files
    41 
    42 //ecom swi  testexecute sub scripts
    43 ../scripts/TE_EComSWITestWINSCW.script	z:/tef_ecomswi/te_ecomswitestwinscw.script
    44 
    45 //ecom plugin one
    46 ../data/EComPlugin1WINSCWs.sis			z:/tef_ecomswi/ecomplugin1winscws.sis
    47 
    48 //ecom plugin one upgrade
    49 ../data/EComPlugin1UpgWINSCWs.sis		z:/tef_ecomswi/ecomplugin1upgwinscws.sis
    50 
    51 //ecomplugintwo
    52 ../data/EComPlugin2WINSCWs.sis			z:/tef_ecomswi/ecomplugin2winscws.sis
    53 
    54 //ecom plugin three upgrade
    55 ../data/EComPlugin3UpgWINSCWs.sis		z:/tef_ecomswi/ecomplugin3upgwinscws.sis
    56 
    57 
    58 
    59 //ecom swi  testexecute ini files
    60 ../data/ECom-SWI-Install.ini			z:/tef_ecomswi/ecom-swi-install.ini
    61 ../data/ECom-SWI-CheckPlugin.ini		z:/tef_ecomswi/ecom-swi-checkplugin.ini
    62 ../data/ECom-SWI-UsePlugin.ini			z:/tef_ecomswi/ecom-swi-useplugin.ini
    63 
    64 // copy in our swicertstore.dat so our signed sis files can install.
    65 ../data/certstore/swicertstore.dat		z:/resource/swicertstore.dat
    66 ../data/certstore/swicertstore.dat		/epoc32/release/winscw/udeb/z/resource/swicertstore.dat
    67 ../data/certstore/swicertstore.dat		/epoc32/release/winscw/urel/z/resource/swicertstore.dat
    68 
    69 
    70 //ecom swi test stub
    71 ../data/EComPluginStub.SIS				z:/system/install/ecompluginstub.sis
    72 
    73 //iby file
    74 ./TE_EComSWITestSuite.iby				/epoc32/rom/include/te_ecomswitestsuite.iby
    75 ./swicertstoredat.iby					/epoc32/rom/include/swicertstoredat.iby
    76 
    77 //system_backup requires this file
    78 ../data/backup_registration.xml			z:/tef_ecomswi/backup_registration.xml
    79 
    80 
    81 
    82 prj_testmmpfiles
    83 //need to build ecomtestutils first
    84 TE_EComSWITestSuite.mmp manual
    85 EComSWITestPluginThree.mmp support
    86 
    87 // need to uncomment the following to build the ecom test plugin
    88 // but remember to clean up the binaries once the sis packages have been created.
    89 
    90 //EcomSWITestPluginOne.mmp support
    91 //EComSWITestPluginOneUpg.mmp support
    92 //EComSWITestPluginTwo.mmp support
    93 //EComSWITestPluginThreeUpg.mmp support
    94 
    95 // Extension makefile to create three SIS packages.
    96 // Do not use the template extension in GCCXML build.
    97 #ifndef GCCXML
    98 
    99 PRJ_TESTEXTENSIONS
   100 start extension syslibs/test/ecom3_buildsis
   101 SOURCES cachedresolverstub.pkg cachedresolverupg2.pkg cachedresolverupg9.pkg
   102 OPTION OUTDIR tef_ecomswi
   103 OPTION INDIR ../data
   104 OPTION CERTPEM certstore/centreproot.pem
   105 OPTION CERTKEY certstore/centreproot.key
   106 OPTION STUBLIST cachedresolverstub.pkg
   107 OPTION SCRIPTNAME tem_dosis.pl
   108 end
   109 
   110 #endif