diff -r dccd79965400 -r ee5d5928b136 startup/stem_criticalappscmdlist.rss --- a/startup/stem_criticalappscmdlist.rss Tue Oct 19 12:17:30 2010 +0100 +++ b/startup/stem_criticalappscmdlist.rss Tue Oct 19 13:20:42 2010 +0100 @@ -68,7 +68,8 @@ r_cmd_sastate, // This needs to be the first command in state, prio 0xFFF2 r_cmd_publishstate, // prio 0xFFF1 r_cmd_psstate, // prio 0xFFF0 - r_cmd_menu, // TomP - moved from the Security command list as this is now the only thing that we really do in this state. + // prio 0xFFE7 + r_cmd_menu, // TomP - moved from the Security command list // prio 0xFFE6 r_cmd_multiwaitforever }; @@ -88,9 +89,9 @@ priority = 0xFFE7; name = "z:\\sys\\bin\\matrixmenu.exe"; execution_behaviour = ESsmDeferredWaitForSignal; - //TomP background = 1; // To background + //TomP background = 1; // Not to background } - + // --------------------------------------------------------------------------- // r_cmd_multiwaitforever // --------------------------------------------------------------------------- @@ -140,32 +141,7 @@ dll_data = r_dlldata_sastate; } -RESOURCE SSM_START_CUSTOM_COMMAND r_cmd_selftest - { - priority = 0xFFE7; - severity = ECmdCriticalSeverity; - dllname = "customcmds.dll"; - ordinal = 2; - unload_on_finish = ENeverUnload; - retries = 2; - execution_behaviour = ESsmDeferredWaitForSignal; - } - -// --------------------------------------------------------------------------- -// r_cmd_sysap -// --------------------------------------------------------------------------- -// -RESOURCE SSM_START_APP_INFO r_cmd_sysap - { - priority = 0xFFE7; - name = "Z:\\sys\\bin\\sysap.exe"; - execution_behaviour = ESsmDeferredWaitForSignal; - severity = ECmdCriticalSeverity; - retries = 2; - background = 1; // To background -//TomP - monitor_info = r_mon_reset; - } - + // =========================================================================== // DLL data items in alphabetical order // =========================================================================== @@ -183,4 +159,4 @@ // monitoring.rss contains resource definitions, so it may not be included // before entry point. -//#include "stem_monitoring.rss" +// #include "stem_monitoring.rss"