# HG changeset patch # User fturovic # Date 1276787652 18000 # Node ID 9c8f013bc5e21e557bf77bb8714be2a8efc0d337 # Parent c7f22cc57d44e94bf2a50b4682d472e6ae715c4d revised mmp pages and images diff -r c7f22cc57d44 -r 9c8f013bc5e2 core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor.html Wed Jun 16 17:27:41 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor.html Thu Jun 17 10:14:12 2010 -0500 @@ -7,34 +7,25 @@

MMP Editor

- 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.

+ The MMP Editor Overview tab 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.

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

- + + + + + + Project definition

NameFunction
+
NameFunction

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:

  • For GUI applications, it is always 0x100039CE
  • @@ -43,23 +34,20 @@

- 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

MMP Editor MMP File - +

MMP File Window

- The MMP file tab in the MMP editor window shows the source text of the mmp file. Changes made directly in the mmp file are reflected in related tabs of the MMP editor and changes made in editor tabs are written to the mmp file. Errors are identified in red and markers are placed in mmp files at the locations errors exist.

-

+ The MMP file tab in the MMP editor window shows the source text of the mmp file. Changes made directly in the mmp file are reflected in related tabs of the MMP editor and changes made in editor tabs are written to the mmp file. Errors are identified in red and markers are placed in mmp files at the locations errors exist.

+

Figure 1 - MMP Editor MMP File

Related references
diff -r c7f22cc57d44 -r 9c8f013bc5e2 core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor_options.html --- a/core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor_options.html Wed Jun 16 17:27:41 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/MMP_Editor_options.html Thu Jun 17 10:14:12 2010 -0500 @@ -8,7 +8,7 @@

The MMP editor options window allows you to edit compiler, linker, and runtime settings. The MMP editor options window is shown in Figure 1.

-

+

Figure 1 - MMP Editor Options window

The MMP editor sources window lists the C++ and resource files that you can select to be compiled. The MMP editor sources window is shown in Figure 1.

-

+

Figure 1 - MMP Editor Sources window

- + + + + + + + - - - -
NameFunction
+
NameFunction

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++ sourcesShows 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++ sourcesShows a list of missing source files referenced by project MMP files.
Related references