sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_sortdifffile1.rss
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
--- a/sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_sortdifffile1.rss	Tue Aug 31 16:29:05 2010 +0300
+++ b/sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_sortdifffile1.rss	Wed Sep 01 12:34:26 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -19,7 +19,6 @@
 
 #include <ssm/ssmcmd.rh>
 #include <ssm/ssmsubstates.hrh>
-#include "ssmsubstateext.hrh"
 
 UID2 KUidSsmCommandListResourceFile
 
@@ -37,7 +36,7 @@
 		{
 		SSM_COMMANDLISTID_TO_RESOURCEID
 			{
-			command_list_id = ESsmStateNonCritical;
+			command_list_id = 0x49;
 			resource_id = r_non_critical_commands;
 			}
 		};
@@ -47,13 +46,19 @@
    	{
 	commands =
 		{
-		r_command_test_app	
+		r_command_test_app
+		,r_command_publish_system_state		
 		,r_command_test_proc1	
 		,r_command_test_proc2	
 		,r_command_multiple_wait	
 		};
 	}
 
+RESOURCE SSM_PUBLISH_SYSTEM_STATE r_command_publish_system_state
+	{
+	severity = ECmdCriticalSeverity;
+	priority = 10;
+	}	
 	
 RESOURCE SSM_START_APP_INFO r_command_test_app
 	{