Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
18 #define E32TESTS_INCLUDED
20 #include <rom\##VARIANT##\header.iby>
25 data=gentestpaged.txt Test\test_paged.cpp
28 #include <rom\##VARIANT##\kernel.iby>
30 #include <rom\hal\hal.iby>
31 #include <rom\f32\f32.iby>
33 // Include e32 and f32 tests
35 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
37 #include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby>
39 #define inc(a,b,c) <a\\b\\c>
40 #include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby)
43 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\group\##MAIN##test.iby>
44 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\rofs\##MAIN##test.iby>
46 // Required for t_pageldrtst
47 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe
48 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd
51 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged
54 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE)
55 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby>