Added Network Prefix Length for Static IP.
[apps/native/ug-wifi-efl.git] / wifi-efl-ug.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" package="wifi-efl-ug" api-version="2.4" version="1.0.0" install-location="internal-only">
3         <label>Wi-Fi</label>
4         <description>Wi-Fi</description>
5         <ui-application appid="wifi-efl-ug" exec="/usr/apps/wifi-efl-ug/bin/wifi-efl-UG" ui-gadget="true" nodisplay="true" taskmanage="false" multiple="false" type="capp" process-pool="true" hw-acceleration="use-GL" launch_mode="caller">
6                 <label>Wi-Fi</label>
7                 <icon>/usr/share/icons/setting_wifi.png</icon>
8                 <app-control>
9                 <operation name="http://tizen.org/appcontrol/operation/setting/wifi"/>
10                 </app-control>
11         </ui-application>
12         <privileges>
13                 <privilege>http://tizen.org/privilege/network.get</privilege>
14                 <privilege>http://tizen.org/privilege/network.set</privilege>
15                 <privilege>http://tizen.org/privilege/network.profile</privilege>
16                 <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
17                 <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
18                 <privilege>http://tizen.org/privilege/tethering.admin</privilege>
19         </privileges>
20 </manifest>