sftemplateswizard/com.nokia.s60tools.templates.tests/data/templates/resource_template.hrh
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ?filename.hrh
       
     4 *  Part of     : ?Subsystem_name / ?Module_name       *** Info from the SWAD
       
     5 *  Description : Resource headers 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.0
       
    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 *** Indent four spaces per step, using spaces, not tabs, to display
       
    43 *** the code consistently across different editors.
       
    44 
       
    45 
       
    46 #ifndef ?MODULENAME_HRH
       
    47 #define ?MODULENAME_HRH
       
    48 
       
    49 
       
    50 *** data types go here:
       
    51 
       
    52 /** ?comment */
       
    53 enum ?declaration
       
    54 
       
    55 /** ?_comment */
       
    56 typedef ?declaration
       
    57 
       
    58 #endif // ?MODULENAME_HRH