summaryrefslogtreecommitdiff
path: root/tizen-manifest.xml
diff options
context:
space:
mode:
authorRadoslaw Czerski <r.czerski@samsung.com>2016-01-30 13:27:54 +0100
committerRadoslaw Czerski <r.czerski@samsung.com>2016-01-30 13:27:54 +0100
commitcf5ac9c0a70f47d60c53123b29c46f918c39ec8d (patch)
treeb0226419935172eb687d59dcfc2ebd65e7673ef9 /tizen-manifest.xml
parentaa09bed689b89f77255822cdc3964b105611fea7 (diff)
downloadshare-panel-cf5ac9c0a70f47d60c53123b29c46f918c39ec8d.tar.gz
share-panel-cf5ac9c0a70f47d60c53123b29c46f918c39ec8d.tar.bz2
share-panel-cf5ac9c0a70f47d60c53123b29c46f918c39ec8d.zip
Migrate to Tizen SDK 3.0
Change-Id: Ib9399fb9eb2025cd6f126aacd527bcf012d41531 Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
Diffstat (limited to 'tizen-manifest.xml')
-rw-r--r--tizen-manifest.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml
new file mode 100644
index 0000000..b4ede5f
--- /dev/null
+++ b/tizen-manifest.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" install-location="internal-only" package="org.tizen.share-panel" version="1.0.0">
+ <profile name="mobile"/>
+ <ui-application appid="org.tizen.share-panel" exec="share-panel" hw-acceleration="on" launch_mode="group" multiple="false" nodisplay="true" type="capp">
+ <label>share-panel</label>
+ <icon>share-panel.png</icon>
+ <app-control>
+ <mime name="*/*"/>
+ <operation name="http://tizen.org/appcontrol/operation/share"/>
+ </app-control>
+ <app-control>
+ <operation name="http://tizen.org/appcontrol/operation/multi_share"/>
+ <mime name="*/*"/>
+ </app-control>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
+</manifest>