Add new vconfkey for fmradio status check 28/86828/3 accepted/tizen/common/20160919.070438 submit/tizen/20160919.010709
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 5 Sep 2016 06:22:00 +0000 (15:22 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 19 Sep 2016 00:55:24 +0000 (17:55 -0700)
Change-Id: Ic0d698184e0c8e4c9e6470b95bb8b9239d493929
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
data/vconf-internal-radio-keys.xml [new file with mode: 0644]

diff --git a/data/vconf-internal-radio-keys.xml b/data/vconf-internal-radio-keys.xml
new file mode 100644 (file)
index 0000000..5584651
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<vconfkeylists>
+  <filedef name="__VCONF_INTERNAL_RADIO_KEYS_H__"/>
+  <vconfkey type="int32" name="db/radio/status" layer="system" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/public">
+    <header>VCONFKEY_RADIO_STATUS</header>
+    <val>0</val>
+    <creator>Gilbok Lee</creator>
+    <email>gilbok.lee@samsung.com</email>
+    <comment><![CDATA[ fmradio status for system wide ]]></comment>
+    <enumlist>
+      <enumdata value="0x0000">VCONFKEY_RADIO_STATUS_OFF</enumdata>
+      <enumdata value="0x0001">VCONFKEY_RADIO_STATUS_ON</enumdata>
+    </enumlist>
+  </vconfkey>
+</vconfkeylists>