kerneltest/f32test/rofs/oby/extension.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 
       
    19 REM should be able to just reference the "core" os image by using
       
    20 REM 
       
    21 coreimage = dir.rofs
       
    22 
       
    23 extensionrofs = extension.rofs
       
    24 
       
    25 rofssize = 0x80000
       
    26 time = 14/06/2005 20:12:20
       
    27 
       
    28 REM Round the size up/down to the nearest block size
       
    29 REM This will enable any ROFS extensions to be found
       
    30 REM BlockSize is typically 16K for most small-block NAND chips
       
    31 REM BlockSize is typically 128K for most large-block NAND chips
       
    32 REM autosize = 0x4000
       
    33 REM autosize = 0x20000
       
    34 
       
    35 REM create new files
       
    36 data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		ext.txt
       
    37 data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		Dir1\ext.txt
       
    38 
       
    39 REM hide existing file
       
    40 rem data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		root.txt
       
    41 hide= root.txt
       
    42 
       
    43 REM rename existing file
       
    44 rem data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		Dir1\level1.txt
       
    45 rename= Dir1\level1.txt Dir1\level1_ext.txt
       
    46 
       
    47 #ifndef EXCLUDE_TESTS
       
    48 
       
    49 REM demand paging stress tests
       
    50 #include "t_pagestress_ext.iby"
       
    51 
       
    52 #endif // #ifndef EXCLUDE_TESTS