Merge remote-tracking branch 'location/tizen'
[platform/core/csapi/tizenfx.git] / test / ElmSharp.Wearable.Test / tizen-manifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="ElmSharpTest.Wearable" version="1.0.0">
3         <profile name="wearable" />
4         <ui-application appid="org.tizen.ElmSharp.Wearable.Test"
5                                         exec="ElmSharp.Wearable.Test.exe"
6                                         type="dotnet"
7                                         multiple="false"
8                                         taskmanage="true"
9                                         launch_mode="single">
10         <icon>ElmSharp.Wearable.Test.png</icon>
11         <label>ElmSharp.Wearable.Test</label>
12         </ui-application>
13 </manifest>