core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor.html
author timkelly
Tue, 30 Jun 2009 10:50:18 -0500
changeset 323 d40e42540f1f
parent 0 fb279309251b
child 943 00971b52d4a3
child 1207 e265bbe56eb0
permissions -rw-r--r--
add documentation and hook up tray dialog for abld deps tracking query (bug 9227)

<!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 INF Editor 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 C/C++ Projects view or Symbian Project Navigator 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="656" height="563" /></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>Add MMP file - Click to add an MMP file to the bottom of the list of components.</li>
			   <li>Add make file - Click to add a make file to the bottom of the list of components. </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>
				Add, edit, open, move, or remove MMP and make files that are part of a test build process.</p></td></tr>
   </table>
	 <p>&nbsp;</p>
	 <h5>Related 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>
      <li><a href="MMP_Editor_sources.html">MMP Editor Sources window</a></li>
      <li><a href="MMP_Editor_libraries.html">MMP Editor Libraries window</a></li>
      <li><a href="MMP_Editor_options.html">MMP Editor Options window</a></li>
      <li><a href="MMP_Editor_mmp_tab.html">MMP File Window</a></li>
    </ul>
  
   
<div id="footer">Copyright &copy; 2009 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>