[Non-ACR][Tizen.Applications] Add background categories 92/240492/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 7 Aug 2020 01:34:14 +0000 (10:34 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 7 Aug 2020 01:34:44 +0000 (10:34 +0900)
To avoid frozen state, background categories are needed.

Change-Id: I5725caf7deaefb231d84e9c6ddf5056e7a636e46
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
22 files changed:
tct-suite-vs/Tizen.Alarm.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Alarm.UI.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.EventManager.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.MessagePort.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.Preference.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.RPCPort.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.Service.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Applications.UI.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Badge.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.ComponentBased.Default.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.ComponentBased.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.DataControl.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.MediaKey.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Mime.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.NotificationEventListener.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Notifications.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Packagemanager.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.RemoteView.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Shortcut.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.WidgetApplication.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.WidgetControl.Tests/tizen-manifest.xml

index 040d1d1a990c9135652a80993688fa7d8cf9c431..b1a55b1d9bc290ccea915d3729b9100ac6cc72dd 100755 (executable)
@@ -1,15 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="Tizen.Alarm.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
-    <profile name="common" />
-    <service-application appid="Tizen.Alarm.Tests" exec="Tizen.Alarm.Tests.dll" type="dotnet">
-        <icon>Tizen.Alarm.Tests.png</icon>
-        <label>Tizen.Alarm.Tests</label>
-    </service-application>
-    <shortcut-list />
-    <privileges>
-        <privilege>http://tizen.org/privilege/alarm.set</privilege>
-        <privilege>http://tizen.org/privilege/alarm.get</privilege>
-        <privilege>http://tizen.org/privilege/notification</privilege>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+  <profile name="common" />
+  <service-application appid="Tizen.Alarm.Tests" exec="Tizen.Alarm.Tests.dll" type="dotnet">
+    <icon>Tizen.Alarm.Tests.png</icon>
+    <label>Tizen.Alarm.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </service-application>
+  <shortcut-list />
+  <privileges>
+    <privilege>http://tizen.org/privilege/alarm.set</privilege>
+    <privilege>http://tizen.org/privilege/alarm.get</privilege>
+    <privilege>http://tizen.org/privilege/notification</privilege>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index 7b62893b68e852ff9d0c10fd4b765f1d64cb317f..d5ae1d1f7dbd19d6ff93761493e8aaa720a18b01 100755 (executable)
@@ -1,18 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="Tizen.Alarm.UI.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
-    <profile name="common" />
-    <ui-application appid="Tizen.Alarm.UI.Tests" exec="Tizen.Alarm.UI.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
-        <icon>Tizen.Alarm.UI.Tests.png</icon>
-        <label>Tizen.Alarm.UI.Tests</label>
-        <splash-screens />
-    </ui-application>
-    <shortcut-list />
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-        <privilege>http://tizen.org/privilege/alarm.get</privilege>
-        <privilege>http://tizen.org/privilege/alarm.set</privilege>
-        <privilege>http://tizen.org/privilege/notification</privilege>
-    </privileges>
-    <dependencies />
-    <provides-appdefined-privileges />
+  <profile name="common" />
+  <ui-application appid="Tizen.Alarm.UI.Tests" exec="Tizen.Alarm.UI.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
+    <icon>Tizen.Alarm.UI.Tests.png</icon>
+    <label>Tizen.Alarm.UI.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <shortcut-list />
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+    <privilege>http://tizen.org/privilege/alarm.get</privilege>
+    <privilege>http://tizen.org/privilege/alarm.set</privilege>
+    <privilege>http://tizen.org/privilege/notification</privilege>
+  </privileges>
+  <dependencies />
+  <provides-appdefined-privileges />
 </manifest>
index 19ee5a48acce26c3b77226e2886b500511819e89..75c3e9faef662a3c90c873088765f9c674f897b4 100755 (executable)
@@ -1,16 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="Tizen.Applications.ComponentBased.ComponentManager.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
-    <profile name="common" />
-    <ui-application appid="Tizen.Applications.ComponentBased.ComponentManager.Tests" exec="Tizen.Applications.ComponentBased.ComponentManager.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
-        <icon>Tizen.Applications.ComponentBased.ComponentManager.Tests.png</icon>
-        <label>Tizen.Applications.ComponentBased.ComponentManager.Tests</label>
-        <splash-screens />
-    </ui-application>
-    <shortcut-list />
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-        <privilege>http://tizen.org/privilege/appmanager.kill.bgapp</privilege>
-        <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
-    </privileges>
-    <provides-appdefined-privileges />
+  <profile name="common" />
+  <ui-application appid="Tizen.Applications.ComponentBased.ComponentManager.Tests" exec="Tizen.Applications.ComponentBased.ComponentManager.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
+    <icon>Tizen.Applications.ComponentBased.ComponentManager.Tests.png</icon>
+    <label>Tizen.Applications.ComponentBased.ComponentManager.Tests</label>
+  </ui-application>
+  <shortcut-list />
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+    <privilege>http://tizen.org/privilege/appmanager.kill.bgapp</privilege>
+    <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
+  </privileges>
+  <provides-appdefined-privileges />
 </manifest>
index ef8af55b4d12f8451a8a3d513d4238d2fe1b48a7..86d77c79e129aeef44583432508f704c4a6494fc 100755 (executable)
@@ -1,19 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="Tizen.Applications.EventManager.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
-    <profile name="common" />
-    <service-application appid="Tizen.Applications.EventManager.Tests" exec="Tizen.Applications.EventManager.Tests.dll" type="dotnet">
-        <icon>Tizen.ApplicationEvents.Tests.png</icon>
-        <label>Tizen.Applications.EventManager.Tests</label>
-        <background-category value="iot-communication" />
-        <background-category value="location" />
-        <background-category value="media" />
-        <background-category value="sensor" />
-    </service-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-        <privilege>http://tizen.org/privilege/display</privilege>
-        <privilege>http://tizen.org/privilege/network.get</privilege>
-        <privilege>http://tizen.org/privilege/message.read</privilege>
-    </privileges>
-    <provides-appdefined-privileges />
+  <profile name="common" />
+  <service-application appid="Tizen.Applications.EventManager.Tests" exec="Tizen.Applications.EventManager.Tests.dll" type="dotnet">
+    <icon>Tizen.ApplicationEvents.Tests.png</icon>
+    <label>Tizen.Applications.EventManager.Tests</label>
+  </service-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+    <privilege>http://tizen.org/privilege/display</privilege>
+    <privilege>http://tizen.org/privilege/network.get</privilege>
+    <privilege>http://tizen.org/privilege/message.read</privilege>
+  </privileges>
+  <provides-appdefined-privileges />
 </manifest>
index 471ae80c7039f40464e4f3bb3feaa916736b9458..733dfabcf3d14f4c1d6ac2bb1ef5d21c9a3477c1 100755 (executable)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.MessagePort.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.Applications.MessagePort.Tests"
-                    exec="Tizen.Applications.MessagePort.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.Applications.MessagePort.Tests" exec="Tizen.Applications.MessagePort.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.Applications.MessagePort.Tests.png</icon>
     <label>Tizen.Applications.MessagePort.Tests</label>
-    </ui-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index 85578fcb2c408da82d668e3f2be4785c57dbb935..6489fe959a295a45971aeed931e2a468178279a1 100755 (executable)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.Preference.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.Applications.Preference.Tests"
-                    exec="Tizen.Applications.Preference.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.Applications.Preference.Tests" exec="Tizen.Applications.Preference.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.Applications.Preference.Tests.png</icon>
     <label>Tizen.Applications.Preference.Tests</label>
-    </ui-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index 17b179b4522117201cb405f6de13a881744e43d7..dd8b7e465f5659105b78e0b219a71ed9bfeef29a 100755 (executable)
@@ -1,16 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="Tizen.Applications.RPCPort.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
-    <profile name="common" />
-    <ui-application appid="Tizen.Applications.RPCPort.Tests" exec="Tizen.Applications.RPCPort.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
-        <icon>Tizen.Applications.RPCPort.Tests.png</icon>
-        <label>Tizen.Applications.RPCPort.Tests</label>
-        <splash-screens />
-    </ui-application>
-    <shortcut-list />
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-        <privilege>http://tizen.org/privilege/datasharing</privilege>
-    </privileges>
-    <dependencies />
-    <provides-appdefined-privileges />
+  <profile name="common" />
+  <ui-application appid="Tizen.Applications.RPCPort.Tests" exec="Tizen.Applications.RPCPort.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
+    <icon>Tizen.Applications.RPCPort.Tests.png</icon>
+    <label>Tizen.Applications.RPCPort.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <shortcut-list />
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+    <privilege>http://tizen.org/privilege/datasharing</privilege>
+  </privileges>
+  <dependencies />
+  <provides-appdefined-privileges />
 </manifest>
index 4696084567f088d1e06b95a96d10bdb8dfb608c1..e3ae22c79d1e694fddfb38da52359616a7401452 100755 (executable)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.Service.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.Applications.Service.Tests"
-                    exec="Tizen.Applications.Service.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.Applications.Service.Tests" exec="Tizen.Applications.Service.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.Applications.Service.Tests.png</icon>
     <label>Tizen.Applications.Service.Tests</label>
-    </ui-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index 661608abf25b406cf4de51edfaaa7b1e4eb1fb40..059bbcf7ee04a89ac258ce169d9bb2ef102babbe 100755 (executable)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.UI.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.Applications.UI.Tests"
-                    exec="Tizen.Applications.UI.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.Applications.UI.Tests" exec="Tizen.Applications.UI.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.Applications.UI.Tests.png</icon>
     <label>Tizen.Applications.UI.Tests</label>
-    </ui-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index b0e796540f64c1e78dec1e9bb00703eaab0d9503..c71ce323edb2cd381ed4d7f589c0e6759c705799 100755 (executable)
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Badge.Tests" version="1.0.0">\r
-       <profile name="common" />\r
-       <ui-application appid="Tizen.Badge.Tests"\r
-                                       exec="Tizen.Badge.Tests.dll"\r
-                                       type="dotnet"\r
-                                       multiple="false"\r
-                                       taskmanage="true"\r
-                                       launch_mode="single">\r
-       <icon>Tizen.Badge.Tests.png</icon>\r
-       <label>Tizen.Badge.Tests</label>\r
-       </ui-application>\r
-       <privileges>\r
-          <privilege>http://tizen.org/privilege/notification</privilege>\r
-          <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
-        </privileges>\r
+  <profile name="common" />\r
+  <ui-application appid="Tizen.Badge.Tests" exec="Tizen.Badge.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">\r
+    <icon>Tizen.Badge.Tests.png</icon>\r
+    <label>Tizen.Badge.Tests</label>\r
+    <background-category value="media"/>\r
+    <background-category value="background-network"/>\r
+    <background-category value="location"/>\r
+    <background-category value="sensor"/>\r
+    <background-category value="iot-communication"/>\r
+  </ui-application>\r
+  <privileges>\r
+    <privilege>http://tizen.org/privilege/notification</privilege>\r
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+  </privileges>\r
 </manifest>\r
index 3c741613c35e5a6d74be9aba93506dbb5b314625..d55f67eb12a774320c3274a5055fceb753d201c4 100755 (executable)
@@ -1,16 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.ComponentBased.Default.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.ComponentBased.Default.Tests"
-                    exec="Tizen.ComponentBased.Default.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.ComponentBased.Default.Tests" exec="Tizen.ComponentBased.Default.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.ComponentBased.Default.Tests.png</icon>
     <label>Tizen.ComponentBased.Default.Tests</label>
-    </ui-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index 31c1bf23b4f87ff88c834e46943f747bad70098b..3cfd598c55005eaa0a81b6d8bdbfbc8fd42ca3de 100755 (executable)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.ComponentBased.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.ComponentBased.Tests"
-                    exec="Tizen.ComponentBased.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.ComponentBased.Tests" exec="Tizen.ComponentBased.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.ComponentBased.Tests.png</icon>
     <label>Tizen.ComponentBased.Tests</label>
-    </ui-application>
-    <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index e3723be040df85626c34faf64acd206849b43645..1fbba8d14fdd674f2c22637f6dd2215ece856148 100755 (executable)
@@ -1,15 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <manifest package="Tizen.DataControl.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">\r
-    <profile name="common" />\r
-    <service-application appid="Tizen.DataControl.Tests" exec="Tizen.DataControl.Tests.dll" type="dotnet">\r
-        <icon>Tizen.DataControl.Tests.png</icon>\r
-        <label>Tizen.DataControl.Tests</label>\r
-        <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Sql" />\r
-        <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Map" />\r
-    </service-application>\r
-    <shortcut-list />\r
-    <privileges>\r
-        <privilege>http://tizen.org/privilege/datasharing</privilege>\r
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
-    </privileges>\r
+  <profile name="common" />\r
+  <service-application appid="Tizen.DataControl.Tests" exec="Tizen.DataControl.Tests.dll" type="dotnet">\r
+    <icon>Tizen.DataControl.Tests.png</icon>\r
+    <label>Tizen.DataControl.Tests</label>\r
+    <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Sql"/>\r
+    <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Map"/>\r
+    <background-category value="media"/>\r
+    <background-category value="background-network"/>\r
+    <background-category value="location"/>\r
+    <background-category value="sensor"/>\r
+    <background-category value="iot-communication"/>\r
+  </service-application>\r
+  <shortcut-list />\r
+  <privileges>\r
+    <privilege>http://tizen.org/privilege/datasharing</privilege>\r
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+  </privileges>\r
 </manifest>\r
index e7beb6502aec2ba932166618815cc31f4e1a96b1..4f26da9b3b6f379d583c48c7772246bbba5819f3 100755 (executable)
@@ -1,11 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.MediaKey.Tests" version="1.0.0">\r
-    <profile name="common" />\r
-    <service-application appid="Tizen.MediaKey.Tests" exec="Tizen.MediaKey.Tests.dll" type="dotnet">\r
-        <icon>icon.png</icon>\r
-        <label>Tizen.MediaKey.Tests</label>\r
-    </service-application>\r
-    <privileges>\r
-      <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
-    </privileges>\r
+  <profile name="common" />\r
+  <service-application appid="Tizen.MediaKey.Tests" exec="Tizen.MediaKey.Tests.dll" type="dotnet">\r
+    <icon>icon.png</icon>\r
+    <label>Tizen.MediaKey.Tests</label>\r
+    <background-category value="media"/>\r
+    <background-category value="background-network"/>\r
+    <background-category value="location"/>\r
+    <background-category value="sensor"/>\r
+    <background-category value="iot-communication"/>\r
+  </service-application>\r
+  <privileges>\r
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+  </privileges>\r
 </manifest>\r
index 6b7b4271a007b657b59626626b1a2a99c430c5bf..9e073c0d742d662b8fbd75b417dc2c7ce8e0522a 100755 (executable)
@@ -4,6 +4,11 @@
   <service-application appid="Tizen.Mime.Tests" exec="Tizen.Mime.Tests.dll" type="dotnet">\r
     <icon>Tizen.Mime.Tests.png</icon>\r
     <label>Tizen.Mime.Tests</label>\r
+    <background-category value="media"/>\r
+    <background-category value="background-network"/>\r
+    <background-category value="location"/>\r
+    <background-category value="sensor"/>\r
+    <background-category value="iot-communication"/>\r
   </service-application>\r
   <privileges>\r
     <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
index cf11ec828d40341a32ef5276c38a3cc0e01b8f5a..75aff91c1e58f9f1dab90ee8e45b3870d26d8c16 100755 (executable)
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.NotificationEventListener.Tests" version="1.0.0">\r
-    <profile name="common" />\r
-    <ui-application appid="Tizen.NotificationEventListener.Tests"\r
-                    exec="Tizen.NotificationEventListener.Tests.dll"\r
-                    type="dotnet"\r
-                    multiple="false"\r
-                    taskmanage="true"\r
-                    launch_mode="single">\r
+  <profile name="common" />\r
+  <ui-application appid="Tizen.NotificationEventListener.Tests" exec="Tizen.NotificationEventListener.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">\r
     <icon>Tizen.NotificationEventListener.Tests.png</icon>\r
     <label>Tizen.NotificationEventListener.Tests</label>\r
-    </ui-application>\r
-    <privileges>\r
-        <privilege>http://tizen.org/privilege/notification</privilege>\r
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
-    </privileges>\r
+    <background-category value="media"/>\r
+    <background-category value="background-network"/>\r
+    <background-category value="location"/>\r
+    <background-category value="sensor"/>\r
+    <background-category value="iot-communication"/>\r
+  </ui-application>\r
+  <privileges>\r
+    <privilege>http://tizen.org/privilege/notification</privilege>\r
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+  </privileges>\r
 </manifest>\r
index 0cc0ad68d75f027b1e03dea8f4ab2bc70fde8658..861865c6fab5ae0ae8a89bde035c67c0d590212d 100755 (executable)
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Notifications.Tests" version="1.0.0">
   <profile name="common" />
-  <ui-application appid="Tizen.Notifications.Tests"
-                  exec="Tizen.Notifications.Tests.dll"
-                  type="dotnet"
-                  multiple="false"
-                  taskmanage="true"
-                  launch_mode="single">
+  <ui-application appid="Tizen.Notifications.Tests" exec="Tizen.Notifications.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.Notifications.Tests.png</icon>
     <label>Tizen.Notifications.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
   </ui-application>
   <privileges>
     <privilege>http://tizen.org/privilege/notification</privilege>
index b085aa7f9b9bc4be1ec4e2ea714d5fb6b97d7924..8e6768fcef30a5cad0ce2a2a81827971203487cd 100755 (executable)
@@ -4,6 +4,11 @@
   <service-application appid="Tizen.Packagemanager.Tests" exec="Tizen.Packagemanager.Tests.dll" type="dotnet">
     <icon>Tizen.Packagemanager.Tests.png</icon>
     <label>Tizen.Packagemanager.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
   </service-application>
   <privileges>
     <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
index 5bb0f0821ec833bb0f13a05677415ea74bc4b263..e67d576a6c2fa6e0982b77626567b800e7a25b23 100755 (executable)
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.RemoteView.Tests" version="1.0.0">
-    <profile name="common" />
-    <ui-application appid="Tizen.RemoteView.Tests"
-                    exec="Tizen.RemoteView.Tests.dll"
-                    type="dotnet"
-                    multiple="false"
-                    taskmanage="true"
-                    launch_mode="single">
+  <profile name="common" />
+  <ui-application appid="Tizen.RemoteView.Tests" exec="Tizen.RemoteView.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.RemoteView.Tests.png</icon>
     <label>Tizen.RemoteView.Tests</label>
-    </ui-application>
-    <privileges>
-      <privilege>http://tizen.org/privilege/widget.viewer</privilege>
-      <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-    </privileges>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
+  </ui-application>
+  <privileges>
+    <privilege>http://tizen.org/privilege/widget.viewer</privilege>
+    <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+  </privileges>
 </manifest>
index fae2246b347597a471353fdcbb0944d252082114..03c8ff8f301b208f37ea8471ffac7973c4d91762 100755 (executable)
@@ -4,6 +4,11 @@
   <ui-application appid="Tizen.Shortcut.Tests" exec="Tizen.Shortcut.Tests.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single">
     <icon>Tizen.Shortcut.Tests.png</icon>
     <label>Tizen.Shortcut.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
   </ui-application>
   <shortcut-list>
     <shortcut appid="Tizen.Shortcut.Tests" extra_data="Test_Data" extra_key="Test_Key">
index c1f1b7ccc5934a4d1748f3db476709a3f6694cc0..c16423475f1323d0f6d82df4336771b4020cc41e 100755 (executable)
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.WidgetApplication.Tests" version="1.0.0">
   <profile name="common" />
-  <ui-application appid="Tizen.WidgetApplication.Tests"
-                  exec="Tizen.WidgetApplication.Tests.dll"
-                  type="dotnet"
-                  multiple="false"
-                  taskmanage="true"
-                  launch_mode="single">
+  <ui-application appid="Tizen.WidgetApplication.Tests" exec="Tizen.WidgetApplication.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
     <icon>Tizen.WidgetApplication.Tests.png</icon>
     <label>Tizen.WidgetApplication.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
   </ui-application>
   <privileges>
     <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
index ef1eeea39418fb554e90202e0163d1ffb293c30d..b66852bae791b61c3bf1e7910ba1bd27e64144f6 100755 (executable)
@@ -8,6 +8,11 @@
   <ui-application appid="Tizen.WidgetControl.Tests" exec="Tizen.WidgetControl.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
     <icon>Tizen.WidgetControl.Tests.png</icon>
     <label>Tizen.WidgetControl.Tests</label>
+    <background-category value="media"/>
+    <background-category value="background-network"/>
+    <background-category value="location"/>
+    <background-category value="sensor"/>
+    <background-category value="iot-communication"/>
   </ui-application>
   <shortcut-list />
 </manifest>