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