From 5d5f6bd374e55628ab03bd9df5034a7ac0b4600c Mon Sep 17 00:00:00 2001 From: hyunho kang Date: Tue, 4 Aug 2015 10:05:41 +0900 Subject: [PATCH] [manifest text editor] Add hw-acceleration. Change-Id: I06ee14623f20640aa28d789d729ff9c453e07ba8 Signed-off-by: hyunho kang --- .../html/native_tools/manifest_text_editor_n.htm | 61 ++++++++++++++++------ 1 file changed, 45 insertions(+), 16 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm index 8edf2c3..9a8fbde 100644 --- a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm +++ b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm @@ -60,7 +60,8 @@    <author email="email@email.com" href="http://test.com">author</author>    <description>testdescriptions</description>    <description xml:lang="en-gb">testdesc</description> -   <ui-application appid="org.tizen.uiapp" auto-restart="false" exec="uiapp" launch_mode="single" multiple="false" nodisplay="false" on-boot="true" taskmanage="true" type="capp"> +   <ui-application appid="org.tizen.uiapp" auto-restart="false" exec="uiapp" launch_mode="single" multiple="false" nodisplay="false" +                on-boot="true" taskmanage="true" hw-acceleration="default" type="capp">       <label>uiapplication</label>       <label xml:lang="en-gb">testlang</label>       <icon>uiapp.png</icon> @@ -842,20 +843,24 @@ 1 or more (optional) - -

Attributes:

- - - - + + + +

Attributes:

+ + + + +
@@ -901,6 +906,30 @@
+ + + + + + + + + + + +
+ hw-acceleration attribute

Application hardware acceleration.

+

By default, this value is set to default.

+

Expected value:

+
    +
  • default (Depend on system setting)
  • +
  • on (Use hardware acceleration)
  • +
  • off (Do not use hardware acceleration)
  • +
+
+ + +
@@ -968,7 +997,7 @@

For example:

<ui-application appid="org.tizen.uiapp" auto-restart="false" exec="uiapp" launch_mode="single" 
-                multiple="false" nodisplay="false" on-boot="true" taskmanage="true" type="capp">
+                multiple="false" hw-acceleration="default" nodisplay="false" on-boot="true" taskmanage="true" type="capp">
    <label>uiapplication</label>
    <label xml:lang="en-gb">testlang</label>
    <icon>uiapp.png</icon>
-- 
2.7.4