sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/empty_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 
       
    25 NAME ?four_letter_resource_name_in_uppercase_and_unique_in_module
       
    26 
       
    27 #include <?include_file>
       
    28 
       
    29 RESOURCE RSS_SIGNATURE { }
       
    30 RESOURCE TBUF { buf=""; }
       
    31 
       
    32 #define ?constant ?value
       
    33 
       
    34 // ---------------------------------------------------------------------------
       
    35 // ?resource_name
       
    36 // ?description
       
    37 // ---------------------------------------------------------------------------
       
    38 //
       
    39 RESOURCE ?structure_name [?resource_name]
       
    40     {
       
    41     ?resource_data; // ?comment
       
    42 
       
    43     // ?comment
       
    44     ?resource_data;
       
    45     };