0
|
1 |
/*
|
|
2 |
* ============================================================================
|
|
3 |
* Name : ?filename.mmp
|
|
4 |
* Part of : ?Subsystem_name / ?Module_name
|
|
5 |
* Description : Project definition 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
|
|
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 |
|
|
47 |
#include <platform_paths.hrh>
|
|
48 |
#include <data_caging_paths.hrh>
|
|
49 |
|
|
50 |
TARGET ?target_name
|
|
51 |
TARGETTYPE ?target_type
|
|
52 |
UID 0x?uid2 0x?uid3
|
|
53 |
|
|
54 |
CAPABILITY ?capabilities
|
|
55 |
VENDORID VID_DEFAULT
|
|
56 |
|
|
57 |
SOURCEPATH ../src
|
|
58 |
SOURCE ?source_file
|
|
59 |
SOURCE ?source_file_2
|
|
60 |
|
|
61 |
START RESOURCE ?resource_file
|
|
62 |
HEADER
|
|
63 |
TARGETPATH ?target_path
|
|
64 |
*** Uncomment LANG SC below if and only if the resource file needs localisation
|
|
65 |
// LANG SC
|
|
66 |
END // RESOURCE
|
|
67 |
|
|
68 |
USERINCLUDE ?user_include_directory
|
|
69 |
USERINCLUDE ?user_include_directory_2
|
|
70 |
|
|
71 |
// Select one, only one, of the following layer specific include macros, which
|
|
72 |
// are specified in the /epoc32/include/platform_paths.hrh.
|
|
73 |
// It should be the layername to which your component belongs to.
|
|
74 |
//APP_LAYER_SYSTEMINCLUDE
|
|
75 |
//MW_LAYER_SYSTEMINCLUDE
|
|
76 |
//OS_LAYER_SYSTEMINCLUDE
|
|
77 |
|
|
78 |
// Note:
|
|
79 |
// The only other SYSTEMINCLUDE should you shall add are Symbian specific ones.
|
|
80 |
// If there is a S60 header in the subdirectory then that should be
|
|
81 |
// added into the include statements (like #include <phonebook/header.h>)
|
|
82 |
//SYSTEMINCLUDE /epoc32/include/ecom
|
|
83 |
//SYSTEMINCLUDE ?system_include_directory
|
|
84 |
|
|
85 |
LIBRARY ?library_name
|
|
86 |
LIBRARY ?library_name_2
|
|
87 |
|
|
88 |
*** Other possible keywords:
|
|
89 |
|
|
90 |
START WINS
|
|
91 |
?wins_specific_information
|
|
92 |
END
|
|
93 |
|
|
94 |
START MARM
|
|
95 |
?marm_specific_information
|
|
96 |
END
|
|
97 |
|
|
98 |
DEFFILE ?deffilename
|
|
99 |
|
|
100 |
START RESOURCE ?resource_reg.rss
|
|
101 |
// Do not change the UID 10003a3f below.
|
|
102 |
TARGETPATH /private/10003a3f/apps
|
|
103 |
END
|
|
104 |
|
|
105 |
MACRO ?macro_name
|