sysstatemgmt/systemstatemgr/test/tsus/resource/tsuspublishswp.rss
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Contains publish SWP command lists
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <ssm/ssmcmd.rh>
       
    19 
       
    20 UID2 KUidSsmCommandListResourceFile
       
    21 
       
    22 // SSM_COMMAND_LIST_ROOT must be the first resource in a command list resource file.
       
    23 // The SSM relies on this having a resource ID of 1.
       
    24 RESOURCE SSM_COMMAND_LIST_ROOT
       
    25 	{
       
    26 	command_list_mapping = r_command_list_mapping;
       
    27 	}
       
    28 
       
    29 RESOURCE SSM_COMMAND_LIST_MAPPING r_command_list_mapping
       
    30 	{
       
    31 	mappings =
       
    32 		{
       
    33 		SSM_COMMANDLISTID_TO_RESOURCEID
       
    34 			{
       
    35 			command_list_id = 0;
       
    36 			resource_id = r_swpsup_commands;
       
    37 			}
       
    38 		};
       
    39 	}
       
    40 RESOURCE SSM_COMMAND_LIST r_swpsup_commands 
       
    41    	{
       
    42 	commands =
       
    43 		{
       
    44 		r_command_publish_swp
       
    45 		};
       
    46 	}
       
    47 
       
    48 RESOURCE SSM_PUBLISH_SYSTEM_WIDE_PROPERTY r_command_publish_swp
       
    49 	{
       
    50 	severity = ECmdMediumSeverity;
       
    51 	execution_behaviour = ESsmWaitForSignal;
       
    52 	}