kerneltest/e32test/smr/rombuild/smrtest_tshell.oby
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 
       
    18 #define BASE_ROM
       
    19 #include <rom\##VARIANT##\header.iby>
       
    20 
       
    21 
       
    22 files=
       
    23 
       
    24 #include <rom\##VARIANT##\kernel.iby>
       
    25 #include "user.iby"
       
    26 #include <rom\hal\hal.iby>
       
    27 #include <rom\f32\f32.iby>
       
    28 
       
    29 
       
    30 #include <rom\include\smrtest.iby>
       
    31 
       
    32 
       
    33 #if defined(SMR_AUTO_ROM1)
       
    34 
       
    35 data=\epoc32\rom\include\smrtest1.bat				\test\smrtest.bat
       
    36 data=\epoc32\rom\include\smrtest_autoexec.bat		\autoexec.bat
       
    37 
       
    38 #elif defined(SMR_AUTO_ROM2)
       
    39 
       
    40 data=\epoc32\rom\include\smrtest2.bat				\test\smrtest.bat
       
    41 data=\epoc32\rom\include\smrtest_autoexec.bat		\autoexec.bat
       
    42 
       
    43 #elif defined(SMR_AUTO_ROM3)
       
    44 
       
    45 data=\epoc32\rom\include\smrtest3.bat				\test\smrtest.bat
       
    46 data=\epoc32\rom\include\smrtest_autoexec.bat		\autoexec.bat
       
    47 
       
    48 #elif defined(SMR_AUTO_ROM4)
       
    49 
       
    50 data=\epoc32\rom\include\smrtest4.bat				\test\smrtest.bat
       
    51 data=\epoc32\rom\include\smrtest_autoexec.bat		\autoexec.bat
       
    52 
       
    53 #endif
       
    54