|
44
|
1 |
@echo off
|
|
|
2 |
REM Copyright (c) 2010 Symbian Foundation and/or its subsidiary(-ies).
|
|
|
3 |
REM All rights reserved.
|
|
|
4 |
REM This component and the accompanying materials are made available
|
|
|
5 |
REM under the terms of Eclipse Public License v1.0
|
|
|
6 |
REM which accompanies this distribution, and is available
|
|
|
7 |
REM at the URL http://www.eclipse.org/legal/epl-v10.html.
|
|
|
8 |
REM
|
|
|
9 |
REM Initial Contributors:
|
|
|
10 |
REM Symbian Foundation - initial contribution.
|
|
|
11 |
REM
|
|
|
12 |
REM Contributors:
|
|
|
13 |
REM
|
|
|
14 |
REM Description:
|
|
|
15 |
REM
|
|
|
16 |
|
|
|
17 |
echo Backup hctl_base.dll:
|
|
|
18 |
move /-Y \epoc32\release\winscw\udeb\hctl_base.dll \epoc32\release\winscw\udeb\hctl_base.bak
|
|
|
19 |
|
|
|
20 |
echo Copying UREL version of hctl_base.dll:
|
|
|
21 |
copy /Y \epoc32\release\winscw\urel\hctl_base.dll \epoc32\release\winscw\udeb\hctl_base.dll
|
|
|
22 |
|
|
|
23 |
echo Backup phonetsy.tsy:
|
|
|
24 |
move /-Y \epoc32\release\winscw\udeb\phonetsy.tsy \epoc32\release\winscw\udeb\phonetsy.bak
|
|
|
25 |
|
|
|
26 |
echo Copying phonetsywithdispatcher.tsy to phonetsy:
|
|
|
27 |
copy /Y \epoc32\release\winscw\udeb\phonetsywithdispatcher.tsy \epoc32\release\winscw\udeb\phonetsy.tsy
|
|
|
28 |
|
|
|
29 |
echo Setup the feature manager to include GSM and WCDMA features:
|
|
|
30 |
@perl -S -I/epoc32/tools/featmgr ./modifyfeaturedb.pl
|
|
|
31 |
|
|
|
32 |
echo Setup the Converged Call Engine plugin to use CS rather than VCC:
|
|
|
33 |
@perl -S ./modifycenrep.pl
|
|
|
34 |
|
|
|
35 |
echo Setup CommDB:
|
|
|
36 |
REM copy /Y \sf\os\cellularsrv\telephonyserverplugins\attestltsy\config\AT-LTSY(default).cfg \epoc32\winscw\c\AT-LTSY(default).cfg
|
|
|
37 |
cd \sf\os\cellularsrv\telephonyserverplugins\attestltsy\config
|
|
|
38 |
@perl -S ./modifycommdb.pl
|
|
|
39 |
\epoc32\release\winscw\udeb\ced.exe -Dtextshell -- c:\AT-LTSY.cfg
|
|
|
40 |
|
|
|
41 |
REM M:\sf\os\devicesrv\sysstatemgmt\group>sbs -b bld.inf -c winscw_udeb RESOURCE
|