core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_exports.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 Exports</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
   <h2>INF Editor - Exports Tab</h2>
   
   <p>
   The <b>INF Editor Exports</b> pane lists files to be copied to the indicated destination path that 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>
   <h5>Table 1. Export tab &mdash; items</h5>
   <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><a name="addexport" id="addexport"></a>Add Export dialog</h3>
   <p>Click the <b>Add</b> control to open the <b>Add Export</b> dialog (figure 2) to add a file to be exported to the destination path when the project is built.</p>
   <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>
   <h5>Table 2. Add Export &mdash; items</h5>
   <table width="796"
border="0" cellpadding="2" cellspacing="0">
     <tr valign="top">
       <th width="186" class="Cell">Name</th>
       <th width="600" class="Cell">Function</th>
     </tr>
     <tr valign="top">
       <td class="Cell"><p> <b>Source path</b></p></td>
       <td class="Cell"><p>Path and name of file to be exported.</p></td>
     </tr>
     <tr valign="top">
       <td class="Cell"><p><b>Destination path</b> </p></td>
       <td class="Cell"><p>Path location where file is to be exported.</p></td>
     </tr>
     <tr valign="top">
       <td class="Cell"><b>Export is a zip file</b></td>
       <td class="Cell">Check this option if the export is a zip file and you want to extract it on the destination path.</td>
     </tr>
   </table>
   <h3>Edit Export dialog</h3>
   <p>Click the <b>Edit</b> control to open the <b>Edit Export</b> dialog (figure 3) to edit the source and destination path of the selected file.</p>
   <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>
   <h5>Table 3. Edit Export &mdash; items</h5>
	 <table width="796"
border="0" cellpadding="2" cellspacing="0">
       <tr valign="top">
         <th width="186" class="Cell">Name</th>
         <th width="600" class="Cell">Function</th>
       </tr>
       <tr valign="top">
         <td class="Cell"><p> <b>Source path</b></p></td>
         <td class="Cell"><p>Path and name of file to be exported.</p></td>
       </tr>
       <tr valign="top">
         <td class="Cell"><p><b>Destination path</b> </p></td>
         <td class="Cell"><p>Path location where file is to be exported.</p></td>
       </tr>
       <tr valign="top">
         <td class="Cell"><b>Export is a zip file</b></td>
         <td class="Cell">Check this option if the export is a zip file and you want to extract it on the destination path.</td>
       </tr>
     </table>
	 <h5>Other 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>
    </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>