sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/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
       
     5 *  Description : Resource definitions for project ?myapp
       
     6 *  Version     : %version: %
       
     7 *
       
     8 *  Copyright © ?year-?year ?Company_copyright.
       
     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 *  ?Company_name
       
    20 * ============================================================================
       
    21 * Template version: 4.1
       
    22 */
       
    23 
       
    24 *** INSTRUCTIONS TO THE TEMPLATE USER:
       
    25 
       
    26 *** This template follows the Symbian Foundation coding conventions.
       
    27 *** Remove all unneeded declarations and definitions before checking 
       
    28 *** the file in!  Also remove the template's usage instructions, that is, 
       
    29 *** everything that begins with "***".
       
    30 
       
    31 *** The copyright years should be < the year of the file's creation >
       
    32 *** - < the year of the file's latest update >.
       
    33 
       
    34 *** Words that begin with "?" are for you to replace with your own
       
    35 *** identifiers, filenames, or comments.
       
    36 
       
    37 *** To support building on Linux, use only forward slashes in include
       
    38 *** directives.  Also, all filenames and pathnames must be completely
       
    39 *** in lowercase.
       
    40 
       
    41 *** A line should not end with a backslash (\).  If it is absolutely
       
    42 *** necessary to have a line end in a backslash, add a comment after
       
    43 *** it, or some versions of the build system might think it's a
       
    44 *** continuing line.
       
    45 
       
    46 *** Indent four spaces per step, using spaces, not tabs, to display
       
    47 *** the code consistently across different editors.
       
    48 
       
    49 
       
    50 *** For a component's main .rss file, resource NAME identifier go here:
       
    51 
       
    52 NAME ?four_letter_resource_name_in_uppercase_and_unique_in_module
       
    53 
       
    54 *** include files go here:
       
    55 
       
    56 #include <?include_file>
       
    57 
       
    58 *** resource identifiers go here:
       
    59 
       
    60 RESOURCE RSS_SIGNATURE { }
       
    61 RESOURCE TBUF { buf=""; }
       
    62 
       
    63 *** constants go here:
       
    64 
       
    65 #define ?constant ?value
       
    66 
       
    67 *** resource definitions go here:
       
    68 
       
    69 // ---------------------------------------------------------------------------
       
    70 // ?resource_name
       
    71 // ?description
       
    72 // ---------------------------------------------------------------------------
       
    73 //
       
    74 RESOURCE ?structure_name [?resource_name]
       
    75     {
       
    76     ?resource_data; // ?comment
       
    77 
       
    78     // ?comment
       
    79     ?resource_data;
       
    80     };