os/kernelhwsrv/kernel/eka/rombuild/h4usbstress.oby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\group\##MAIN##test.iby>
    42 #include "..\..\..\kerneltest\f32test\loader\gen\ldrtest.iby"
    43 // #include "##BASEPATH##kernelhwsrv\kerneltest\f32test\demandpaging\loader\gen\t_pageldrtst.iby"
    44 data=EPOCROOT##epoc32\release\##MAIN##\##BUILD##\t_ldrtst.exe			sys\bin\t_ldrtst.exe
    45 
    46 // USB Config file
    47 data=##BASEPATH##e32test\usb\t_usb_device\configs\h4if0a3.xml       test\h4if0a3.xml
    48 
    49 data=usbstress_autoexec.bat                                 \autoexec.bat
    50 data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec.bat				\alltests.bat
    51 
    52 #ifdef PAGED_ROM
    53 data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged
    54 #endif