[manifest text editor] Add hw-acceleration.
authorhyunho kang <hhstark.kang@samsung.com>
Tue, 4 Aug 2015 01:05:41 +0000 (10:05 +0900)
committerhyunho kang <hhstark.kang@samsung.com>
Tue, 4 Aug 2015 01:05:41 +0000 (10:05 +0900)
Change-Id: I06ee14623f20640aa28d789d729ff9c453e07ba8
Signed-off-by: hyunho kang <hhstark.kang@samsung.com>
org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm

index 8edf2c3..9a8fbde 100644 (file)
@@ -60,7 +60,8 @@
 &nbsp;&nbsp;&nbsp;&lt;author email=&quot;email@email.com&quot; href=&quot;http://test.com&quot;&gt;author&lt;/author&gt;
 &nbsp;&nbsp;&nbsp;&lt;description&gt;testdescriptions&lt;/description&gt;
 &nbsp;&nbsp;&nbsp;&lt;description xml:lang=&quot;en-gb&quot;&gt;testdesc&lt;/description&gt;
-&nbsp;&nbsp;&nbsp;&lt;ui-application appid=&quot;org.tizen.uiapp&quot; auto-restart=&quot;false&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot; multiple=&quot;false&quot; nodisplay=&quot;false&quot; on-boot=&quot;true&quot; taskmanage=&quot;true&quot; type=&quot;capp&quot;&gt;
+&nbsp;&nbsp;&nbsp;&lt;ui-application appid=&quot;org.tizen.uiapp&quot; auto-restart=&quot;false&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot; multiple=&quot;false&quot; nodisplay=&quot;false&quot;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on-boot=&quot;true&quot; taskmanage=&quot;true&quot; hw-acceleration=&quot;default&quot; type=&quot;capp&quot;&gt;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;label&gt;uiapplication&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlang&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;icon&gt;uiapp.png&lt;/icon&gt;
        <td>1 or more (optional)</td> 
        </tr>
 
-</tbody></table>
-<p><strong>Attributes:</strong> </p>      
-         <ul>
-<li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_appid">appid</a></span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_exec">exec</a></span></li> 
-          <li><span style="font-family: Courier New,Courier,monospace"><a href="#launch_mode">launch_mode</a></span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_multiple">multiple</a></span></li> 
-          <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_nodisplay">nodisplay</a></span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_taskmanage">taskmanage</a></span></li>
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_type">type</a></span></li>
-      </ul>
-</td> 
-    </tr>
-</tbody></table>
+
+               </tbody>
+               </table>
+       <p><strong>Attributes:</strong> </p>
+       <ul>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_appid">appid</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_exec">exec</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#launch_mode">launch_mode</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#hw-acceleration">hw-acceleration</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_multiple">multiple</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_nodisplay">nodisplay</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_taskmanage">taskmanage</a></span></li>
+               <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_type">type</a></span></li>
+       </ul>
+</td>
+</tr>
+  </tbody></table>
+
 <table border="1" id="ui_appid"><tbody>
 <tr>
 <th style="text-align:left;margin-left:auto;margin-right:auto;">
 </td> 
     </tr>
 </tbody></table>
+
+
+       <table border="1" id="hw-acceleration">
+               <tbody>
+               <tr>
+                       <th style="text-align:left;margin-left:auto;margin-right:auto;">
+                               <span style="font-family: Courier New,Courier,monospace">hw-acceleration</span> attribute</th>
+               </tr>
+               <tr>
+                       <td> <p>Application hardware acceleration.</p>
+                               <p>By default, this value is set to <span style="font-family: Courier New,Courier,monospace">default</span>.</p>
+                               <p><strong>Expected value:</strong> </p>
+                               <ul>
+                                       <li><span style="font-family: Courier New,Courier,monospace">default</span> (Depend on system setting)</li>
+                                       <li><span style="font-family: Courier New,Courier,monospace">on</span> (Use hardware acceleration)</li>
+                                       <li><span style="font-family: Courier New,Courier,monospace">off</span> (Do not use hardware acceleration)</li>
+                               </ul>
+                       </td>
+               </tr>
+               </tbody>
+       </table>
+
+
+
 <table border="1" id="ui_multiple"><tbody>
 <tr>
 <th style="text-align:left;margin-left:auto;margin-right:auto;">
 
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">&lt;ui-application appid=&quot;org.tizen.uiapp&quot; auto-restart=&quot;false&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot; 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;multiple=&quot;false&quot; nodisplay=&quot;false&quot; on-boot=&quot;true&quot; taskmanage=&quot;true&quot; type=&quot;capp&quot;&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;multiple=&quot;false&quot; hw-acceleration=&quot;default&quot; nodisplay=&quot;false&quot; on-boot=&quot;true&quot; taskmanage=&quot;true&quot; type=&quot;capp&quot;&gt;
 &nbsp;&nbsp;&nbsp;&lt;label&gt;uiapplication&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlang&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&lt;icon&gt;uiapp.png&lt;/icon&gt;