tacticonserver/tacticonactionplugin/data/tacticon.rul
changeset 30 fb04b611ffe7
parent 0 d54f32e146dd
--- a/tacticonserver/tacticonactionplugin/data/tacticon.rul	Tue Jun 08 18:37:57 2010 +0800
+++ b/tacticonserver/tacticonactionplugin/data/tacticon.rul	Fri Jul 23 17:04:55 2010 +0800
@@ -1,59 +1,59 @@
-<script xmlns="http://www.nokia.com/ns/cep/script/1.0/"
-xmlns:cep="http://www.nokia.com/ns/cep/1.0/">
-    <if>
-        <equals>
-            <contextRef source='Sensor' type='Event.Proximity'/>
-            <string>Discernible</string>
-        </equals>
-        <actions>
-            <!-- Proximity notify  -->
-            <Tacticon Mode='PROXIMITY_ON'/>	
-        </actions>
-    </if>
-    <elseIf>
-        <equals>
-            <contextRef source='Sensor' type='Event.Proximity'/>
-            <string>Indiscernible</string>
-        </equals>
-        <actions>
-            <!-- Proximity notify  -->
-            <Tacticon Mode='PROXIMITY_OFF'/>	
-        </actions>
-    </elseIf>
-    <elseIf>
-        <equals>
-            <contextRef source='Call' type='State'/>
-            <string>Dialling</string>
-        </equals>
-        <actions>
-            <!-- Disable Tacticons -->
-            <Tacticon Mode='CALL_DIALLING'/>	
-        </actions>
-    </elseIf>
-    <elseIf>
-        <equals>
-            <contextRef source='Call' type='State'/>
-            <string>Connected</string>
-        </equals>
-        <actions>
-            <!-- Disable Tacticons -->
-            <Tacticon Mode='CALL_CONNECTED'/>	
-        </actions>
-    </elseIf>
-    <elseIf>
-        <or>
-            <equals>
-                <contextRef source='Call' type='State'/>
-                <string>None</string>
-            </equals>
-            <equals>
-                <contextRef source='Call' type='State'/>
-                <string>Disconnecting</string>
-            </equals>
-        </or>
-        <actions>
-            <!-- Enable Tacticons -->
-            <Tacticon Mode='CALL_DISCONNECTED'/>	
-        </actions>
-    </elseIf>
+<script xmlns="http://www.nokia.com/ns/cep/script/1.0/"
+xmlns:cep="http://www.nokia.com/ns/cep/1.0/">
+    <if>
+        <equals>
+            <contextRef source='Sensor' type='Event.Proximity'/>
+            <string>Discernible</string>
+        </equals>
+        <actions>
+            <!-- Proximity notify  -->
+            <Tacticon Mode='PROXIMITY_ON'/>	
+        </actions>
+    </if>
+    <elseIf>
+        <equals>
+            <contextRef source='Sensor' type='Event.Proximity'/>
+            <string>Indiscernible</string>
+        </equals>
+        <actions>
+            <!-- Proximity notify  -->
+            <Tacticon Mode='PROXIMITY_OFF'/>	
+        </actions>
+    </elseIf>
+    <elseIf>
+        <equals>
+            <contextRef source='Call' type='State'/>
+            <string>Dialling</string>
+        </equals>
+        <actions>
+            <!-- Disable Tacticons -->
+            <Tacticon Mode='CALL_DIALLING'/>	
+        </actions>
+    </elseIf>
+    <elseIf>
+        <equals>
+            <contextRef source='Call' type='State'/>
+            <string>Connected</string>
+        </equals>
+        <actions>
+            <!-- Disable Tacticons -->
+            <Tacticon Mode='CALL_CONNECTED'/>	
+        </actions>
+    </elseIf>
+    <elseIf>
+        <or>
+            <equals>
+                <contextRef source='Call' type='State'/>
+                <string>None</string>
+            </equals>
+            <equals>
+                <contextRef source='Call' type='State'/>
+                <string>Disconnecting</string>
+            </equals>
+        </or>
+        <actions>
+            <!-- Enable Tacticons -->
+            <Tacticon Mode='CALL_DISCONNECTED'/>	
+        </actions>
+    </elseIf>
 </script>
\ No newline at end of file