sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/fiftyrss/tgsa_flexiblemerge_1.rss
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/fiftyrss/tgsa_flexiblemerge_1.rss	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,59 @@
+// 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// tgsa_flexiblemerge_diffss.rss.rss
+// Modified default resource file to test app-framework
+// Modifications:
+// Generic Startup Architecture Startup State command lists to test that duplicate substates will panic the system
+// 
+//
+
+#include <ssm/ssmcmd.rh>
+#include <ssm/ssmsubstates.hrh>
+
+UID2 KUidSsmCommandListResourceFile
+
+// SSM_COMMAND_LIST_ROOT must be the first resource in a command list resource file.
+// The SSM relies on this having a resource ID of 1.
+
+RESOURCE SSM_COMMAND_LIST_ROOT
+	{
+	command_list_mapping = r_command_list_mapping;
+	}
+
+RESOURCE SSM_COMMAND_LIST_MAPPING r_command_list_mapping
+	{
+	mappings =
+		{
+		SSM_COMMANDLISTID_TO_RESOURCEID
+			{
+			command_list_id = ESsmStartupSubStateNonCritical;
+			resource_id = r_non_critical_commands;
+			}
+		};
+	}
+
+RESOURCE SSM_COMMAND_LIST r_non_critical_commands
+   	{
+	commands =
+		{
+		r_command_test_proc		
+		};
+	}
+
+RESOURCE SSM_START_APP_INFO r_command_test_proc
+	{
+	severity = ECmdCriticalSeverity;
+	name = "gsatestprocgood.exe";
+	execution_behaviour = ESsmWaitForSignal;
+	}