kerneltest/e32test/hcr/hcr_tests.iby
author Tom Cosgrove <tom.cosgrove@nokia.com>
Fri, 28 May 2010 16:29:07 +0100
changeset 30 8aab599e3476
parent 14 5d2844f35677
child 43 c1f20ce4abcf
permissions -rw-r--r--
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h) Have multiple extension sections in the bld.inf, one for each version of the compiler. The RVCT version building the tools will build the runtime libraries for its version, but make sure we extract all the other versions from zip archives. Also add the archive for RVCT4.

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Hardware Configuration Respoitory Test Application
//

#ifndef __HCR_TEST_IBY__
#define __HCR_TEST_IBY__

device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRSIM_CLIENT.LDD	\sys\bin\d_hcrsim_client.ldd
device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRSIM_OWN.LDD		\sys\bin\d_hcrsim_own.ldd
device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRUT.LDD			\sys\bin\d_hcrut.ldd

#ifdef HCR_INCLUDE_VARIANT_TEST_DRIVERS
extension[0x09080001]=\Epoc32\Release\##KMAIN##\##BUILD##\_##VARIANT##_D_HCREXT_OWN.LDD		\sys\bin\d_hcrext_own.ldd
extension[0x09080001]=\Epoc32\Release\##KMAIN##\##BUILD##\_##VARIANT##_D_HCREXT_CLIENT.LDD	\sys\bin\d_hcrext_client.ldd
#endif

file=\Epoc32\Release\##MAIN##\##BUILD##\t_hcr.exe						\sys\bin\t_hcr.exe
file=\Epoc32\Release\##MAIN##\##BUILD##\t_hcrut.exe						\sys\bin\t_hcrut.exe

data=\epoc32\rom\include\hcrtest.auto.bat				\test\hcrtest.auto.bat

#if defined(HCR_AUTO_ROM)
data=\epoc32\rom\include\hcr_autoexec.bat				\autoexec.bat
#endif

data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt1.dat      \sys\data\corrupt1.dat	unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt2.dat      \sys\data\corrupt2.dat	unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\empty.dat         \sys\data\empty.dat		unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat     \sys\data\filerepos.dat	unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\nandrepos.dat     \sys\data\nandrepos.dat	unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\megalarge1.dat    \sys\data\megalarge1.dat	unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\megalarge2.dat    \sys\data\megalarge2.dat	unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos_bc0.dat     \sys\data\filerepos_bc0.dat   unpaged paging_unmovable
data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos_bc1.dat     \sys\data\filerepos_bc1.dat   unpaged paging_unmovable
hcrdata=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat  \sys\data\hcr.dat
#endif // __HCR_TEST_IBY__