os/ossrv/lowlevellibsandfws/pluginfw/Framework/MultipleImageTest/tools/scripts/EditH4hrpOby.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\\h4hrp.oby";
21 # Read h4hrp.oby to see if it has already been modified.
25 open(FH, $target) or die "Fail to open $target $!\n";
29 $lastEndIf = scalar(@lines) - 1 if (/#endif/i);
30 if (/\bLANGUAGE_CODE\s+0\d/i)
39 open(FH, ">$target") or die "Fail to open $target for write $!\n";
41 for (my $i = 0; $i < scalar @lines; $i++)
45 print FH "\nDEFAULT_LANGUAGE 01\n";
46 print FH "LANGUAGE_CODE 02\n";
47 print FH "LANGUAGE_CODE 03\n\n";