additional TOC changes and page editing
authorfturovic <frank.turovich@nokia.com>
Fri, 24 Sep 2010 13:12:07 -0500
changeset 2103 4036e1c78a68
parent 2102 f54753dc7b54
child 2104 1fd0260c12b3
additional TOC changes and page editing
core/com.nokia.carbide.cpp.doc.user/html/reference/ROM_build_settings.html
core/com.nokia.carbide.cpp.doc.user/html/reference/reference.htm
core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/ROM_build_settings.html	Fri Sep 24 12:50:36 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/ROM_build_settings.html	Fri Sep 24 13:12:07 2010 -0500
@@ -1,42 +1,42 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
-<title>ROM Builder pane</title>
-<link rel="StyleSheet" href="../../book.css" type="text/css"/>
-<meta name="keywords" content="ROM Builder" >
-</head>
-   <body>
-   <h2>ROM Builder pane </h2>
-   <p>Use the <b>ROM Builder</b> pane to specify commands and a working directory for building a GUI ROM Image. The tool used to build GUI ROM images is called buildrom and can typically be found in your SDK path, for example in the <span class="code">\Symbian\9.1\S60_3rd\Epoc32\tools</span> directory. The tool used to build text shell images is called ROM. The ROM image generated from the ROM building process specifies a base address for the image to run at. This might be an address in RAM or ROM. The image must be downloaded to the device at this address.</p>
-   <p>Building a ROM requires that the following are available, or have been successfully created:</p>
-   <ul>
-     <li> Symbian OS components making up a set of releasables</li>
-     <li> a Bootstrap binary image</li>
-     <li> a text file specifying how the ROM image is to be built.</li>
-   </ul>
-   <p>Rom build assembles executable and data files into a ROM image.</p>
-   <p>Executables are pre-processed, relocated, and have their imports and exports bound for a ROM image based at some given virtual address. The files, base address of the ROM, and various other parameters are specified by means of the obey file. This is a file of type .oby and is a text file containing statements that specify how the ROM image is to be built. A .oby file can include other files in the same way that files containing C++ source can #include other C++ files. By convention, the included files have the .iby file type. This structure allows flexibility in the way that ROM images are defined.</p>
-   <p class="note"><b>NOTE</b> The ROM image will be rebuilt for any target whenever a change to the project occurs; except for WINSCW targets.</p>
-   <p align="center"><img src="images/rom_build.png" width="558" height="203" /></p>
-   <p align="center" class="figure">Figure 1. ROM Builder pane </p>
-   <h5>Table 1. ROM Build Settings &mdash;items</h5>
-   <table cellpadding="2" cellspacing="0"
-border="0">
-	 <tr valign="top"><th width="221" class="Cell">Name</th><th width="558" class="Cell">Function</th></tr>
-         <tr valign="top">
-           <td class="Cell"><b>ROM Build Command Line</b></td>
-           <td class="Cell"><p>Enter commands to build the GUI ROM Image. For example, the following sample command  is used for building a techview
-             rom image for a H4 reference board.</p>
-             <p class="code">buildrom -D_FULL_DEBUG -DRVCT -DSTOP_MODE_DEBUGGING -D_EABI=ARMV5 h4hrp techview -oh4.img</p></td>
-        </tr>
-         <tr valign="top">
-           <td class="Cell"><b>Working Directory</b></td>
-           <td class="Cell"><p>Specify the working directory for building the ROM Image. Typically, the working directory is the folder where you need to have your rom image built.
-Note that your sdk and working directory should be on
-the same drive, otherwise some of the rombuild scripts will fail.</p>
-           </td>
-     </tr>
-   </table>
-	 <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>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
+<title>ROM Builder pane</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/>
+<meta name="keywords" content="ROM Builder" >
+</head>
+   <body>
+   <h2>ROM Builder pane </h2>
+   <p>Use the <b>ROM Builder</b> pane to specify commands and a working directory for building a GUI ROM Image. The tool used to build GUI ROM images is called buildrom and can typically be found in your SDK path, for example in the <span class="code">\Symbian\9.4\S60_5rd\Epoc32\tools</span> directory. The tool used to build text shell images is called ROM. The ROM image generated from the ROM build process specifies a base address for the image to run at. This might be an address in RAM or ROM. The image must be downloaded to the device at this address.</p>
+   <p>Building a ROM requires that the following are available, or have been successfully created:</p>
+   <ul>
+     <li> Symbian OS components making up a set of releasables</li>
+     <li> a Bootstrap binary image</li>
+     <li> a text file specifying how the ROM image is to be built.</li>
+   </ul>
+   <p>Rom build assembles executable and data files into a ROM image.</p>
+   <p>Executables are pre-processed, relocated, and have their imports and exports bound for a ROM image based at some given virtual address. The files, base address of the ROM, and various other parameters are specified by means of the obey file. This is a file of type .oby and is a text file containing statements that specify how the ROM image is to be built. A .oby file can include other files in the same way that files containing C++ source can #include other C++ files. By convention, the included files have the .iby file type. This structure allows flexibility in the way that ROM images are defined.</p>
+   <p class="note"><b>NOTE</b> The ROM image will be rebuilt for any target whenever a change to the project occurs; except for WINSCW targets.</p>
+   <p align="center"><img src="images/rom_build.png" width="558" height="203" /></p>
+   <p align="center" class="figure">Figure 1. ROM Builder pane </p>
+   <h5>Table 1. ROM Build Settings &mdash;items</h5>
+   <table cellpadding="2" cellspacing="0"
+border="0">
+	 <tr valign="top"><th width="221" class="Cell">Name</th><th width="558" class="Cell">Function</th></tr>
+         <tr valign="top">
+           <td class="Cell"><b>ROM Build Command Line</b></td>
+           <td class="Cell"><p>Enter commands to build the GUI ROM Image. For example, the following sample command  is used for building a techview
+             rom image for a H4 reference board.</p>
+             <p class="code">buildrom -D_FULL_DEBUG -DRVCT -DSTOP_MODE_DEBUGGING -D_EABI=ARMV5 h4hrp techview -oh4.img</p></td>
+        </tr>
+         <tr valign="top">
+           <td class="Cell"><b>Working Directory</b></td>
+           <td class="Cell"><p>Specify the working directory for building the ROM Image. Typically, the working directory is the folder where you need to have your rom image built.
+Note that your sdk and working directory should be on
+the same drive, otherwise some of the rombuild scripts will fail.</p>
+           </td>
+     </tr>
+   </table>
+	 <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>
    
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/reference.htm	Fri Sep 24 12:50:36 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/reference.htm	Fri Sep 24 13:12:07 2010 -0500
@@ -11,9 +11,39 @@
 <h2>Reference</h2>
 <p>  This section provides reference information on the Carbide IDE including:</p>
 <ul>
