sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/resource_template.hrh
changeset 0 61163b28edca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/resource_template.hrh	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,58 @@
+/*
+* ============================================================================
+*  Name        : TestFileName.hrh
+*  Part of     : TestSubSystem / TestModule       *** Info from the SWAD
+*  Description : Resource headers for project TestAppName
+*  Version     : %version: % << Don't touch! Updated by Synergy at check-out.
+*
+*  Copyright © 2000-2001 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:
+* 
+* ============================================================================
+* Template version: 4.0
+*/
+
+*** INSTRUCTIONS TO THE TEMPLATE USER:
+
+*** This template follows the S60 coding conventions
+*** (S60_Coding_Conventions.doc).  Remove all unneeded declarations
+*** and definitions before checking the file in!  Also remove the
+*** template's usage instructions, that is, everything that begins
+*** with "***".
+
+*** The copyright years should be < the year of the file's creation >
+*** - < the year of the file's latest update >.
+
+*** Words that begin with "?" are for you to replace with your own
+*** identifiers, filenames, or comments.
+
+*** To support building on Linux, use only forward slashes in include
+*** directives.  Also, all filenames and pathnames must be completely
+*** in lowercase.
+
+*** Indent four spaces per step, using spaces, not tabs, to display
+*** the code consistently across different editors.
+
+
+#ifndef TESTFILENAME_HRH
+#define TESTFILENAME_HRH
+
+
+*** data types go here:
+
+/** ?comment */
+enum ?declaration
+
+/** ?_comment */
+typedef ?declaration
+
+#endif // TESTFILENAME_HRH
\ No newline at end of file