sysstatemgmt/systemstatemgr/test/tcmd/inc/testcmd.rh
author Tapani Kanerva <Tapani.Kanerva@nice.fi>
Thu, 11 Nov 2010 14:35:29 +0000
branchRCL_3
changeset 86 79105dd92dc2
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Export meaningful default HWRM policy files, to fix Bug 3852

// Copyright (c) 2007-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:
//

#ifndef __TESTCMD_RH__
#define __TESTCMD_RH__

#include <ssm/ssmcmd.hrh>

/**
Command for testing state info is provided on command construction.
*/
STRUCT SSM_TEST_PUBLISH_SYSTEM_STATE
	{
	LLINK conditional_information = 0; 		// Must be the first entry in this struct - Zero means command is unconditional
	WORD type = ESsmCmdPublishSystemState; 	// Must be the second entry in this struct and must not be changed
	WORD version = 1;						// Must be the third entry in this struct
	}


/**
Command for testing swp info is provided on command construction.

@publishedPartner
@released
*/
STRUCT SSM_TEST_PUBLISH_SYSTEM_WIDE_PROPERTY
	{
	LLINK conditional_information = 0; 		// Must be the first entry in this struct - Zero means command is unconditional
	WORD type = ESsmCmdPublishSwp; 			// Must be the second entry in this struct and must not be changed
	WORD version = 1;						// Must be the third entry in this struct
	}


#endif	// __TESTCMD_RH__