[AudioManager] Changed handle type to marshal from unmanaged (#1027)
[platform/core/csapi/tizenfx.git] / test / ElmSharp.Test / tizen-manifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest package="ElmSharpTest" version="1.0.0" api-version="3.0" xmlns="http://tizen.org/ns/packages">
3     <profile name="common" />
4     <ui-application appid="org.tizen.ElmSharp.Test" exec="ElmSharp.Test.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single">
5         <icon>ElmSharp.Test.png</icon>
6         <label>ElmSharp.Test</label>
7     </ui-application>
8     <shortcut-list />
9     <privileges>
10         <privilege>http://tizen.org/privilege/internet</privilege>
11         <privilege>http://tizen.org/privilege/display</privilege>
12         <privilege>http://tizen.org/privilege/window.priority.set</privilege>
13     </privileges>
14 </manifest>