First public contribution.
1 rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 rem All rights reserved.
3 rem This component and the accompanying materials are made available
4 rem under the terms of "Eclipse Public License v1.0"
5 rem which accompanies this distribution, and is available
6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 rem Initial Contributors:
9 rem Nokia Corporation - initial contribution.
20 set _main_ver_sub=114869
23 set _prefixN=%_prefix%_%_main_ver%
24 set ZipPrefix=%_prefix%
38 if "%1"=="?" goto help
40 if "%EPOCROOT%"=="" echo error: Variable Epocroot must be defined
41 if "%EPOCROOT%"=="" goto help
43 if not defined EPOC_INI (
44 set EPOC_INI=%EPOCROOT%epoc32\data\epoc.ini
50 rem ================ Install ==============
53 echo Backing up EPOC.INI.
54 if not exist %EPOC_INI%.scdvbak copy %EPOC_INI% %EPOC_INI%.scdvbak >nul
56 rem add line to epoc.ini so that the system starter will start the emulator in the specified display mode
57 echo SYMBIAN_GRAPHICS_USE_GCE ON >> %EPOC_INI%
58 echo SYMBIAN_BASE_USE_GCE ON >> %EPOC_INI%
59 echo ColorDepth Color16M >> %EPOC_INI%
61 echo === New EPOC.INI -- %EPOC_INI% ===
63 echo ======================================================
68 rem ================ Installonb ==============
70 echo Backing up EPOC.INI.
71 if not exist %EPOC_INI%.scdvbak copy %EPOC_INI% %EPOC_INI%.scdvbak >nul
73 rem For ONB system only add line to epoc.ini so that the system starter will start the emulator in the specified display mode
75 echo ColorDepth Color16M >> %EPOC_INI%
77 echo === New EPOC.INI -- %EPOC_INI% ===
79 echo ======================================================
83 rem ================ Uninstall ==============
86 echo Restoring EPOC.INI.
87 if exist %EPOC_INI%.scdvbak xcopy /r /y %EPOC_INI%.scdvbak %EPOC_INI% >nul
93 rem ================ HELP! =================
97 echo BACKUP to backup to U:\wserv
98 echo GETZIP to get the zip files for the current baseline
99 echo GETLINE to extract all the components we depend on
100 echo GETSRC {comp} to get the source of another component
101 rem echo -----------------------------------------------------------------------
102 echo DELBLD to delete all work files for the current build
103 echo CHECK to check that all the files in the group are in a .PRJ file
104 echo ARMUDEB to build unicode debug code for ARM debug
108 call cont wserv group