diff -r 072a9626b290 -r 09d657f1ee00 sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_diffss1.rss --- a/sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_diffss1.rss Wed Aug 18 11:03:14 2010 +0300 +++ b/sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_diffss1.rss Thu Sep 02 21:48:26 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 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" @@ -20,6 +20,7 @@ #include #include +#include "ssmsubstateext.hrh" UID2 KUidSsmCommandListResourceFile @@ -37,29 +38,23 @@ { SSM_COMMANDLISTID_TO_RESOURCEID { - command_list_id = 0x50; - resource_id = r_non_critical_commands; + command_list_id = ESsmStateSecurityCheck; + resource_id = r_security_check_commands; } }; } -RESOURCE SSM_COMMAND_LIST r_non_critical_commands +RESOURCE SSM_COMMAND_LIST r_security_check_commands { commands = { - r_command_publish_system_state - , r_command_test_proc + r_command_test_proc }; } -RESOURCE SSM_PUBLISH_SYSTEM_STATE r_command_publish_system_state - { - severity = ECmdCriticalSeverity; - priority = 150; - } - RESOURCE SSM_START_APP_INFO r_command_test_proc { + priority = 150; severity = ECmdCriticalSeverity; name = "gsatestprocgood.exe"; execution_behaviour = ESsmWaitForSignal;