Removed "startup.exe" from startup as it seems to hog the foreground and prevent the matrix menu from showing. system_startup
authorTom Pritchard <tomp@symbian.org>
Thu, 14 Oct 2010 14:01:31 +0100
branchsystem_startup
changeset 39 ffece88854e8
parent 38 61ce54841faa
child 40 1a6d7a8194fb
Removed "startup.exe" from startup as it seems to hog the foreground and prevent the matrix menu from showing.
startup/stem_criticalappscmdlist.rss
--- a/startup/stem_criticalappscmdlist.rss	Thu Oct 14 12:43:19 2010 +0100
+++ b/startup/stem_criticalappscmdlist.rss	Thu Oct 14 14:01:31 2010 +0100
@@ -75,7 +75,6 @@
     //TomP    r_cmd_calsrv,
     //TomP    r_cmd_profmon,
 		r_cmd_menu,	// TomP - moved from the Security command list
-		r_cmd_startup, // TomP - moved from the Security command list
         // prio 0xFFE6
         r_cmd_multiwaitforever
         };
@@ -98,20 +97,6 @@
     //TomP background = 1; // To background
     }
 	
-
-// ---------------------------------------------------------------------------
-// r_cmd_startup
-// ---------------------------------------------------------------------------
-//
-RESOURCE SSM_START_PROCESS_INFO r_cmd_startup
-    {
-    priority = 0xFFE7;
-    name = "z:\\sys\\bin\\startup.exe";
-    execution_behaviour = ESsmDeferredWaitForSignal;
-    severity = ECmdCriticalSeverity;
-    retries = 2;
-    }
-
 // ---------------------------------------------------------------------------
 // r_cmd_calsrv
 // ---------------------------------------------------------------------------