configurationengine/source/plugins/symbian/ConeImagePlugin/imageplugin/tests/imageproject/variant/confml/startup.confml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?><configuration xmlns="http://www.s60.com/xml/confml/1" name="startup">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
  <feature name="CRUidStartup" ref="KCRUidStartup">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
    <desc/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <setting name="Startup Reason" ref="KStartupReason" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
      <desc>Used by Starter to set the additional startup reason (lang switch, RFS, etc.)</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    <setting name="Startup First Boot" ref="KStartupFirstBoot" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
      <desc>Used by Starter to check whether this is the first boot. The value is set by Startup Application.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <setting name="Startup Sim Language" ref="KStartupSimLanguage" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
      <desc>Used by automatic language selection to store the last automatically selected language code.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
  <feature name="Startup Configuration Settings" ref="StartupSettings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    <desc/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
    <setting name="SIMless Offline Mode" ref="SIMlessOfflineMode" type="selection">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
      <desc>Enable/disable the SIMless Offline mode. The value must reflect the Cellular Modem implementation.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
      <option name="Disable" value="0"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
      <option name="Enable" value="1"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    <setting name="Welcome Note Image" ref="WelcomeNoteImage" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
      <desc>The welcome note image (user selection in General Settings).</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
    <setting name="Welcome Note Text" ref="WelcomeNoteText" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
      <desc>The welcome note text (user selection in General Settings).</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
    <setting name="Welcome Note Type" ref="WelcomeNoteType" type="selection">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
      <desc>The welcome note type (user selection in General Settings).</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
      <option name="Default" value="0"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
      <option name="Text" value="1"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
      <option name="Image" value="2"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
    <setting name="Operator Note Image" ref="OperatorNoteImage" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
      <desc>The operator note image. Will overrule the user selection, if defined.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
    <setting name="Operator Note Text" ref="OperatorNoteText" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
      <desc>The operator note text. Will overrule the user selection, if defined.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
    <setting name="Plugin Timeout" ref="PluginTimeout" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
      <desc>Indicates the timeout for plug-in calls in milliseconds.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
    <setting name="Startup Reset Counter" ref="KStartupResetCounter" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
      <desc>Indicates the amount of subsequent resets.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
    <setting name="Reset Limit" ref="ResetLimit" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
      <desc>Indicates the maximum number of subsequent resets allowed.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
    <setting name="Startup Animation Scaling" ref="KStartupAnimationScaling" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
      <desc>Indicates whether to try to scale the image to better fit the screen size or just use the target size of the animation as it is.&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
The value is only used if the animation format supports enabling/disabling scaling.&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
0 - disable scaling&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
1 - enable scaling</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
    <setting name="Startup Tone Path" ref="StartupTonePath" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
      <desc>A string that defines the path to the startup tone MIDI file.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
    <setting name="Startup Tone Volume" ref="StartupToneVolume" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
      <desc>The volume level used when playing the startup tone. Possible values range from 0 to 10.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
    <setting name="Startup Operator Animation Scaling" ref="KStartupOperatorAnimationScaling" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    61
      <desc>Indicates whether to try to scale the image to better fit the screen size or just use the target size of the animation as it is.&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    62
The value is only used if the animation format supports enabling/disabling scaling.&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    63
0 - disable scaling&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    64
1 - enable scaling</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    65
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    66
    <setting name="Operator Startup MIDI File" ref="OperatorStartupMIDIFile" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    67
      <desc>A string that defines the path to the operator specific startup tone MIDI file.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    68
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    69
    <setting name="Shutdown Animation Scaling" ref="KShutdownAnimationScaling" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    70
      <desc>Indicates whether to try to scale the image to better fit the screen size or just use the target size of the animation as it is.&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    71
