commsfwtools/preparedefaultcommsdatabase/Tools/ced/te_ced/configs/te_ced_reference_by_record_id.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 5 68ef71f0cd72
parent 0 dfb7c4ff071f
child 12 8b5d60ce1e94
permissions -rw-r--r--
Revision: 201003

<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
 All rights reserved.
 This component and the accompanying materials are made available
 under the terms of the License "Eclipse Public License v1.0"
 which accompanies this distribution, and is available
 at the URL "http://www.eclipse.org/legal/epl-v10.html".

 Initial Contributors:
 Nokia Corporation - initial contribution.

 Contributors:

 Description:
 CommDB Settings File
 All Rights Reserved

-->



<CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
               xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
               xmlns:xlink="http://www.w3.org/1999/xlink"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">

<WAPIPBearerTable>
    <WAPIPBearer operation="template">
        <Name>WAPIPBearerTable1</Name>
        <AccessPoint>WAPAccessPoint.-1</AccessPoint>
        <WSPOption>CONNECTIONLESS</WSPOption>
        <Security>FALSE</Security>
        <IAPRef>IAP.-1</IAPRef>
        <ProxyPortNumber>0</ProxyPortNumber>
    </WAPIPBearer>
    <WAPIPBearer operation="add">
        <Name>WAPIPBearerTable2</Name>
        <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
        <GatewayAddress>www.wapgateway.com</GatewayAddress>
        <WSPOption>CONNECTIONORIENTED</WSPOption>
        <Security>FALSE</Security>
        <IAPRef>IAP.1</IAPRef>
        <ProxyPortNumber>1</ProxyPortNumber>
    </WAPIPBearer>
</WAPIPBearerTable>

<WAPAccessPointTable>
    <WAPAccessPoint operation="template">
        <Name>Default Dial In ISP</Name>
        <CurrentBearer>WAPIPBearer</CurrentBearer>
    </WAPAccessPoint>
    <WAPAccessPoint operation="add">
        <Name>Dummy WAP Settings</Name>
        <CurrentBearer>WAPIPBearer</CurrentBearer>
        <StartPage>www.wapstart.com</StartPage>
    </WAPAccessPoint>
</WAPAccessPointTable>

<IAPTable>
    <IAP operation="add">
        <Name>Pipex CSD Serial</Name>
    </IAP>
</IAPTable>

</CommDB:Config>