summaryrefslogtreecommitdiff
path: root/tests/ugmyfiletestapp/org.tizen.ugmyfiletestapp.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ugmyfiletestapp/org.tizen.ugmyfiletestapp.xml.in')
-rw-r--r--tests/ugmyfiletestapp/org.tizen.ugmyfiletestapp.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ugmyfiletestapp/org.tizen.ugmyfiletestapp.xml.in b/tests/ugmyfiletestapp/org.tizen.ugmyfiletestapp.xml.in
new file mode 100644
index 0000000..8546ed3
--- /dev/null
+++ b/tests/ugmyfiletestapp/org.tizen.ugmyfiletestapp.xml.in
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="@VERSION@" install-location="internal-only">
+ <label>ugmyfiletestapp</label>
+ <author email="PUT YOUR EMAIL" href="www.samsung.com">PUT YOUR NAME</author>
+ <description>ugmyfiletestapp</description>
+ <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="false" multiple="false" type="capp" taskmanage="true">
+ <label>ugmyfiletestapp</label>
+ <icon>@DESKTOP_ICON@</icon>
+ </ui-application>
+</manifest>