uiacceltk/hitchcock/goommonitor/data/goomconfig.xml
changeset 48 7ced047fb7ae
parent 43 95d73125a086
equal deleted inserted replaced
43:95d73125a086 48:7ced047fb7ae
    45 -->
    45 -->
    46 	<app_close_settings>
    46 	<app_close_settings>
    47 <!--		The uid DEFAULT_APP refers to all applications, which priority is not specifically
    47 <!--		The uid DEFAULT_APP refers to all applications, which priority is not specifically
    48 		defined in the conf file.
    48 		defined in the conf file.
    49 -->
    49 -->
    50 		<close_app uid="DEFAULT_APP" priority="80" sync_mode="check" close_timeout="1000" wait_after_close="2000">
    50 		<close_app uid="DEFAULT_APP" priority="80" sync_mode="check" close_timeout="1000" wait_after_close="1000">
    51 			<app_close_idle_priority idle_time="900" priority="50"></app_close_idle_priority>
    51 			<app_close_idle_priority idle_time="900" priority="50"></app_close_idle_priority>
    52 			<app_close_idle_priority idle_time="43200" priority="20"></app_close_idle_priority>
    52 			<app_close_idle_priority idle_time="43200" priority="20"></app_close_idle_priority>
    53 		</close_app>
    53 		</close_app>
    54 <!--		The uid BUSY_APP refers to applications, which have set the OOM priority BUSY
    54 <!--		The uid BUSY_APP refers to applications, which have set the OOM priority BUSY
    55 		by using the GOOM Monitor API SetGOomPriority(). The priority NEVER_CLOSE
    55 		by using the GOOM Monitor API SetGOomPriority(). The priority NEVER_CLOSE
    77 	<system_plugin_settings>
    77 	<system_plugin_settings>
    78 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    78 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    79 		defined in the conf file.
    79 		defined in the conf file.
    80 -->
    80 -->
    81 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check" sw_rend="not_supported"></system_plugin>
    81 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check" sw_rend="not_supported"></system_plugin>
    82 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check" sw_rend="supported"></system_plugin> <!-- ALFOOGMPLUGIN -->
    82 		<system_plugin uid="2002DC75" priority="3" sync_mode="continue" sw_rend="not_supported"></system_plugin> <!-- HbThemeserverOOGMPLUGIN? -->
    83 		<system_plugin uid="2002DC75" priority="4" sync_mode="check" sw_rend="supported"></system_plugin> <!-- HbThemeserverOOGMPLUGIN? -->
    83 		<system_plugin uid="E4B6C988" priority="4" sync_mode="check" sw_rend="supported"></system_plugin> <!-- ALFOOGMPLUGIN -->
    84 		<system_plugin uid="2002C30A" priority="5" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    84 		<system_plugin uid="2002DC75" priority="5" sync_mode="continue" sw_rend="supported" ></system_plugin> <!-- HbThemeserverOOGMPLUGIN? -->
       
    85 		<system_plugin uid="2002C30A" priority="6" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    85 	</system_plugin_settings>
    86 	</system_plugin_settings>
    86 	
    87 	
    87 <!--	The priority of executing each application plugin is defined here.
    88 <!--	The priority of executing each application plugin is defined here.
    88 	Application plugin is a plugin, which priority depends on the target application.
    89 	Application plugin is a plugin, which priority depends on the target application.
    89 	The target application must be defined for each application plugin.
    90 	The target application must be defined for each application plugin.