uiacceltk/hitchcock/goommonitor/data/goomconfig.xml
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 21 6ce30188c5bf
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    16 	default_wait_after_plugin defines how long is waited (in milliseconds) after
    16 	default_wait_after_plugin defines how long is waited (in milliseconds) after
    17 	an GOOM plugin is called and before the free RAM is checked to determine if more
    17 	an GOOM plugin is called and before the free RAM is checked to determine if more
    18 	actions are needed. This value is meaningful only when "check" or "estimate" sync mode is
    18 	actions are needed. This value is meaningful only when "check" or "estimate" sync mode is
    19 	used with plugins.
    19 	used with plugins.
    20 -->
    20 -->
    21 	<global_settings low_ram_threshold="3637" good_ram_threshold="10000" max_app_close_batch="3" default_wait_after_plugin="200">
    21 	<global_settings 
       
    22 		low_ram_threshold="3637" 
       
    23 		good_ram_threshold="10000" 
       
    24 		max_app_close_batch="3" 
       
    25 		default_wait_after_plugin="200"
       
    26 		default_icon_cache="6000"
       
    27 		>
    22 	</global_settings>
    28 	</global_settings>
    23 
    29 
    24 <!--	Application specific low RAM and good RAM thresholds are defined here. The higher values of
    30 <!--	Application specific low RAM and good RAM thresholds are defined here. The higher values of
    25 the low and good thresholds are defined to avoid GOOM errors with these applications when the default
    31 the low and good thresholds are defined to avoid GOOM errors with these applications when the default
    26 threshold values are used.
    32 threshold values are used.
    27 -->
    33 -->
    28 	<app_specific_thresholds>
    34 	<app_specific_thresholds>
    29 
    35 
    30   <app uid="101F857A" low_ram_threshold="5000" good_ram_threshold="26000" skip_plugin="2002B3AE"></app> <!-- Camera --> 
    36   <app uid="101F857A" low_ram_threshold="1000" good_ram_threshold="30000" skip_plugin="2002B3AE" icon_cache="0" use_sw_rend="Yes"></app> <!-- Camera --> 
    31   <app uid="200159B2" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- MPlayer -->
    37   <app uid="200159B2" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- MPlayer -->
    32   <app uid="102824CD" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- Embedded mplayer -->
    38   <app uid="102824CD" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- Embedded mplayer -->
    33   <app uid="200009EE" low_ram_threshold="3637" good_ram_threshold="10000" target_free_on_startup="15000"></app> <!-- Photos -->
    39   <app uid="200009EE" low_ram_threshold="3637" good_ram_threshold="10000" target_free_on_startup="15000"></app> <!-- Photos -->
    34   <app uid="101FD693" low_ram_threshold="5000" good_ram_threshold="10000" target_free_on_startup="26000"></app> <!-- Flashlite -->
    40   <app uid="101FD693" low_ram_threshold="5000" good_ram_threshold="10000" target_free_on_startup="26000"></app> <!-- Flashlite -->
    35 
    41 
    68 -->
    74 -->
    69 	<system_plugin_settings>
    75 	<system_plugin_settings>
    70 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    76 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    71 		defined in the conf file.
    77 		defined in the conf file.
    72 -->
    78 -->
    73 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check"></system_plugin>
    79 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check" sw_rend="not_supported"></system_plugin>
    74 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check"></system_plugin> <!-- ALFOOGMPLUGIN -->
    80 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check" sw_rend="supported"></system_plugin> <!-- ALFOOGMPLUGIN -->
       
    81 		<system_plugin uid="2002DC75" priority="4" sync_mode="check" sw_rend="supported"></system_plugin> <!-- HbThemeserverOOGMPLUGIN? -->
    75 		<system_plugin uid="2002C30A" priority="5" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    82 		<system_plugin uid="2002C30A" priority="5" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    76 	</system_plugin_settings>
    83 	</system_plugin_settings>
    77 	
    84 	
    78 <!--	The priority of executing each application plugin is defined here.
    85 <!--	The priority of executing each application plugin is defined here.
    79 	Application plugin is a plugin, which priority depends on the target application.
    86 	Application plugin is a plugin, which priority depends on the target application.