sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/project_specification_template.mmp
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : TestFileName.mmp
       
     4 *  Part of     : TestSubSystem / TestModule       *** Info from the SWAD
       
     5 *  Description : Project definition file for project TestAppName
       
     6 *  Version     : %version: % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2000-2001 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 "Eclipse Public License v1.0"
       
    12 *  which accompanies this distribution, and is available
       
    13 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 *
       
    15 *  Initial Contributors:
       
    16 *  Nokia Corporation - 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 
       
    48 #include <platform_paths.hrh>
       
    49 #include <data_caging_paths.hrh>
       
    50 
       
    51 TARGET                  ?target_name
       
    52 TARGETTYPE              ?target_type
       
    53 UID                     0x?uid2 0x?uid3
       
    54 
       
    55 CAPABILITY              ?capabilities
       
    56 VENDORID                VID_DEFAULT
       
    57 
       
    58 SOURCEPATH              ../src
       
    59 SOURCE                  ?source_file
       
    60 SOURCE                  ?source_file_2
       
    61 
       
    62 START RESOURCE          ?resource_file
       
    63 HEADER
       
    64 TARGETPATH              ?target_path
       
    65 *** Uncomment LANG SC below if and only if the resource file needs localisation
       
    66 // LANG                 SC
       
    67 END // RESOURCE
       
    68 
       
    69 USERINCLUDE             ?user_include_directory
       
    70 USERINCLUDE             ?user_include_directory_2
       
    71 
       
    72 // Select one, only one, of the following layer specific include macros, which
       
    73 // are specified in the /epoc32/include/platform_paths.hrh.
       
    74 // It should be the layername to which your component belongs to.
       
    75 //APP_LAYER_SYSTEMINCLUDE
       
    76 //MW_LAYER_SYSTEMINCLUDE
       
    77 //OS_LAYER_SYSTEMINCLUDE
       
    78 
       
    79 // Note: 
       
    80 // The only other SYSTEMINCLUDE should you shall add are Symbian specific ones.
       
    81 // If there is a S60 header in the subdirectory then that should be
       
    82 // added into the include statements (like #include <phonebook/header.h>)
       
    83 //SYSTEMINCLUDE           /epoc32/include/ecom
       
    84 //SYSTEMINCLUDE           ?system_include_directory
       
    85 
       
    86 LIBRARY                 ?library_name
       
    87 LIBRARY                 ?library_name_2
       
    88 
       
    89 *** Other possible keywords:
       
    90 
       
    91 START WINS
       
    92 ?wins_specific_information
       
    93 END
       
    94 
       
    95 START MARM
       
    96 ?marm_specific_information
       
    97 END
       
    98 
       
    99 DEFFILE                 ?deffilename
       
   100 
       
   101 START RESOURCE          ?resource_reg.rss
       
   102 // Do not change the UID 10003a3f below.
       
   103 TARGETPATH              /private/10003a3f/apps
       
   104 END
       
   105 
       
   106 MACRO                   ?macro_name