os/kernelhwsrv/kernel/eka/rombuild/autotest_e32tests.oby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 *
    16 */
    17 #define BASE_ROM
    18 #define	E32TESTS_INCLUDED
    19 #include <rom\##VARIANT##\header.iby>
    20 
    21 files=
    22 
    23 #ifdef PAGED_ROM
    24 data=gentestpaged.txt			Test\test_paged.cpp
    25 #endif
    26 
    27 #include <rom\##VARIANT##\kernel.iby>
    28 #include "user.iby"
    29 #include <rom\hal\hal.iby>
    30 #include <rom\f32\f32.iby>
    31 
    32 // And now the tests
    33 
    34 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
    35 #ifndef VARIANT_PATH
    36 #include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby>
    37 #else
    38 #define inc(a,b,c) <a\\b\\c>
    39 #include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby)
    40 #endif
    41 
    42 // Include autoexec script
    43 data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec_e32test.bat				\autoexec.bat
    44 
    45 #ifdef PAGED_ROM
    46 data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged
    47 #endif