summaryrefslogtreecommitdiff
path: root/tizen-manifest.xml.in
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2017-08-17 21:01:00 +0900
committerJin Yoon <jinny.yoon@samsung.com>2017-08-17 21:01:00 +0900
commit857b9a762db2fef8a5b9bb0f073c541f2bfae27e (patch)
tree10981000a580be7a7c90423b0e19dfd46f3f4ac7 /tizen-manifest.xml.in
parent6f5dddadc8219f09c3ea05dd6634c2b517249688 (diff)
downloadposition-finder-server-857b9a762db2fef8a5b9bb0f073c541f2bfae27e.tar.gz
position-finder-server-857b9a762db2fef8a5b9bb0f073c541f2bfae27e.tar.bz2
position-finder-server-857b9a762db2fef8a5b9bb0f073c541f2bfae27e.zip
CBOR file in res dir and auto-naming in spec
Change-Id: Ibefe191bd86c6cb54e88df188f09959102c317ac
Diffstat (limited to 'tizen-manifest.xml.in')
-rw-r--r--tizen-manifest.xml.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/tizen-manifest.xml.in b/tizen-manifest.xml.in
new file mode 100644
index 0000000..677801e
--- /dev/null
+++ b/tizen-manifest.xml.in
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="@ORG_PREFIX@.@PROJECT_NAME@" version="1.0.0">
+ <profile name="mobile"/>
+ <author email="jinny.yoon@samsung.com" href="www.samsung.com">Jin Yoon</author>
+ <author email="gs86.lee@samsung.com" href="www.samsung.com">Geunsun Lee</author>
+ <author email="ey928.lee@samsung.com" href="www.samsung.com">Eunyoung Lee</author>
+ <author email="junkyu.han@samsung.com" href="www.samsung.com">Junkyu Han</author>
+ <service-application appid="@ORG_PREFIX@.@PROJECT_NAME@" auto-restart="true" exec="@PROJECT_NAME@" multiple="false" nodisplay="true" on-boot="true" taskmanage="false" type="capp">
+ <label>@APP_LABEL@</label>
+ <icon>@PROJECT_NAME@.png</icon>
+ </service-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/network.get</privilege>
+ <privilege>http://tizen.org/privilege/internet</privilege>
+ </privileges>
+</manifest>