resourcemgmt/hwresourcesmgr/data/HWRMPolicy_example.ini
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Portions Copyright (c) Symbian Software Ltd 2007.
       
     2 // Portions Copyright (c) 2002-2005 Nokia. * Nokia Core OS *
       
     3 // Save as expressly licensed to you by Symbian Software Ltd, all rights reserved.
       
     4 
       
     5 // This file is only an example.
       
     6 //
       
     7 // Real product specific policy files need to be
       
     8 // named "ProductHWRMLightsPolicy.ini" and "ProductHWRMVibraPolicy.ini"
       
     9 //
       
    10 // Customer specific policies are defined in 
       
    11 // "CustomerHWRMLightsPolicy.ini" and "CustomerHWRMVibraPolicy.ini"
       
    12 // 
       
    13 // FILE MUST BE STORED AS NON-UNICODE ASCII PLAIN TEXT
       
    14 // Format for valid input is an integer representing priority,
       
    15 // one or more spaces, valid SID in the form 0x12345678 or ALL,
       
    16 // one or more spaces and then a string representing the application name.
       
    17 //
       
    18 // Valid priorities are from 1 to 1000, 
       
    19 // with 1 being the highest priority and 1000 the lowest.
       
    20 // Unreserved calls will be made at the lowest priority.
       
    21 // Sysap should have a very high priority,
       
    22 // however may need to be overridden in very special circumstances.
       
    23 //
       
    24 // ALL is used to indicate any client thats is not explicitly declared in this file.
       
    25 // will default to 500 if not specified here.
       
    26 //
       
    27 ///*****************************************************
       
    28 //*       Needs customer implementation
       
    29 //*****************************************************/
       
    30 
       
    31 Priority    SID     AppName
       
    32 1           0x12345678  ReallyHigh.exe
       
    33 100         0x100058F3  SysAp.exe
       
    34 150         0x11223344  SomeMediaApp.exe
       
    35 500         ALL
       
    36 990         0x87654321  ReallyLow.exe
       
    37 42          0x33442255  HWRMTests.exe
       
    38 
       
    39 // End of File