blob: 4b45d62e8b04396023034831904eb34428aafcb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="wifi-efl-ug" api-version="2.4" version="1.0.0" install-location="internal-only">
<label>Wi-Fi</label>
<description>Wi-Fi</description>
<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">
<label>Wi-Fi</label>
<icon>/usr/share/icons/setting_wifi.png</icon>
<app-control>
<operation name="http://tizen.org/appcontrol/operation/setting/wifi"/>
</app-control>
</ui-application>
<privileges>
<privilege>http://tizen.org/privilege/network.get</privilege>
<privilege>http://tizen.org/privilege/network.set</privilege>
<privilege>http://tizen.org/privilege/network.profile</privilege>
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>
<privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
<privilege>http://tizen.org/privilege/tethering.admin</privilege>
</privileges>
</manifest>
|