added missing hw-acceleration and process-pool atribute into manifests 96/69296/1 submit/tizen_mobile/20160512.132943
authorAndrey Klimenko <and.klimenko@samsung.com>
Thu, 12 May 2016 11:43:58 +0000 (14:43 +0300)
committerAndrey Klimenko <and.klimenko@samsung.com>
Thu, 12 May 2016 11:43:58 +0000 (14:43 +0300)
Change-Id: If6f7e9eb674667511084e3c61fd26478b7649b93
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
org.tizen.wallpaper-ui-service.xml
tizen-manifest.xml

index fc5fa57..8241984 100644 (file)
@@ -3,7 +3,7 @@
        <label>Wallpapers</label>\r
        <author email="sung1103.park@samsung.com" href="www.samsung.com">Sung park</author>\r
        <description>Wallpapers</description>\r
-       <ui-application appid="org.tizen.wallpaper-ui-service" exec="/usr/apps/org.tizen.wallpaper-ui-service/bin/wallpaper-ui-service" launch_mode="group" nodisplay="true" multiple="false" type="capp" taskmanage="false" process-pool="true">\r
+       <ui-application appid="org.tizen.wallpaper-ui-service" exec="/usr/apps/org.tizen.wallpaper-ui-service/bin/wallpaper-ui-service" launch_mode="group" nodisplay="true" multiple="false" type="capp" taskmanage="false" process-pool="true" hw-acceleration="on">\r
                <label>Wallpapers</label>\r
                <label xml:lang="as-in">ৱালপেপাৰসমূহ</label>\r
                <label xml:lang="bn-in">ওয়ালপেপারগুলি</label>\r
index 565fd06..bf3e123 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.tizen.wallpaper-ui-service" version="1.0.0">
     <profile name="mobile"/>
-    <ui-application appid="org.tizen.wallpaper-ui-service" exec="wallpaper-ui-service" launch_mode="group" multiple="false" nodisplay="true" taskmanage="false" type="capp">
+    <ui-application appid="org.tizen.wallpaper-ui-service" exec="wallpaper-ui-service" hw-acceleration="on" launch_mode="group" multiple="false" nodisplay="true" taskmanage="false" type="capp" process-pool="true">
         <label>Wallpapers</label>
         <label xml:lang="as-in">ৱালপেপাৰসমূহ</label>
         <label xml:lang="bn-in">ওয়ালপেপারগুলি</label>
@@ -23,9 +23,9 @@
     </ui-application>
     <privileges>
         <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
+        <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
         <privilege>http://tizen.org/privilege/mediastorage</privilege>
         <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
         <privilege>http://tizen.org/privilege/externalstorage</privilege>
-        <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
     </privileges>
 </manifest>