Symbian3/SDK/Source/GUID-B36F47DC-0A62-5B8F-A761-2717B921A339.dita
changeset 7 51a74ef9ed63
parent 0 89d6a7a84779
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-B36F47DC-0A62-5B8F-A761-2717B921A339" xml:lang="en"><title>Pre-configuring
       
    13 the URI List</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The URI List framework provides support for pre-configuration of URIs in
       
    15 the list. This enables clients to pre-define URIs before shipping the device
       
    16 to end users. The URIs can be pre-configured to both BlackList and WhiteList.
       
    17 The pre-configuration also allows clients to secure such URIs by disabling
       
    18 removal or modification of the URIs. </p>
       
    19 <p>The pre-configuration is done by creating an XML data file and installing
       
    20 it in a server's secure path. The pre-configuration happens only once, that
       
    21 is, when the first session with the server is created after installing the
       
    22 XML file. When the server is started and if the URI List is empty, the server
       
    23 checks for an XML file in its private path. If it exists, it copies the data
       
    24 to the list. </p>
       
    25 <p> <note>You cannot pre-configure the list after you have added URIs to it</note>. </p>
       
    26 <p>Here are the steps to be performed for pre-configuration of the URI List: </p>
       
    27 <ol id="GUID-4E19F75F-64DF-5A28-8F7E-9E4AAD5043FE">
       
    28 <li id="GUID-5D93C60B-C815-58F2-B969-225D097037B3"><p>Create the XML data
       
    29 file referring to the DTD shown in the <xref href="GUID-B36F47DC-0A62-5B8F-A761-2717B921A339.dita#GUID-B36F47DC-0A62-5B8F-A761-2717B921A339/GUID-14380740-AAA6-519E-BA97-B1A9581424B2">URI
       
    30 List pre-configuration DTD</xref> section. </p> </li>
       
    31 <li id="GUID-4DA0CF7D-0D5E-5CAF-A3B1-A068D7E6BD7C"><p>Create an SIS package
       
    32 containing this XML file. Sign it with ProtServ capability. </p> <p> <b>Note:</b> The
       
    33 installation path of the XML file is <filepath>c:\\private\\20009D70\\</filepath>.
       
    34 The name of the XML file should be <filepath>ineturilist.xml</filepath>. </p> </li>
       
    35 <li id="GUID-985654A0-ADC3-50EE-97C8-4EF06E3DE47E"><p>Install the SIS package. </p> </li>
       
    36 </ol>
       
    37 </conbody></concept>