Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 REM should be able to just reference the "core" os image by using
23 extensionrofs = extension.rofs
26 time = 14/06/2005 20:12:20
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
33 REM autosize = 0x20000
36 data=EPOCROOT##epoc32\rom\rofstest\hello8.txt ext.txt
37 data=EPOCROOT##epoc32\rom\rofstest\hello8.txt Dir1\ext.txt
39 REM hide existing file
40 rem data=EPOCROOT##epoc32\rom\rofstest\hello8.txt root.txt
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
49 REM demand paging stress tests
50 #include "t_pagestress_ext.iby"
52 #endif // #ifndef EXCLUDE_TESTS