iaupdate/IAD/engine/group/iaupdateengineconfig.xml
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

<!-- IAD Engine Configuration -->

<iaupdateEngineConfig>

    <!-- URI to the production CDB server -->
    <masterServer uri="http://arrowcdb.ncd.nokia.com/"/>
    
    <!-- Provisioning value can be used in CDB to decide
         where to direct the client and what content to give.
         This can be used for example for testing purposes
         when connection should be directed to different 
         CGWs -->
    <provisioning value="arrow"/>

    <!-- Client role defines what content CGW should give
         to the client. -->
    <clientRole value="production"/>
  
</iaupdateEngineConfig>