Add metadata-profile.xml 65/273465/8
authorSukhyungKang <shine.kang@samsung.com>
Wed, 6 Apr 2022 05:28:21 +0000 (14:28 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 19 Apr 2022 05:42:00 +0000 (05:42 +0000)
Change-Id: I00d23929bda5f4406f23bc937a767cca4a017c89
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
packaging/metadata-profile.xml [new file with mode: 0644]

diff --git a/packaging/metadata-profile.xml b/packaging/metadata-profile.xml
new file mode 100644 (file)
index 0000000..1700250
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<profile>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/allowedappid" description="allowed application ids">
+        <published>Y</published>
+        <version>1.0</version>
+        <value-description>
+            The service application can allow the application to launch.
+        </value-description>
+        <default-value-description>
+            The value is not defined.
+        </default-value-description>
+        <example description="Add below statement to add appid to allow to launch">
+            <metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.allowedapp"/>
+        </example>
+    </metadata-define>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/aliasappid" description="alias application id">
+        <published>Y</published>
+        <version>1.0</version>
+        <value-description>
+            If the user tries to launch application using alias app id, the real application is launched.
+        </value-description>
+        <default-value-description>
+            The value is not defined.
+        </default-value-description>
+        <example description="Add below statement to add alias app id">
+            <metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.aliasapp"/>
+        </example>
+    </metadata-define>
+    <metadata-define>
+        <key name="http://tizen.org/metadata/on-boot/priority" description="boot priority">
+        <published>Y</published>
+        <version>1.0</version>
+        <value-description>
+            Boot priority for on-boot application.
+            The min value is 1 and the max value is 99.
+        </value-description>
+        <default-value-description>
+            The value is not defined.
+        </default-value-description>
+        <example description="Add below statement to add on-boot priority">
+            <metadata key="http://tizen.org/metadata/on-boot/priority" value="3"/>
+        </example>
+    </metadata-define>
+</profile>