core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html
author fturovic <frank.turovich@nokia.com>
Tue, 31 Aug 2010 10:54:44 -0500
changeset 1929 e42423cc31d4
parent 1866 360d93d852be
permissions -rw-r--r--
BUG 11531 - final updates for build config revision
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     2
<html><head>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     3
<title>INF Editor</title>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     4
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     5
</head>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     6
   <body>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     7
   <h2>INF Editor - Overview Tab</h2>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     8
   
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
     9
   <p>
1786
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    10
   The <b>INF Editor</b> allows you to view and modify Symbian project files and export files to be included in building your application. The settings displayed are those active for the active build configuration. However, changes made in the INF editor can be applied globally to all build configurations. Changes made in the INF editor are automatically written to the project's <span class="code">.INF</span> file. You can view the <span class="code">.INF</span> file by selecting the bld.inf tab located along the bottom of the INF editor.</p>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    11
<p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    12
	  The INF Editor is shown when an INF  file is
1658
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1507
diff changeset
    13
   opened from the <a href="view_proj_explorer.htm">Project Explorer</a> view or <a href="view_sym_proj_nav.htm">Symbian Project Navigator</a> view by double-clicking on the file. The INF Editor is shown in Figure 1.</p>
1786
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    14
   <p align="center"><img src="images/inf_editor_overview.png" width="727" height="626" /></p>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    15
   <p align="left" class="figure">Figure 1 - INF Editor</p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    16
   <p></p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    17
   <table cellpadding="2" cellspacing="0"
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    18
border="0">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    19
<tr valign="top"><th width="173" class="Cell">Name</th><th width="516" class="Cell">Function</th></tr><tr valign="top"><td class="Cell">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    20
		    <p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    21
			   <b>Components</b></p></td><td class="Cell">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    22
			 <p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    23
				Add components such as MMP and make files to be part of the normal build process.</p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    24
			 <ul>
1786
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    25
			   <li><a href="NewMMP_wizard.html">Create New MMP File</a> - creates a new  MMP file at the bottom of the Component list.</li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    26
			   <li><a href="INF_Editor_addedit_mmp.html">Add Existing MMP File</a> - imports a MMP file at the bottom of the Component list.</li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    27
			   <li><a href="INF_Editor_addedit_make.html">Add Existing Makefile</a> - adds a smake file to the bottom of the Component list. </li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    28
			   <li><a href="INF_Editor_addedit_mmp.html">Edit</a> - Select a component and click Edit to apply the Tidy attribute or specify the Build as ARM option.</li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    29
			   <li><a href="INF_Editor_file.html">Open</a> - Select a component and click Open to open the component in an editor window.</li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    30
			   <li><strong>Up</strong> - Select a component and click Up to move the component up in the list.</li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    31
			   <li><strong>Down</strong> - Select a component and click Down to move the component down in the list.</li>
3b1331ffa1fe updated INF editor pages
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    32
			   <li><strong>Remove</strong> - Select a component and click Remove to remove the component from the build process.</li>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    33
			 </ul></td></tr><tr valign="top"><td class="Cell">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    34
			 <p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    35
				<b>Test Components</b> 
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    36
			 </p></td><td class="Cell">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    37
			 <p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    38
				Create, import, edit, open, move, or remove MMP and make files that are part of a test build process.</p></td></tr>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    39
   </table>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    40
   <h5>Other references</h5>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    41
	 <ul>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    42
      <li><a href="INF_Editor_addedit_mmp.html">INF Editor - Add/Edit MMP File</a></li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    43
      <li><a href="INF_Editor_addedit_make.html">INF Editor - Add/Edit Make File</a></li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    44
      <li><a href="INF_Editor_exports.html">INF Editor - Exports</a></li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    45
    </ul>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    46
  
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    47
   
1929
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1866
diff changeset
    48
<div id="footer">     Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.<br>
1866
360d93d852be revised branding for welcome icons and splash
fturovic <frank.turovich@nokia.com>
parents: 1786
diff changeset
    49
   License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    50
1866
360d93d852be revised branding for welcome icons and splash
fturovic <frank.turovich@nokia.com>
parents: 1786
diff changeset
    51
</body>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    52
</html>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    53