The value is only used if the animation format supports enabling/disabling scaling.&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    72
0 - disable scaling&#13;
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    73
1 - enable scaling</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    74
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    75
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    76
  <feature name="Starter Server Configuration" ref="KCRUidStarterConf">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    77
    <desc>Starter server configuration</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    78
    <setting name="Starter Monitoring TimeLimit" readOnly="true" ref="KStarterMonitoringTimeLimit" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    79
      <desc>Used for determining if a component has been running for a long time or if it has been started just recently. This information is required when deciding whether to try to re-start the component if it dies for some reason. Key value is a time limit (in seconds) which determines whether the item has been started recently or a while ago.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    80
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    81
    <setting name="Starter Startup Completion Time Limit" readOnly="true" ref="KStarterStartupCompletionTimeLimit" type="int"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    82
    <setting name="Starter Local Variantion Flags" readOnly="true" ref="KStarterLocalVariantionFlags" type="int"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    83
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    84
  <feature name="Startup Configuration Settings" ref="StartupConfigurationSettings">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    85
    <setting name="Startup default time" ref="startupDefaultTime" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    86
      <desc>Default date and time value to propose to user during first boot.Format is YYYYMMDD:HHMMSS. The month and day values are offset from zero.Example: 20070000:090000 - 01.01.2007 09:00 AM.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    87
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    88
    <setting name="Startup Animation Path" ref="StartupAnimationPath" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    89
      <desc>A string that defines the path and file name of the startup animation file. This is the first animation shown during the system start-up.The value is mandatory, and it has to be a file name and a path of a valid animation file.The animation file should be stored in a location where system applications have read access.Supported formats are SVG-T (.svg, .svgb), MIF (.mif) and GIF (.gif).The length of the startup animation should be 3 seconds.Example: Z:\\resource\\apps\\startup.svg</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    90
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    91
    <setting name="Startup Animation Frame Delay" ref="StartupAnimationFrameDelay" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    92
      <desc>A frame delay value in microseconds for fine-tuning the startup animation.The value is only used if:a) The animation file contains an animation format, which does not contain frame delay information in it (MIF), or b) The animation file contains a still image, and no startup tone has been specified, in which case this value defines how long the image is shown.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    93
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    94
    <setting name="Startup Operator Animation Path" ref="StartupOperatorAnimationPath" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    95
      <desc>A string that defines the path and file name of the operator-specific startup animation file.The operator-specific startup animation is shown after the startup animation.The value is optional. If defined, it has to be a file name and a path of a valid animation file. The animation file should be stored in a location where system applications have read access. Supported formats are SVG-T (.svg, .svgb), MIF (.mif) and GIF (.gif). The length of the operator-specific startup animation should be 3-5 seconds. Animations longer than that may cause performance problems.Example: Z:\\resource\\apps\\operatorstartup.svg </desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    96
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    97
    <setting name="Startup Operator Animation Frame Delay" ref="StartupOperatorAnimationFrameDelay" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    98
      <desc>A frame delay value in microseconds for fine-tuning the operator-specific startup animation. The value is only used if: a) The operator-specific startup animation file contains an animation format, which does not contain frame delay information in it (MIF), or b) The operator-specific startup animation file contains a still image, and no operator-specific startup tone has been specified, in which case this value defines how long the image is shown.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    99
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   100
    <setting name="Startup Operator Tone Volume" ref="StartupOperatorToneVolume" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   101
      <desc>The volume level used when playing the operator-specific startup tone.Possible values range from 0 to 10. If the ringing tone is silent, the tone is not played.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   102
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   103
    <setting name="Shutdown Animation Path" ref="ShutdownAnimationPath" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   104
      <desc>A string that defines the path and file name of the shutdown animation file. The shutdown animation is shown during the system shutdown. The value is optional. If defined, it has to be a file name and a path of a valid animation file. The animation file should be stored in a location where system applications have read access. Supported formats are SVG-T (.svg, .svgb), MIF (.mif) and GIF (.gif). The length of the shutdown animation should be at most 3 seconds. Example: Z:\\resource\\apps\\shutdown.svg</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   105
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   106
    <setting name="Shutdown Animation Frame Delay" ref="ShutdownAnimationFrameDelay" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   107
      <desc>A frame delay value in microseconds for fine-tuning the shutdown animation. The value is only used if: a) The shutdown animation file contains an animation format, which does not contain frame delay information in it (MIF), or b) The shutdown animation file contains a still image, and no shutdown tone has been specified, in which case this value defines how long the image is shown.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   108
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   109
    <setting name="Shutdown Tone Path" ref="ShutdownTonePath" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   110
      <desc>A string that defines the path to the shutdown tone MIDI file.The tone is played at the same time as the shutdown animation is shown. The value is optional. The tone file should be stored in a location where system applications have read access.The shutdown tone should be at most 3 seconds long. The tone will be played to the end before continuing the shutdown.Example: Z:\\resource\\apps\\shutdown.wav </desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   111
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   112
    <setting name="Shutdown Tone Volume" ref="ShutdownToneVolume" type="int">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   113
      <desc>The volume level used when playing the shutdown tone.Possible values range from 0 to 10.If the ringing tone is silent, the tone is not played.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   114
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   115
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   116
  <feature name="Startup Settings" ref="KCRUidStartupConf">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   117
    <setting name="Startup Queries" ref="KStartupQueries" type="selection">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   118
      <desc>Enable / disable startup queries (city, date, time)</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   119
      <option name="Startup Queries Disabled" value="0"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   120
      <option name="Startup Queries Enabled" value="1"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   121
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   122
    <setting name="Path of 1. Startup List Extension" ref="KStartupListExtension1Path" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   123
      <desc>String that defines the path to first startup list extension resource file. Empty values indicates that there is no startup list extension resource file.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   124
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   125
    <setting name="Path of 2. Startup List Extension" ref="KStartupListExtension2Path" type="string">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   126
      <desc>String that defines the path to second startup list extension resource file. Empty values indicates that there is no startup list extension resource file.</desc>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   127
    </setting>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   128
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   129
  <feature name="Starter Server Stored Values" ref="KCRUidStarterVals">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   130
    <desc/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   131
    <setting name="Starter Stored Imsi" ref="KStarterStoredImsi" type="string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   132
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   133
  <data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   134
    <KCRUidStartup>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   135
      <KStartupReason>100</KStartupReason>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   136
      <KStartupFirstBoot>0</KStartupFirstBoot>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   137
      <KStartupSimLanguage>0</KStartupSimLanguage>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   138
    </KCRUidStartup>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   139
    <StartupSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   140
      <SIMlessOfflineMode>1</SIMlessOfflineMode>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   141
      <WelcomeNoteImage/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   142
      <WelcomeNoteText/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   143
      <WelcomeNoteType>0</WelcomeNoteType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   144
      <OperatorNoteImage/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   145
      <OperatorNoteText/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   146
      <PluginTimeout>30000</PluginTimeout>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   147
      <KStartupResetCounter>0</KStartupResetCounter>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   148
      <ResetLimit>5</ResetLimit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   149
      <KStartupAnimationScaling>0</KStartupAnimationScaling>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   150
      <StartupTonePath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   151
      <StartupToneVolume>4</StartupToneVolume>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   152
      <KStartupOperatorAnimationScaling>0</KStartupOperatorAnimationScaling>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   153
      <OperatorStartupMIDIFile/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   154
      <KShutdownAnimationScaling>0</KShutdownAnimationScaling>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   155
    </StartupSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   156
    <KCRUidStarterConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   157
      <KStarterMonitoringTimeLimit>60</KStarterMonitoringTimeLimit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   158
      <KStarterStartupCompletionTimeLimit>20</KStarterStartupCompletionTimeLimit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   159
      <KStarterLocalVariantionFlags>0x00000001</KStarterLocalVariantionFlags>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   160
    </KCRUidStarterConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   161
    <StartupConfigurationSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   162
      <startupDefaultTime/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   163
      <StartupAnimationPath>Z:\\resource\\apps\\startup.mbm</StartupAnimationPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   164
      <StartupAnimationFrameDelay>135000</StartupAnimationFrameDelay>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   165
      <StartupOperatorAnimationPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   166
      <StartupOperatorAnimationFrameDelay>100000</StartupOperatorAnimationFrameDelay>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   167
      <StartupOperatorToneVolume>4</StartupOperatorToneVolume>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   168
      <ShutdownAnimationPath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   169
      <ShutdownAnimationFrameDelay>100000</ShutdownAnimationFrameDelay>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   170
      <ShutdownTonePath/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   171
      <ShutdownToneVolume>4</ShutdownToneVolume>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   172
    </StartupConfigurationSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   173
    <KCRUidStartupConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   174
      <KStartupQueries>1</KStartupQueries>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   175
      <KStartupListExtension1Path/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   176
      <KStartupListExtension2Path/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   177
    </KCRUidStartupConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   178
    <KCRUidStarterVals>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   179
      <KStarterStoredImsi/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   180
    </KCRUidStarterVals>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   181
  </data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   182
  <rfs>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   183
    <KCRUidStartup>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   184
      <KStartupReason>false</KStartupReason>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   185
      <KStartupFirstBoot>false</KStartupFirstBoot>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   186
      <KStartupSimLanguage>true</KStartupSimLanguage>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   187
    </KCRUidStartup>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   188
    <StartupSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   189
      <SIMlessOfflineMode>false</SIMlessOfflineMode>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   190
      <WelcomeNoteImage>true</WelcomeNoteImage>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   191
      <WelcomeNoteText>true</WelcomeNoteText>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   192
      <WelcomeNoteType>true</WelcomeNoteType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   193
      <OperatorNoteImage>false</OperatorNoteImage>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   194
      <OperatorNoteText>false</OperatorNoteText>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   195
      <PluginTimeout>false</PluginTimeout>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   196
      <KStartupResetCounter>false</KStartupResetCounter>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   197
      <ResetLimit>false</ResetLimit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   198
      <KStartupAnimationScaling>false</KStartupAnimationScaling>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   199
      <StartupTonePath>false</StartupTonePath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   200
      <StartupToneVolume>false</StartupToneVolume>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   201
      <KStartupOperatorAnimationScaling>false</KStartupOperatorAnimationScaling>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   202
      <OperatorStartupMIDIFile>false</OperatorStartupMIDIFile>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   203
      <KShutdownAnimationScaling>false</KShutdownAnimationScaling>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   204
    </StartupSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   205
    <KCRUidStarterConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   206
      <KStarterMonitoringTimeLimit>false</KStarterMonitoringTimeLimit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   207
      <KStarterStartupCompletionTimeLimit>false</KStarterStartupCompletionTimeLimit>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   208
      <KStarterLocalVariantionFlags>false</KStarterLocalVariantionFlags>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   209
    </KCRUidStarterConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   210
    <StartupConfigurationSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   211
      <startupDefaultTime>false</startupDefaultTime>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   212
      <StartupAnimationPath>false</StartupAnimationPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   213
      <StartupAnimationFrameDelay>false</StartupAnimationFrameDelay>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   214
      <StartupOperatorAnimationPath>false</StartupOperatorAnimationPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   215
      <StartupOperatorAnimationFrameDelay>false</StartupOperatorAnimationFrameDelay>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   216
      <StartupOperatorToneVolume>false</StartupOperatorToneVolume>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   217
      <ShutdownAnimationPath>false</ShutdownAnimationPath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   218
      <ShutdownAnimationFrameDelay>false</ShutdownAnimationFrameDelay>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   219
      <ShutdownTonePath>false</ShutdownTonePath>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   220
      <ShutdownToneVolume>false</ShutdownToneVolume>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   221
    </StartupConfigurationSettings>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   222
    <KCRUidStartupConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   223
      <KStartupQueries>false</KStartupQueries>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   224
      <KStartupListExtension1Path>false</KStartupListExtension1Path>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   225
      <KStartupListExtension2Path>false</KStartupListExtension2Path>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   226
    </KCRUidStartupConf>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   227
    <KCRUidStarterVals>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   228
      <KStarterStoredImsi>false</KStarterStoredImsi>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   229
    </KCRUidStarterVals>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   230
  </rfs>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
   231
</configuration>