Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SampleApp / tizen / SSMTesterApp / tizen-manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="org.iotivity.service.ssm.ssmtesterapp" version="1.0.0">
3     <profile name="mobile"/>
4     <ui-application appid="org.iotivity.service.ssm.ssmtesterapp" exec="ssmtesterapp" multiple="false" nodisplay="false" taskmanage="true" type="capp">
5         <label>ssmtesterapp</label>
6         <icon>ssmtesterapp.png</icon>
7     </ui-application>
8     <privileges>
9         <privilege>http://tizen.org/privilege/network.get</privilege>
10         <privilege>http://tizen.org/privilege/internet</privilege>
11     </privileges>
12     <feature name="http://tizen.org/feature/network.wifi">true</feature>
13 </manifest>