os/ossrv/lowlevellibsandfws/pluginfw/Framework/MultipleImageTest/tools/scripts/EditHeaderIby.pl
Update contrib.
3 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
5 # This component and the accompanying materials are made available
6 # under the terms of "Eclipse Public License v1.0"
7 # which accompanies this distribution, and is available
8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
10 # Initial Contributors:
11 # Nokia Corporation - initial contribution.
19 my $target = "\\epoc32\\rom\\include\\header.iby";
21 # Read header.iby to see if it has already been modified.
23 open(FH, $target) or die "Fail to open $target $!\n";
27 if (/rom_image\s+2\s+rofs2/i)
36 open(FH, ">$target") or die "Fail to open $target for write $!\n";
41 if (/rom_image\s+1\s+rofs\b/i)
43 print FH "rom_image 2 rofs2 size=1000000 non-xip compress\n";