core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_exports.html
author fturovic <frank.turovich@nokia.com>
Mon, 10 Aug 2009 15:21:12 -0500
changeset 400 9b005a8e6778
parent 0 fb279309251b
child 943 00971b52d4a3
child 1207 e265bbe56eb0
permissions -rw-r--r--
removed duplicate pages, unused images, and fixed links to same

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>INF Editor Exports</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
   <h2>INF Editor - Exports Tab</h2>
   
   <p>
   The INF Editor exports pane lists files to be copied to the indicated destination path and are part of the normal build process. You can add files, edit paths, move files up or down in the list, or remove files from the list.</p>
   <p align="center"><img src="images/inf_editor_exports.png" width="656" height="456" /></p>
   <p align="left" class="figure">Figure 1 - INF Editor - Exports Pane</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>Exports</b></p></td>
       <td class="Cell"><p> Add, edit, arrange order, or remove files that will be part of the build process.</p>
           <ul>
             <li>Add  - Click to add a file to the list of files to be exported as part of the build process.</li>
             <li>Edit - Select a file and click Edit to change the source and destination paths for the file.</li>
             <li>Up - Select a file and click Up to move the file up in the list.</li>
             <li>Down - Select a file and click Down to move the file down in the list.</li>
             <li>Remove - Select a file and click Remove to remove the file from the build process. </li>
         </ul></td>
     </tr>
     <tr valign="top">
       <td class="Cell"><p> <b>Test Exports</b> </p></td>
       <td class="Cell"><p> Add, edit paths, arrange order, or remove files that will be part of the test build process.</p></td>
     </tr>
   </table>
   <p></p>
   <h3>Add Export dialog<a name="addexport" id="addexport"></a></h3>
   <p>Use the Add Export dialog (figure 2) to add a file to be exported to the destination path when the project is built. Options include:</p>
   <ul>
     <li>Source path - Path and name of file to be exported. </li>
     <li>Destination path - Path location where file is to be exported. </li>
     <li>Export is a zip file - Check this option if the export is a zip file and you want to extract it on the destination path. </li>
   </ul>
   <p align="center"><img src="images/inf_editor_addexport.png" width="447" height="229" /></p>
   <p class="figure">Figure 2 - Add Export dialog</p>
   <p></p>
   <h3>Edit Export dialog</h3>
   <p>Use the Edit Export dialog (figure 3) to edit the source and destination path of the selected file. Options include:</p>
   <ul>
     <li>Source path - Path and name of file to be exported. </li>
     <li>Destination path - Path location where file is to be exported. </li>
     <li>Export is a zip file - Check this option if the export is a zip file and you want to extract it on the destination path. </li>
   </ul>
   <p align="center"><img src="images/inf_editor_editexport.png" width="446" height="225" /></p>
   <p align="left" class="figure">Figure 3 - Edit Export dialog</p>
   <p></p>
   <h5>Related references</h5>
	 <ul>
      <li><a href="INF_Editor.html">INF Editor</a></li>
      <li><a href="INF_Editor_file.html">INF Editor - bld.inf</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>