sftemplateswizard/com.nokia.s60tools.templates.tests/data/templates/resource_template.rss
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
/*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
* ============================================================================
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
*  Name        : ?filename.rss
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
*  Part of     : ?Subsystem_name / ?Module_name       *** Info from the SWAD
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
*  Description : Resource definitions for project ?myapp
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
*  Version     : %version: % << Don't touch! Updated by Synergy at check-out.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
*  Copyright © ?year-?year Nokia Corporation and/or its subsidiary(-ies).
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
*  All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
*  This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
*  under the terms of the License "?License"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
*  which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
*  at the URL "?LicenseUrl".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
*  Initial Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
*  ?Company_name - initial contribution.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
*
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
*  Contributors:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
* 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
* ============================================================================
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
* Template version: 4.1
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
*/
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
*** INSTRUCTIONS TO THE TEMPLATE USER:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
*** This template follows the S60 coding conventions
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
*** (S60_Coding_Conventions.doc).  Remove all unneeded declarations
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
*** and definitions before checking the file in!  Also remove the
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
*** template's usage instructions, that is, everything that begins
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
*** with "***".
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
*** The copyright years should be < the year of the file's creation >
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
*** - < the year of the file's latest update >.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
*** Words that begin with "?" are for you to replace with your own
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
*** identifiers, filenames, or comments.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
*** To support building on Linux, use only forward slashes in include
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
*** directives.  Also, all filenames and pathnames must be completely
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
*** in lowercase.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
*** A line should not end with a backslash (\).  If it is absolutely
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
*** necessary to have a line end in a backslash, add a comment after
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
*** it, or some versions of the build system might think it's a
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
*** continuing line.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
*** Indent four spaces per step, using spaces, not tabs, to display
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
*** the code consistently across different editors.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
*** For a component's main .rss file, resource NAME identifier go here:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
NAME ?four_letter_resource_name_in_uppercase_and_unique_in_module
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
*** include files go here:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
#include <?include_file>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
*** resource identifiers go here:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
RESOURCE RSS_SIGNATURE { }
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    62
RESOURCE TBUF { buf=""; }
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    64
*** constants go here:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    65
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    66
#define ?constant ?value
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    67
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    68
*** resource definitions go here:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    69
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    70
// ---------------------------------------------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    71
// ?resource_name
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    72
// ?description
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    73
// ---------------------------------------------------------------------------
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    74
//
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    75
RESOURCE ?structure_name [?resource_name]
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    76
    {
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    77
    ?resource_data; // ?comment
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    78
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    79
    // ?comment
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    80
    ?resource_data;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    81
    };