summaryrefslogtreecommitdiff
path: root/ug-myfile-efl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ug-myfile-efl.xml')
-rw-r--r--ug-myfile-efl.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/ug-myfile-efl.xml b/ug-myfile-efl.xml
new file mode 100644
index 0000000..d71a363
--- /dev/null
+++ b/ug-myfile-efl.xml
@@ -0,0 +1,28 @@
+<?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>
+ </ui-application>
+</manifest>