core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html
author fturovic <frank.turovich@nokia.com>
Wed, 21 Jul 2010 13:50:58 -0500
changeset 1658 2a5c0df13bad
parent 1507 30441fd93226
child 1786 3b1331ffa1fe
permissions -rw-r--r--
renamed files for consistency in naming
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>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
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 .INF file. You can view the .inf file by selecting the bld.inf tab located along the bottom of the INF editor.</p>
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>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
   <p align="center"><img src="images/inf_editor_overview.png" width="656" height="563" /></p>
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>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    25
			   <li>Create New MMP File - creates a new  MMP file at the bottom of the Component list.</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    26
			   <li>Add Existing MMP File - imports a MMP file at the bottom of the Component list.</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    27
			   <li>Add Existing Makefile - adds a make file to the bottom of the Component list. </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    28
			   <li>Edit - Select a component and click Edit to apply the Tidy attribute or specify the Build as ARM option.</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    29
			   <li>Open - Select a component and click Open to open the component in an editor window.</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    30
			   <li>Up - Select a component and click Up to move the component up in the list.</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    31
			   <li>Down - Select a component and click Down to move the component down in the list.</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    32
			   <li>Remove - Select a component and click Remove to remove the component from the build process.</li>
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
   
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    48
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    49
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    50
   </body>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    51
</html>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    52