backsteppingsrv/data/bs_config.xml
changeset 0 79c6a41cd166
child 101 9e077f9a342c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/backsteppingsrv/data/bs_config.xml	Thu Dec 17 08:54:17 2009 +0200
@@ -0,0 +1,17 @@
+<configuration>  
+<!-- 
+    Entry <app> describes single application, only application that must use nondefault values should be defined
+    List of attributes:
+        uid - UID of application that is configured
+        ignored (1/0:0) - when true, all events from the application are ignored (i.e. Screen Saver)
+        reset (1/0:0) - when true, it resets BS history if the application gains focus (i.e. app shell, mmk, active idle)
+        ignoredIfStartedFrom (1/0:0) - when true, BS ignores back evenst when application started from application in question (app shell)
+        resetIfThru (1/0:0) - when true, BS reset history when application was activated thru application in question (fast swap)  
+ -->  
+  <app uid="0x101F4CD2" reset="1" /> <!-- App Shell -->  
+  <app uid="0x101FD64C" reset="1" /> <!-- Active Idle -->  
+  <app uid="0x102750F0" reset="1" /> <!-- Active Idle 2 -->    
+  <app uid="0x10282BF6" reset="1" /> <!-- MMMenu -->  
+  <app uid="0x10207218" ignoredIfStartedFrom="1" resetIfThru="1" /> <!-- FastSwap -->  
+  <app uid="0x100056CF" ignored="1" /> <!-- screen saver -->  
+</configuration>