diff options
author | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:20:25 +0900 |
---|---|---|
committer | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:20:25 +0900 |
commit | 59c401dcb6127a3ca74995bd3b3a7864a95fc418 (patch) | |
tree | 1d621db3eb1506f2fa42f1c38e143b90e1c3984f /mobile_src/Callhistory/config.xml | |
download | wrt-plugins-tizen-tizen_2.3.tar.gz wrt-plugins-tizen-tizen_2.3.tar.bz2 wrt-plugins-tizen-tizen_2.3.zip |
Initialize Tizen 2.3submit/tizen_2.3/20140531.1146262.3a_releasetizen_2.3
Diffstat (limited to 'mobile_src/Callhistory/config.xml')
-rwxr-xr-x | mobile_src/Callhistory/config.xml | 16 |
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> + |