summaryrefslogtreecommitdiff
path: root/tizen-manifest.xml
blob: c1cc986914e13323ad9aafa525798065ee545407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" package="org.tizen.worldclock-efl" version="1.0.0">
    <profile name="mobile"/>
    <ui-application appid="org.tizen.worldclock-efl" exec="worldclock-efl" launch_mode="caller" multiple="false" nodisplay="true" taskmanage="false" type="capp">
        <label>World clock Appcontrol</label>
        <label xml:lang="en-us">World clock Appcontrol</label>
        <icon>libug-worldclock-efl.png</icon>
    </ui-application>
    <privileges>
        <privilege>http://tizen.org/privilege/telephony</privilege>
    </privileges>
    <feature name="http://tizen.org/feature/screen.size.normal">true</feature>
</manifest>