sysstatemgmt/systemstateplugins/test/tintgsapolicy/resource/fiftyrss/tgsa_flexiblemerge_4.rss
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 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".
    18 // 
    18 // 
    19 //
    19 //
    20 
    20 
    21 #include <ssm/ssmcmd.rh>
    21 #include <ssm/ssmcmd.rh>
    22 #include <ssm/ssmsubstates.hrh>
    22 #include <ssm/ssmsubstates.hrh>
       
    23 #include "ssmsubstateext.hrh"
    23 
    24 
    24 UID2 KUidSsmCommandListResourceFile
    25 UID2 KUidSsmCommandListResourceFile
    25 
    26 
    26 // SSM_COMMAND_LIST_ROOT must be the first resource in a command list resource file.
    27 // 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.
    28 // The SSM relies on this having a resource ID of 1.
    35 	{
    36 	{
    36 	mappings =
    37 	mappings =
    37 		{
    38 		{
    38 		SSM_COMMANDLISTID_TO_RESOURCEID
    39 		SSM_COMMANDLISTID_TO_RESOURCEID
    39 			{
    40 			{
    40 			command_list_id = ESsmStartupSubStateNonCritical;
    41 			command_list_id = ESsmStateNonCritical;
    41 			resource_id = r_non_critical_commands;
    42 			resource_id = r_non_critical_commands;
    42 			}
    43 			}
    43 		};
    44 		};
    44 	}
    45 	}
    45 
    46