sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/build_info_template.inf
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : bld.inf
       
     4 *  Part of     : ?Subsystem_name / ?Module_name
       
     5 *  Description : Build information file 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.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 PRJ_PLATFORMS
       
    51 *** Specify the platforms your component needs to be built for here.  Example:
       
    52 DEFAULT
       
    53 
       
    54 PRJ_EXPORTS
       
    55 *** Specify the source file followed by its destination here
       
    56 *** copy will be used to copy the source file to its destination
       
    57 *** If there's no destination then the source file will be copied
       
    58 *** to the same name in \epoc32\include.  Example:
       
    59 ..\inc\?headerfile.h
       
    60 ..\inc\?headerfile_2.h                   \epoc32\include\?path_somewhere_else\?headerfile_2.h
       
    61 ..\data\?inifile.ini                     \epoc32\data\c\private\?uid3\?inifile.ini
       
    62 ..\graphics\?qgn_myapp_icon_1.bmp        \s60\bitmaps2\?qgn_myapp_icon_1.bmp
       
    63 ..\graphics\?qgn_myapp_icon_1_mask.bmp   \s60\bitmaps2\?qgn_myapp_icon_1_mask.bmp
       
    64 ..\graphics\?qgn_myapp_icon_2.bmp        \s60\bitmaps2\?qgn_myapp_icon_2.bmp
       
    65 ..\graphics\?qgn_myapp_icon_2_mask.bmp   \s60\bitmaps2\?qgn_myapp_icon_2_mask.bmp
       
    66 
       
    67 PRJ_MMPFILES
       
    68 *** Icons are built using a makefile.  Example:
       
    69 gnumakefile icons.mk
       
    70 #ifdef __SCALABLE_ICONS
       
    71     // Remember to change the mk-file name to be unique within the
       
    72     // Architecture domain
       
    73     gnumakefile icons_aif_scalable.mk
       
    74 #else
       
    75     // Remember to change the mk-file name to be unique within the
       
    76     // Architecture domain
       
    77     gnumakefile icons_aif_bitmaps.mk
       
    78 #endif 
       
    79 *** Specify the .mmp files required for building the important component
       
    80 *** releasables. Specify "tidy" if the component you need to build doesn't
       
    81 *** need to be released.  Example:
       
    82 myproject.mmp
       
    83 myhelpproject.mmp tidy
       
    84 #if defined( MARM )
       
    85     myarmspecificproject.mmp
       
    86 #endif
       
    87 
       
    88 PRJ_TESTMMPFILES
       
    89 *** Specify the .mmp files required for building any test programs here.
       
    90 *** Example:
       
    91 ..\test\group\mytest.mmp
       
    92 
       
    93 PRJ_TESTEXPORTS
       
    94 *** Specify the files to be copied from the source directories to the
       
    95 *** releasables' directories for use with test programs.  Example:
       
    96 ..\test\inc\mytestcommon.h     \epoc32\somewhere\mytestcommon.h