sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/tgsa_flexiblemerge_sortdifffile1.rss
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17 // 
    17 // 
    18 //
    18 //
    19 
    19 
    20 #include <ssm/ssmcmd.rh>
    20 #include <ssm/ssmcmd.rh>
    21 #include <ssm/ssmsubstates.hrh>
    21 #include <ssm/ssmsubstates.hrh>
    22 #include "ssmsubstateext.hrh"
       
    23 
    22 
    24 UID2 KUidSsmCommandListResourceFile
    23 UID2 KUidSsmCommandListResourceFile
    25 
    24 
    26 // SSM_COMMAND_LIST_ROOT must be the first resource in a command list resource file.
    25 // SSM_COMMAND_LIST_ROOT must be the first resource in a command list resource file.
    27 // The SSM relies on this having a resource ID of 1.
    26 // The SSM relies on this having a resource ID of 1.
    35 	{
    34 	{
    36 	mappings =
    35 	mappings =
    37 		{
    36 		{
    38 		SSM_COMMANDLISTID_TO_RESOURCEID
    37 		SSM_COMMANDLISTID_TO_RESOURCEID
    39 			{
    38 			{
    40 			command_list_id = ESsmStateNonCritical;
    39 			command_list_id = 0x49;
    41 			resource_id = r_non_critical_commands;
    40 			resource_id = r_non_critical_commands;
    42 			}
    41 			}
    43 		};
    42 		};
    44 	}
    43 	}
    45 
    44 
    46 RESOURCE SSM_COMMAND_LIST r_non_critical_commands
    45 RESOURCE SSM_COMMAND_LIST r_non_critical_commands
    47    	{
    46    	{
    48 	commands =
    47 	commands =
    49 		{
    48 		{
    50 		r_command_test_app	
    49 		r_command_test_app
       
    50 		,r_command_publish_system_state		
    51 		,r_command_test_proc1	
    51 		,r_command_test_proc1	
    52 		,r_command_test_proc2	
    52 		,r_command_test_proc2	
    53 		,r_command_multiple_wait	
    53 		,r_command_multiple_wait	
    54 		};
    54 		};
    55 	}
    55 	}
    56 
    56 
       
    57 RESOURCE SSM_PUBLISH_SYSTEM_STATE r_command_publish_system_state
       
    58 	{
       
    59 	severity = ECmdCriticalSeverity;
       
    60 	priority = 10;
       
    61 	}	
    57 	
    62 	
    58 RESOURCE SSM_START_APP_INFO r_command_test_app
    63 RESOURCE SSM_START_APP_INFO r_command_test_app
    59 	{
    64 	{
    60 	severity = ECmdCriticalSeverity;
    65 	severity = ECmdCriticalSeverity;
    61 	name = "gsatestappgood.exe";
    66 	name = "gsatestappgood.exe";