commsfwtools/preparedefaultcommsdatabase/Tools/ced/te_ced/configs/te_ced_reference_by_record_id.xml
changeset 0 dfb7c4ff071f
child 5 68ef71f0cd72
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3  Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4  All rights reserved.
       
     5  This component and the accompanying materials are made available
       
     6  under the terms of the License "Symbian Foundation License v1.0"
       
     7  which accompanies this distribution, and is available
       
     8  at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     9 
       
    10  Initial Contributors:
       
    11  Nokia Corporation - initial contribution.
       
    12 
       
    13  Contributors:
       
    14 
       
    15  Description:
       
    16  CommDB Settings File
       
    17  All Rights Reserved
       
    18 
       
    19 -->
       
    20 
       
    21 
       
    22 
       
    23 <CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
       
    24                xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
       
    25                xmlns:xlink="http://www.w3.org/1999/xlink"
       
    26                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
    27                xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
       
    28 
       
    29 <WAPIPBearerTable>
       
    30     <WAPIPBearer operation="template">
       
    31         <Name>WAPIPBearerTable1</Name>
       
    32         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
    33         <WSPOption>CONNECTIONLESS</WSPOption>
       
    34         <Security>FALSE</Security>
       
    35         <IAPRef>IAP.-1</IAPRef>
       
    36         <ProxyPortNumber>0</ProxyPortNumber>
       
    37     </WAPIPBearer>
       
    38     <WAPIPBearer operation="add">
       
    39         <Name>WAPIPBearerTable2</Name>
       
    40         <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
       
    41         <GatewayAddress>www.wapgateway.com</GatewayAddress>
       
    42         <WSPOption>CONNECTIONORIENTED</WSPOption>
       
    43         <Security>FALSE</Security>
       
    44         <IAPRef>IAP.1</IAPRef>
       
    45         <ProxyPortNumber>1</ProxyPortNumber>
       
    46     </WAPIPBearer>
       
    47 </WAPIPBearerTable>
       
    48 
       
    49 <WAPAccessPointTable>
       
    50     <WAPAccessPoint operation="template">
       
    51         <Name>Default Dial In ISP</Name>
       
    52         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
    53     </WAPAccessPoint>
       
    54     <WAPAccessPoint operation="add">
       
    55         <Name>Dummy WAP Settings</Name>
       
    56         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
    57         <StartPage>www.wapstart.com</StartPage>
       
    58     </WAPAccessPoint>
       
    59 </WAPAccessPointTable>
       
    60 
       
    61 <IAPTable>
       
    62     <IAP operation="add">
       
    63         <Name>Pipex CSD Serial</Name>
       
    64     </IAP>
       
    65 </IAPTable>
       
    66 
       
    67 </CommDB:Config>