backsteppingsrv/data/bs_config.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 21 Jun 2010 16:00:38 +0300
branchRCL_3
changeset 101 9e077f9a342c
parent 0 79c6a41cd166
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

<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="0x20016BF0" ignoredIfStartedFrom="1" resetIfThru="1" /> <!-- FastSwap -->  
  <app uid="0x100056CF" ignored="1" /> <!-- screen saver -->  
</configuration>