Added shell.widget feature
authorKeebong <keebong.bahn@samsung.com>
Fri, 19 Apr 2013 00:44:49 +0000 (09:44 +0900)
committerKeebong <keebong.bahn@samsung.com>
Fri, 19 Apr 2013 01:05:28 +0000 (10:05 +0900)
Change-Id: Ie2f6a805fbbee9357bc02f93a08b538cdcc5ca40
Signed-off-by: Keebong <keebong.bahn@samsung.com>
data/capability_emul.conf
data/capability_m0_modem.conf
data/capability_m0_nomodem.conf
gen_multi_priv_pkg.sh

index ce093c1..e6b88c7 100644 (file)
@@ -42,3 +42,4 @@ http://tizen.org/feature/network.telephony.sms
 http://tizen.org/feature/graphics.acceleration
 http://tizen.org/feature/screen.auto_rotation
 http://tizen.org/feature/network.telephony.mms
+http://tizen.org/feature/shell.appwidget
index 64bda44..3b539a5 100644 (file)
@@ -44,3 +44,4 @@ http://tizen.org/feature/screen.auto_rotation
 http://tizen.org/feature/network.telephony
 http://tizen.org/feature/network.telephony.mms
 http://tizen.org/feature/network.telephony.sms.cbs
+http://tizen.org/feature/shell.appwidget
index d785865..4575b47 100644 (file)
@@ -41,3 +41,4 @@ http://tizen.org/feature/screen.coordinate_system.logical.normal
 http://tizen.org/system/build.string=Tizen_Ref.Device-PQ_20130408.1842
 http://tizen.org/feature/graphics.acceleration
 http://tizen.org/feature/screen.auto_rotation
+http://tizen.org/feature/shell.appwidget
index 07de400..a081459 100755 (executable)
@@ -361,6 +361,43 @@ chmod +x ../FtApp-hwon-2package-settinginfo.tpk
 
 sed  -i 's/HwAcceleration="On"/HwAcceleration="Off"/g' ${current_path}/info/manifest.xml
 sed -i /\<Privilege\>/d ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/setting"
+cmd="/<Privileges>$/ a $tmp"
+cmd2="</Privilege>"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/settingmanager.read"
+cmd="/<Privileges>$/ a $tmp"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/settingmanager.wirte"
+cmd="/<Privileges>$/ a $tmp"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+zip -r ../FtApp-3setting-manager-rw.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-3setting-manager-rw.zip ../FtApp-3setting-manager-rw.tpk
+chmod +x ../FtApp-3setting-manager-rw.tpk
+sed  -i 's/HwAcceleration="Off"/HwAcceleration="On"/g' ${current_path}/info/manifest.xml
+zip -r ../FtApp-hwon-3setting-manager-rw.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-hwon-3setting-manager-rw.zip ../FtApp-hwon-3setting-manager-rw.tpk
+chmod +x ../FtApp-hwon-3setting-manager-rw.tpk
+
+sed  -i 's/HwAcceleration="On"/HwAcceleration="Off"/g' ${current_path}/info/manifest.xml
+sed -i /\<Privilege\>/d ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/settingmanager.wirte"
+cmd="/<Privileges>$/ a $tmp"
+cmd2="</Privilege>"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/systemmanager"
+cmd="/<Privileges>$/ a $tmp"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+zip -r ../FtApp-2setting-system-manager.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-2setting-system-manager.zip ../FtApp-2setting-system-manager.tpk
+chmod +x ../FtApp-2setting-system-manager.tpk
+sed  -i 's/HwAcceleration="Off"/HwAcceleration="On"/g' ${current_path}/info/manifest.xml
+zip -r ../FtApp-hwon-2setting-system-manager.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-hwon-2setting-system-manager.zip ../FtApp-hwon-2setting-system-manager.tpk
+chmod +x ../FtApp-hwon-2setting-system-manager.tpk
+
+sed  -i 's/HwAcceleration="On"/HwAcceleration="Off"/g' ${current_path}/info/manifest.xml
+sed -i /\<Privilege\>/d ${current_path}/info/manifest.xml
 tmp="<Privilege>http://tizen.org/privilege/settingmanager.wirte"
 cmd="/<Privileges>$/ a $tmp"
 cmd2="</Privilege>"
@@ -412,6 +449,23 @@ chmod +x ../FtApp-hwon-2settingw-useridentity.tpk
 
 sed  -i 's/HwAcceleration="On"/HwAcceleration="Off"/g' ${current_path}/info/manifest.xml
 sed -i /\<Privilege\>/d ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/system"
+cmd="/<Privileges>$/ a $tmp"
+cmd2="</Privilege>"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+tmp="<Privilege>http://tizen.org/privilege/systemmanager"
+cmd="/<Privileges>$/ a $tmp"
+sed -i "${cmd}${cmd2}" ${current_path}/info/manifest.xml
+zip -r ../FtApp-2system-manager.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-2system-manager.zip ../FtApp-2system-manager.tpk
+chmod +x ../FtApp-2system-manager.tpk
+sed  -i 's/HwAcceleration="Off"/HwAcceleration="On"/g' ${current_path}/info/manifest.xml
+zip -r ../FtApp-hwon-2system-manager.zip bin data info lib res shared author-signature.xml signature1.xml
+mv ../FtApp-hwon-2system-manager.zip ../FtApp-hwon-2system-manager.tpk
+chmod +x ../FtApp-hwon-2system-manager.tpk
+
+sed  -i 's/HwAcceleration="On"/HwAcceleration="Off"/g' ${current_path}/info/manifest.xml
+sed -i /\<Privilege\>/d ${current_path}/info/manifest.xml
 tmp="<Privilege>http://tizen.org/privilege/userprofile.read"
 cmd="/<Privileges>$/ a $tmp"
 cmd2="</Privilege>"