emulator: modify HDS sections
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 5 Jun 2015 08:04:34 +0000 (17:04 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Mon, 8 Jun 2015 02:25:40 +0000 (11:25 +0900)
New HDS feature has applied. So I change the descriptions about it.

Change-Id: I2f6fd604064210041ac66291e425b308ee8d3d95
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
org.tizen.devtools/html/common_tools/emulator.htm
org.tizen.devtools/html/common_tools/emulator_features.htm

index 2bfe6fd..900f1fd 100644 (file)
@@ -927,12 +927,12 @@ $egrep -c &#39;(vmx|svm)&#39; /proc/cpuinfo</pre>
  </tr>
  <tr>
  <td rowspan="3"><span style="font-family: Courier New,Courier,monospace">hds</span></td>
- <td><span style="font-family: Courier New,Courier,monospace">hds mount &lt;path&gt;</span></td>
- <td>Enable the host directory sharing feature with the specified host path to <span style="font-family: Courier New,Courier,monospace">/mnt/hosts</span> in the Emulator. The specified path must be a folder, not a file.</td>
+ <td><span style="font-family: Courier New,Courier,monospace">hds mount &lt;host path&gt; &lt;guest path&gt;</span></td>
+ <td>Enable the host directory sharing feature between the specified &lt;host path&gt; and Emulator's &lt;guest path&gt;. The specified path must be a folder, not a file.</td>
  </tr>
  <tr>
- <td><span style="font-family: Courier New,Courier,monospace">hds unmount</span></td>
- <td>Unmount the mounted host directory sharing path.</td>
+ <td><span style="font-family: Courier New,Courier,monospace">hds unmount &lt;id&gt;</span></td>
+ <td>Unmount the mounted host directory sharing path. The <span style="font-family: Courier New,Courier,monospace">id</span> is a HDS id and you can get it by <span style="font-family: Courier New,Courier,monospace">hds status</span>.</td>
  </tr>
  <tr>
  <td><span style="font-family: Courier New,Courier,monospace">hds status</span></td>
index 563c65f..37bb6c6 100644 (file)
@@ -100,13 +100,13 @@ style="display: block; text-align: center; margin-left: auto; margin-right: auto
 
 <h2 id="file" name="file">Sharing a Directory</h2>
 
-<p>You are able to share a directory between Emulator and your computer. The host machine&#39;s directory is shown as <span style="font-family: Courier New,Courier,monospace">/mnt/host</span> in the Emulator.</p>
+<p>You are able to share a directory between Emulator and your computer.</p>
 
 <ol>
 <li>Run the Emulator Manager and click <strong>Create New</strong> or <strong>Modify</strong>.</li>
 <li>In the <strong>File Sharing</strong> section of the VM property, enable the <strong>Sharing</strong> button and select a directory to share.</li>
-<li>Start the Emulator.
-</li>
+<li>Start the Emulator.</li>
+<li>The host machine&#39;s directory is shown as <span style="font-family: Courier New,Courier,monospace">/mnt/host</span> in the Emulator.</li>
 </ol>
 
 <p>You can also add a shared directory in the Emulator Control Panel:</p>
@@ -115,7 +115,7 @@ style="display: block; text-align: center; margin-left: auto; margin-right: auto
 <li>Start the Emulator.</li>
 <li>Right-click the Emulator and select <strong>Control Panel</strong> .</li>
 <li>Move to the <strong>Host Directory Sharing</strong> tab.</li>
-<li>Mount or unmount the host machine directory.</li>
+<li>Add or remove the host machine directory.</li>
 </ol>
 
   <table class="note">
@@ -124,7 +124,7 @@ style="display: block; text-align: center; margin-left: auto; margin-right: auto
       <th class="note">Note</th>
     </tr>
     <tr>
-      <td class="note">You must have a read/write permission for the directory you want to share. You can share only one directory.</td>
+      <td class="note">You must have a read/write permission for the directory you want to share.</td>
     </tr>
   </tbody>
 </table>
@@ -1016,4 +1016,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>