Release 11.0.0.18008
[platform/core/csapi/tizenfx.git] / test / Tizen.System.SystemSettings.UnitTest / SystemSettings.UnitTest / tizen-manifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest package="org.tizen.example.SystemSettings.UnitTest" version="1.0.0" api-version="5" xmlns="http://tizen.org/ns/packages">
3     <profile name="wearable" />
4     <ui-application appid="org.tizen.example.SystemSettings.UnitTest" exec="SystemSettings.UnitTest.dll" multiple="false" nodisplay="false" taskmanage="true" type="dotnet" launch_mode="single">
5         <label>SystemSettings_UnitTest</label>
6         <icon>SystemSettings_UnitTest.png</icon>
7         <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
8         <splash-screens />
9     </ui-application>
10     <shortcut-list />
11     <privileges>
12         <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
13     </privileges>
14     <provides-appdefined-privileges />
15     <feature name="http://tizen.org/feature/systemsetting.home_screen">true</feature>
16     <feature name="http://tizen.org/feature/systemsetting.incoming_call">true</feature>
17     <feature name="http://tizen.org/feature/systemsetting.lock_screen">true</feature>
18     <feature name="http://tizen.org/feature/systemsetting.notification_email">true</feature>
19 </manifest>