os/kernelhwsrv/kerneltest/f32test/rofs/oby/extension.oby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/f32test/rofs/oby/extension.oby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,52 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +REM should be able to just reference the "core" os image by using
    1.23 +REM 
    1.24 +coreimage = dir.rofs
    1.25 +
    1.26 +extensionrofs = extension.rofs
    1.27 +
    1.28 +rofssize = 0x80000
    1.29 +time = 14/06/2005 20:12:20
    1.30 +
    1.31 +REM Round the size up/down to the nearest block size
    1.32 +REM This will enable any ROFS extensions to be found
    1.33 +REM BlockSize is typically 16K for most small-block NAND chips
    1.34 +REM BlockSize is typically 128K for most large-block NAND chips
    1.35 +REM autosize = 0x4000
    1.36 +REM autosize = 0x20000
    1.37 +
    1.38 +REM create new files
    1.39 +data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		ext.txt
    1.40 +data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		Dir1\ext.txt
    1.41 +
    1.42 +REM hide existing file
    1.43 +rem data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		root.txt
    1.44 +hide= root.txt
    1.45 +
    1.46 +REM rename existing file
    1.47 +rem data=EPOCROOT##epoc32\rom\rofstest\hello8.txt		Dir1\level1.txt
    1.48 +rename= Dir1\level1.txt Dir1\level1_ext.txt
    1.49 +
    1.50 +#ifndef EXCLUDE_TESTS
    1.51 +
    1.52 +REM demand paging stress tests
    1.53 +#include "t_pagestress_ext.iby"
    1.54 +
    1.55 +#endif // #ifndef EXCLUDE_TESTS