kernel/eka/rombuild/e32tests.oby
changeset 9 96e5fb8b040d
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     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 #include <rom\##VARIANT##\kernel.iby>
       
    24 #include "user.iby"
       
    25 #include <rom\hal\hal.iby>
       
    26 #include <rom\f32\f32.iby>
       
    27 
       
    28 // And now the tests
       
    29 
       
    30 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\group\##MAIN##test.iby>
       
    31 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST)
       
    32 #include "t_usbdi_helper.iby"
       
    33 #include "t_otgdi_helper.iby"
       
    34 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\usbho\t_otgdi\##MAIN##test.iby>
       
    35 #include <rom##E32PATH##\kernelhwsrv\kerneltest\e32test\usbho\t_usbdi\##MAIN##test.iby>
       
    36 #endif
       
    37 
       
    38 #ifndef VARIANT_PATH
       
    39 #include <rom##E32PATH##\##VARIANT##\test\##MAIN##test.iby>
       
    40 #else
       
    41 #define inc(a,b,c) <a\\b\\c>
       
    42 #include inc(rom##E32PATH##,VARIANT_PATH,\test\##MAIN##test.iby)
       
    43 #endif
       
    44