--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstatemgr/test/tcmd/inc/testcmd.rh Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,46 @@
+// 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__