-  <li><a href="debugger_settings.htm">Debugger settings</a> &mdash; shows the Carbide debugger setting panels used to control debug sessions </li>
-  <li><a href="view_expressions.htm">Expression views</a> &mdash; shows how to work with expressions in a debugging session</li>
-  <li><a href="view_variables.htm">Variable views</a> &mdash; shows how to work with variables in a debugging session</li>
+    <li><a href="INF_Editor.html">INF Editor</a></li>
+    <li><a href="MMP_Editor.html">MMP Editor</a></li>
+    <li>Preference Panels
+        <ul>
+            <li><a href="pref_carb_build.htm">Build</a></li>
+            <li><a href="../tasks/sdks/sdk_platform_filter.htm">Build Configuration Filtering</a></li>
+            <li><a href="pref_carb_cpp.htm">Carbide.c++</a></li>
+            <li><a href="pref_carb_debugger.htm">Carbide.c++ Debugger</a></li>
+            <li><a href="pref_carb_diagnostic_logs.htm">Diagnostic Logs</a></li>
+            <li><a href="trk/panel_filter.htm">Launch Configurations</a></li>
+            <li><a href="pref_carb_preprocess.htm">Preprocess</a></li>
+            <li><a href="pref_carb_symbian_sdk.htm">Symbian SDKs</a></li>
+        </ul>
+    </li>
+    <li>Views
+        <ul>
+            <li><a href="view_breakpoints.htm">Breakpoints</a></li>
+            <li><a href="view_carbide_portal.htm">Carbide.c++ Portal</a></li>
+            <li><a href="view_console.htm">Console</a></li>
+            <li><a href="../debugger/debug/viewing_debug.htm">Debug</a></li>
+            <li><a href="view_disassembly.htm">Disassembly</a></li>
+            <li><a href="view_executables.htm">Executables</a></li>
+            <li><a href="view_expressions.htm">Expressions</a></li>
+            <li><a href="view_memory.htm">Memory</a></li>
+            <li><a href="view_module.htm">Modules</a></li>
+            <li><a href="view_proj_explorer.htm">Project Explorer</a></li>
+            <li><a href="view_registers.htm">Registers</a></li>
+            <li><a href="trk/view_remote_connection.htm">Remote Connections</a></li>
+            <li><a href="view_signals.htm">Signals</a></li>
+            <li><a href="view_symbian_kernel.htm">Symbian OS Data</a></li>
+            <li><a href="view_variables.htm">Variables</a></li>
+        </ul>
+    </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>
 
--- a/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml	Fri Sep 24 12:50:36 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/tocCarbide.xml	Fri Sep 24 13:12:07 2010 -0500
@@ -105,15 +105,16 @@
     <topic label="Symbian Build System (SBSv2)" 			href="html/concepts/sbsv2.htm" />
     <topic label="Carbide.c++ preferences" 				href="html/reference/pref_carb_cpp.htm" >
       <topic label="Build"								href="html/reference/pref_carb_build.htm" />
