3ee49d1487c3bbdd032b416604c6f5c5a2aee74b
[test/tct/csharp/api.git] /
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest package="org.tizen.example.NUIWatchApplicationManualTest" version="1.0.0" api-version="6" xmlns="http://tizen.org/ns/packages">
3   <profile name="wearable" />
4   <watch-application appid="org.tizen.example.NUIWatchApplicationManualTest"
5           exec="NUIWatchApplicationManualTest.dll"
6           multiple="false"
7           taskmanage="true"
8           splash-screen-display="true"
9           type="dotnet"
10           launch_mode="single">
11     <icon>NUIWatchApplicationManualTest.png</icon>
12     <label>NUIWatchApplicationManualTest</label>
13   </watch-application>
14   <privileges>
15     <privilege>http://tizen.org/privilege/alarm.set</privilege>
16   </privileges>
17   <provides-appdefined-privileges />
18 </manifest>