backsteppingsrv/data/bs_config.xml
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:41:11 +0100
branchCompilerCompatibility
changeset 55 46dffa7ce5cd
parent 0 79c6a41cd166
child 101 9e077f9a342c
permissions -rw-r--r--
Got rid of some trivial warnings (nested comments and tokens after #endif).

<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>