1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/rombuild/f32tests.oby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,57 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +#define BASE_ROM
1.21 +#define E32TESTS_INCLUDED
1.22 +
1.23 +#include <rom\##VARIANT##\header.iby>
1.24 +
1.25 +files=
1.26 +
1.27 +#ifdef PAGED_ROM
1.28 +data=gentestpaged.txt Test\test_paged.cpp
1.29 +#endif
1.30 +
1.31 +#include <rom\##VARIANT##\kernel.iby>
1.32 +#include "user.iby"
1.33 +#include <rom\hal\hal.iby>
1.34 +#include <rom\f32\f32.iby>
1.35 +
1.36 +// Include e32 and f32 tests
1.37 +
1.38 +#include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
1.39 +#ifndef VARIANT_PATH
1.40 +#include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby>
1.41 +#else
1.42 +#define inc(a,b,c) <a\\b\\c>
1.43 +#include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby)
1.44 +#endif
1.45 +
1.46 +#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\group\##MAIN##test.iby>
1.47 +#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\rofs\##MAIN##test.iby>
1.48 +
1.49 +// Required for t_pageldrtst
1.50 +data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe \sys\bin\d_exc.exe
1.51 +data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd \sys\bin\minkda.ldd
1.52 +
1.53 +#ifdef PAGED_ROM
1.54 +data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged
1.55 +#endif
1.56 +
1.57 +#if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE)
1.58 +#include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby>
1.59 +#endif
1.60 +