backsteppingsrv/data/bs_config.xml
branchv5backport
changeset 16 66e84aa0ed46
parent 12 2f40063dfb5c
child 17 c9bafd575d88
--- a/backsteppingsrv/data/bs_config.xml	Wed Mar 03 15:38:34 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<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>