summaryrefslogtreecommitdiff
path: root/mobile_src/Callhistory/config.xml
diff options
context:
space:
mode:
authorSehong Na <sehong.na@samsung.com>2014-05-31 13:20:25 +0900
committerSehong Na <sehong.na@samsung.com>2014-05-31 13:20:25 +0900
commit59c401dcb6127a3ca74995bd3b3a7864a95fc418 (patch)
tree1d621db3eb1506f2fa42f1c38e143b90e1c3984f /mobile_src/Callhistory/config.xml
downloadwrt-plugins-tizen-tizen_2.3.tar.gz
wrt-plugins-tizen-tizen_2.3.tar.bz2
wrt-plugins-tizen-tizen_2.3.zip
Diffstat (limited to 'mobile_src/Callhistory/config.xml')
-rwxr-xr-xmobile_src/Callhistory/config.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mobile_src/Callhistory/config.xml b/mobile_src/Callhistory/config.xml
new file mode 100755
index 0000000..43e81ae
--- /dev/null
+++ b/mobile_src/Callhistory/config.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" ?>
+<!DOCTYPE plugin-properties SYSTEM "/usr/etc/tizen-apis/config.dtd">
+<plugin-properties>
+ <library-name>libwrt-plugins-tizen-callhistory.so</library-name>
+ <feature-install-uri>callhistory.install.uri</feature-install-uri>
+ <api-feature>
+ <name>http://tizen.org/privilege/callhistory.read</name>
+ <device-capability>callhistory.read</device-capability>
+ </api-feature>
+
+ <api-feature>
+ <name>http://tizen.org/privilege/callhistory.write</name>
+ <device-capability>callhistory.write</device-capability>
+ </api-feature>
+</plugin-properties>
+