configurationengine/source/cone/report/tests/project/layer1/confml/accessoryserver.confml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <configuration name="accessoryserver" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema">
       
     2   <feature name="Accessory Server Settings" ref="KCRUidAccServerSettings">
       
     3     <desc>Central repository for accessory related UI settings.</desc>
       
     4   <setting relevant="false" name="Accessory Server HW Devices" ref="KAccServerHWDevices" type="int">
       
     5       <desc>Setting used to detect properly some connected accessories (e.g. TTY, Loopset).
       
     6 
       
     7 Phone may support some HW devices that are not properly identified when they are connected to phone. To properly identify such devices user has to tell by using appropriate user interface setting the type of connected device.</desc>
       
     8     </setting>
       
     9   <setting name="Accessory Server Wired HS Lights" ref="KAccServerWiredHSLights" type="int">
       
    10       <desc>Lights setting for wired headset mode. User may force lights on when wired headset is connected to phone. 
       
    11 Possible integer values:
       
    12 0 lights off
       
    13 1 lights on
       
    14 </desc>
       
    15     </setting>
       
    16   <setting name="Accessory Server Wireless HS Lights" ref="KAccServerWirelessHSLights" type="int">
       
    17       <desc>Lights setting for wireless headset mode. User may force lights on when wireless headset is connected to phone. 
       
    18 Possible integer values:
       
    19 0 lights off
       
    20 1 lights on
       
    21 </desc>
       
    22     </setting>
       
    23   <setting name="Accessory Server Wired Car Kit Lights" ref="KAccServerWiredCarKitLights" type="int">
       
    24       <desc>Lights setting for wired car kit mode. User may force lights on when wired car kit is connected to phone. 
       
    25 Possible integer values:
       
    26 0 lights off
       
    27 1 lights on
       
    28 </desc>
       
    29     </setting>
       
    30   <setting name="Accessory Server Wireless Car Kit Lights" ref="KAccServerWirelessCarKitLights" type="int">
       
    31       <desc>Lights setting for wireless car kit mode. User may force lights on when wireless car kit is connected to phone. 
       
    32 Possible integer values:
       
    33 0 lights off
       
    34 1 lights on
       
    35 </desc>
       
    36     </setting>
       
    37   <setting name="Accessory Server Text Device Lights" ref="KAccServerTextDeviceLights" type="int">
       
    38       <desc>Lights setting for text device mode. User may force lights on when text device is connected to phone.
       
    39 Possible integer values:
       
    40 0 lights off
       
    41 1 lights on
       
    42 </desc>
       
    43     </setting>
       
    44   <setting name="Accessory Server Loopset Lights" ref="KAccServerLoopsetLights" type="int">
       
    45       <desc>Lights setting for loopset. User may force lights on when loopset is connected to phone.
       
    46 Possible integer values:
       
    47 0 lights off
       
    48 1 lights on
       
    49 </desc>
       
    50     </setting>
       
    51   <setting name="Accessory Server Music Stand Lights" ref="KAccServerMusicStandLights" type="int">
       
    52       <desc>Lights setting for music stand. User may force lights on when music stand is connected to phone.
       
    53 Possible integer values:
       
    54 0 lights off
       
    55 1 lights on
       
    56 </desc>
       
    57     </setting>
       
    58   <setting name="Accessory Server Sync Stand Lights" ref="KAccServerSyncStandLights" type="int">
       
    59       <desc>Lights setting for synchronization stand. User may force lights on when synchronization stand is connected to phone.
       
    60 Possible integer values:
       
    61 0 lights off
       
    62 1 lights on
       
    63 </desc>
       
    64     </setting>
       
    65   </feature>
       
    66 <data>
       
    67     <KCRUidAccServerSettings>
       
    68       <KAccServerHWDevices>8</KAccServerHWDevices>
       
    69     <KAccServerWiredHSLights>0</KAccServerWiredHSLights>
       
    70     <KAccServerWirelessHSLights>0</KAccServerWirelessHSLights>
       
    71     <KAccServerWiredCarKitLights>0</KAccServerWiredCarKitLights>
       
    72     <KAccServerWirelessCarKitLights>0</KAccServerWirelessCarKitLights>
       
    73     <KAccServerTextDeviceLights>0</KAccServerTextDeviceLights>
       
    74     <KAccServerLoopsetLights>0</KAccServerLoopsetLights>
       
    75     <KAccServerMusicStandLights>0</KAccServerMusicStandLights>
       
    76     <KAccServerSyncStandLights>0</KAccServerSyncStandLights>
       
    77     </KCRUidAccServerSettings>
       
    78   </data>
       
    79 <rfs>
       
    80     <KCRUidAccServerSettings>
       
    81       <KAccServerHWDevices>true</KAccServerHWDevices>
       
    82     <KAccServerWiredHSLights>true</KAccServerWiredHSLights>
       
    83     <KAccServerWirelessHSLights>true</KAccServerWirelessHSLights>
       
    84     <KAccServerWiredCarKitLights>true</KAccServerWiredCarKitLights>
       
    85     <KAccServerWirelessCarKitLights>true</KAccServerWirelessCarKitLights>
       
    86     <KAccServerTextDeviceLights>true</KAccServerTextDeviceLights>
       
    87     <KAccServerLoopsetLights>true</KAccServerLoopsetLights>
       
    88     <KAccServerMusicStandLights>true</KAccServerMusicStandLights>
       
    89     <KAccServerSyncStandLights>true</KAccServerSyncStandLights>
       
    90     </KCRUidAccServerSettings>
       
    91   </rfs>
       
    92 </configuration>