-      <topic label="Debugger"							href="html/reference/pref_carb_debugger.htm" />
-      <topic label="Diagnostic Logs"          			href="html/reference/pref_carb_diagnostic_logs.htm" />
-      <topic label="Preprocess"							href="html/reference/pref_carb_preprocess.htm" />
       <topic label="Build Configuration Filtering"		href="html/tasks/sdks/sdk_platform_filter.htm" />
-      <topic label="Symbian SDKs"						href="html/reference/pref_carb_symbian_sdk.htm" />
       <topic label="Code Styles"						href="html/reference/pref_cpp_code_style.htm" >
         <topic label="Setting the Workspace Code Style"	href="html/tasks/code_style_workspace.htm" />
         <topic label="Reformatting a Source File"		href="html/tasks/code_style_reformatting_sources.htm" />
       </topic>
+      <topic label="Debugger"							href="html/reference/pref_carb_debugger.htm" />
+      <topic label="Diagnostic Logs"          			href="html/reference/pref_carb_diagnostic_logs.htm" />
+      <topic label="Launch Configurations"				href="html/reference/trk/panel_filter.htm" />
+      <topic label="Preprocess"							href="html/reference/pref_carb_preprocess.htm" />
+      <topic label="Symbian SDKs"						href="html/reference/pref_carb_symbian_sdk.htm" />
     </topic>
     <topic label="Working with SDKs"					href="html/tasks/WorkingwithSDKs.html" >
       <topic label="Symbian SDKs"						href="html/reference/pref_carb_symbian_sdk.htm" />
@@ -239,13 +240,13 @@
       <topic href="html/debugger/debug/cmds_reposition_pc.htm" label="Reposition the program counter"></topic>
     </topic>
     
-    <topic href="html/reference/trk/wnd_on_device_setup.htm" label="On-Device Connections" >
-      <topic href="html/reference/trk/wnd_new_connection_wizard.htm" label="Setup Connection" />
-      <topic href="html/reference/trk/wnd_on_device_check_tab.htm" label="Test Connections" />
-      <topic href="html/reference/trk/wnd_new_conn_install_tab.htm" label="Install Remote Agents" />
+    <topic href="html/reference/trk/wnd_on_device_setup.htm" 			label="On-Device Connections" >
+      <topic href="html/reference/trk/wnd_new_connection_wizard.htm" 	label="Setup Connection" />
+      <topic href="html/reference/trk/wnd_on_device_check_tab.htm" 		label="Test Connections" />
+      <topic href="html/reference/trk/wnd_new_conn_install_tab.htm" 	label="Install Remote Agents" />
       <topic label="Remote Connections view"			href="html/reference/trk/view_remote_connection.htm" />
-      <topic href="html/reference/trk/exporting_remote_conns.htm" label="Exporting remote connections"></topic>
-      <topic href="html/reference/trk/importing_remote_conns.htm" label="Importing remote connections"></topic>
+      <topic href="html/reference/trk/exporting_remote_conns.htm" 		label="Exporting remote connections"></topic>
+      <topic href="html/reference/trk/importing_remote_conns.htm" 		label="Importing remote connections"></topic>
     </topic>
 	
 	<!--
@@ -280,14 +281,13 @@
       <topic href="html/reference/view_sym_os_data_overview.htm" label="Symbian OS Data View"></topic>
         
     
-    <topic label="Stop mode projects" 				href="html/tasks/StopModeToc.htm">
-      <topic label="On-Device Debugging Preconditions" 		href="html/tasks/debugger/stop_mode_debug_precond.htm" />
-      <topic label="Stop Mode Debug Examples"  >
-        <topic label="Stop Mode Debug Example" 			href="html/tasks/debugger/stop_mode_debug.htm" />
-      </topic>
-      <topic label="Building a ROM Image File"            href="html/reference/ROM_build_settings.html" />
-      <topic label="Toggle HW Breakpoint"           		href="html/reference/menus/hardware_breakpoints.htm" />
+    <topic label="Stop mode projects" 					href="html/tasks/StopModeToc.htm">
+      <topic label="On-Device Debugging Preconditions" 	href="html/tasks/debugger/stop_mode_debug_precond.htm" />
+      <topic label="Stop Mode Debug Example" 			href="html/tasks/debugger/stop_mode_debug.htm" />
+      <topic label="Building a ROM Image File"          href="html/reference/ROM_build_settings.html" />
+      <topic label="Toggle HW Breakpoint"           	href="html/reference/menus/hardware_breakpoints.htm" />
     </topic>
+	
     <topic href="html/debugger/breakpoints/breakpoints.htm" label="Breakpoints">
       <topic label="Viewing breakpoints" href="html/debugger/breakpoints/viewing_breakpoints.htm" />
       <topic label="Breakpoint status indicators" href="html/debugger/breakpoints/resolving_breakpoints.htm" />