core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html
author fturovic <frank.turovich@nokia.com>
Thu, 11 Feb 2010 16:45:33 -0600
branchRCL_2_4
changeset 943 00971b52d4a3
parent 0 fb279309251b
permissions -rw-r--r--
revised bld.inf pages and images

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>INF Editor</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
   <h2>INF Editor - Overview Tab</h2>
   
   <p>
   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>
<p>
	  The INF Editor is shown when an INF  file is
   opened from the <a href="view_cpp_projects.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>
   <p align="center"><img src="images/inf_editor_overview.png" width="743" height="533" /></p>
   <p align="left" class="figure">Figure 1 - INF Editor</p>
   <p></p>
   <table cellpadding="2" cellspacing="0"
border="0">
<tr valign="top"><th width="173" class="Cell">Name</th><th width="516" class="Cell">Function</th></tr><tr valign="top"><td class="Cell">
		    <p>
			   <b>Components</b></p></td><td class="Cell">
			 <p>
				Add components such as MMP and make files to be part of the normal build process.</p>
			 <ul>
			   <li>Create New MMP File - creates a new  MMP file at the bottom of the Component list.</li>
			   <li>Add Existing MMP File - imports a MMP file at the bottom of the Component list.</li>
			   <li>Add Existing Makefile - adds a make file to the bottom of the Component list. </li>
			   <li>Edit - Select a component and click Edit to apply the Tidy attribute or specify the Build as ARM option.</li>
			   <li>Open - Select a component and click Open to open the component in an editor window.</li>
			   <li>Up - Select a component and click Up to move the component up in the list.</li>
			   <li>Down - Select a component and click Down to move the component down in the list.</li>
			   <li>Remove - Select a component and click Remove to remove the component from the build process.</li>
			 </ul></td></tr><tr valign="top"><td class="Cell">
			 <p>
				<b>Test Components</b> 
			 </p></td><td class="Cell">
			 <p>
				Create, import, edit, open, move, or remove MMP and make files that are part of a test build process.</p></td></tr>
   </table>
   <h5>Other references</h5>
	 <ul>
      <li><a href="INF_Editor_addedit_mmp.html">INF Editor - Add/Edit MMP File</a></li>
      <li><a href="INF_Editor_addedit_make.html">INF Editor - Add/Edit Make File</a></li>
      <li><a href="INF_Editor_exports.html">INF Editor - Exports</a></li>
    </ul>
  
   
<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>

   </body>
</html>