Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / tizen / RESampleClientApp / 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.tizen.resampleclient" version="1.0.0">
3     <profile name="mobile"/>
4     <ui-application appid="org.tizen.resampleclient" exec="resampleclient" multiple="false" nodisplay="false" taskmanage="true" type="capp">
5         <label>resampleclient</label>
6         <icon>resampleapp.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>