# HG changeset patch
# User fturovic
- The MMP Editor allows you to view and modify your project definitions. Changes made in the MMP editor are automatically written to the project's .MMP file. You can view the .mmp file by selecting the project_name.mmp tab located along the bottom of the MMP editor.MMP Editor
The MMP Editor is shown when an MMP file is opened from the Project Explorer, C/C++ Projects, or Symbian Project Navigator views. The MMP Editor is shown in Figure 1. MMP editor fields are validated for existing or correct entries. For example, if the UID 2 field is blank the label is highlighted in red. If an error exists in the mmp file, the line where the error occurs is marked and also displayed in the Problems view.
- -Figure 1 - MMP Editor
+ +Figure 1 - MMP Editor Overview tab
Name | Function | |
---|---|---|
+ | ||
Name | Function | |
Target name |
- Enter the name of the target file. - | |
+ Enter the name of the target file. | ||
- Target type - | + Target type |
Select the type of target file from the dropdown list. |
- Target path - |
- - Enter the path to the target file. - | |
- - UID 2 - | + UID 2 |
UID 2 is a unique identifier number that identifies the type of interface that the project implements. The values are defined by Symbian:
|
- UID 3 - |
- - Application UID (or UID3) is used to uniquely identify the binary (EXE or DLL) within the system. The purpose of UID 3 is to prevent one executable from interfering the operation of another executable. | |
- - Project definition - | + UID 3 |
- The Project definition group provides links to the Sources, Libraries, and Options windows. You can also select the Sources, Libraries, and Options tabs to open the related window. |
- - Common tasks - | + Application UID (or UID3) is used to uniquely identify the binary (EXE or DLL) within the system. The purpose of UID 3 is to prevent one executable from interfering the operation of another executable. | |
Common tasks |
+ This group provides links to the User and System include path options located in the Options window. |
+ |
- This group provides links to the User and System include path options located in the Options window. - |
+ + The Project definition group provides links to the Sources, Libraries, and Options windows. You can also select the Sources, Libraries, and Options tabs to open the related window. |
Any changes made to the MMP file either in Carbide or using an external editor are detected. If the build is for emulation, these changes are detected and used automatically.
+Any changes made to the MMP file either in Carbide or using an external editor are detected. If the build is for emulation, these changes are detected and used automatically.
For other build types like GCCE you are presented with the Modified MMP Files Detected dialog (Figure 2) and asked which build action to take for each MMP file that has changed. Set the build option for each listed MMP file and click OK.
Figure 2 - Modified MMP Files Detected dialog
diff -r c7f22cc57d44 -r 9c8f013bc5e2 core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor_libraries.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor_libraries.html Wed Jun 16 17:27:41 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor_libraries.html Thu Jun 17 10:14:12 2010 -0500 @@ -8,7 +8,7 @@The MMP editor libraries window lists the libraries used by the currently selected build configuration in the selected project. The MMP editor libraries window is shown in Figure 1. Click on a library group to expand the list of libraries and show the related control buttons. You can add, remove or edit the list of libraries for each group. You can also move libraries up or down in the list.
- +Figure 1 - MMP Editor Libraries window
Name | Function |
---|---|
+ | |
Name | +Function | +
C/C++ sources |
- Select the C/C++ files to be compiled with your project. |
- - Resources | + Select the C/C++ files to be compiled with your project. |
Missing C/C++ sources | +Shows a list of missing source files referenced by project MMP files. | +
+ + Resources |
Add, remove, or edit resources, bitmaps, languages, and AIF files to be compiled with your project. |
Missing C/C++ sources | -Shows a list of missing source files referenced by project MMP files. | -