--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstatemgr/test/tcmd/inc/ssmcmdextra.rh Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,44 @@
+// 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:
+// Defines any extra structs used within resource files
+//
+//
+
+#ifndef __SSMCMDEXTRA_RH__
+#define __SSMCMDEXTRA_RH__
+
+#include <ssm/ssmcmd.hrh>
+
+/**
+Data struct for CmdLoadSup command
+*/
+STRUCT SSM_COMMAND_LOAD_SUP_DATA
+ {
+ BYTE val1 = 0;
+ BYTE val2 = 0;
+ BYTE val3 = 0;
+ BYTE val4 = 0;
+ BYTE val5 = 0;
+ }
+
+STRUCT SSM_COMMAND_CUSTOM_CMD_DATA
+ {
+ BYTE val1 = 0;
+ BYTE val2 = 0;
+ BYTE val3 = 0;
+ BYTE val4 = 0;
+ BYTE val5 = 0;
+ }
+
+#endif // __SSMCMDEXTRA_RH__