summaryrefslogtreecommitdiff
path: root/ug-myfile-efl.xml
blob: d4af35269c0eee60e5484a762beb33fd5b605a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="myfile-efl" version="0.1" install-location="internal-only">
        <label>myfile-efl</label>
        <author email="gliang.wang@samsung.com" href="www.samsung.com">Guangliang Wang</author>
        <description>My Files Application</description>
        <ui-application appid="myfile-efl" exec="/usr/ug/bin/myfile-efl" nodisplay="true" multiple="true" type="capp" taskmanage="false">
                <icon>ug-myfile-efl.png</icon>
                <label>My Files Appcontrol</label>
                <label xml:lang="en-us">My Files Appcontrol</label>
                <label xml:lang="nl-nl">My Files</label>
                <label xml:lang="de-de">My Files</label>
                <label xml:lang="zh-hk">My Files</label>
                <label xml:lang="zh-cn">My Files</label>
                <label xml:lang="ru-ru">My Files</label>
                <label xml:lang="zh-tw">My Files</label>
                <label xml:lang="ja-jp">My Files</label>
                <label xml:lang="es-es">My Files</label>
                <label xml:lang="el-gr">My Files</label>
                <label xml:lang="it-it">My Files</label>
                <label xml:lang="tr-tr">My Files</label>
                <label xml:lang="pt-pt">My Files</label>
                <label xml:lang="fr-fr">My Files</label>
                <label xml:lang="ko-kr">My Files</label>
                <application-service>
                        <operation name="http://tizen.org/appcontrol/operation/pick"/>
                </application-service>
				<application-service>
					<operation name="http://tizen.org/appcontrol/operation/pick"/>
					<mime name="image/*"/>
					<mime name="video/*"/>
				</application-service>

        </ui-application>
</manifest>