diff -r 000000000000 -r 61163b28edca sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/empty_resource_template.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/empty_resource_template.rss Tue Jan 12 13:17:53 2010 -0600 @@ -0,0 +1,45 @@ +/* +* ============================================================================ +* Name : TestFileName.rss +* Part of : TestSubSystem / TestModule *** Info from the SWAD +* Description : Resource definitions 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: +* Nokia Corporation +* ============================================================================ +* Template version: 4.1 +*/ + + +NAME ?four_letter_resource_name_in_uppercase_and_unique_in_module + +#include + +RESOURCE RSS_SIGNATURE { } +RESOURCE TBUF { buf=""; } + +#define ?constant ?value + +// --------------------------------------------------------------------------- +// ?resource_name +// ?description +// --------------------------------------------------------------------------- +// +RESOURCE ?structure_name [?resource_name] + { + ?resource_data; // ?comment + + // ?comment + ?resource_data; + };