Add vconf key for the indicator of sticker sync completion 27/226827/1 submit/tizen/20200306.045446
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 5 Mar 2020 06:53:39 +0000 (15:53 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 6 Mar 2020 01:12:45 +0000 (10:12 +0900)
Change-Id: I92413b2344f711ae751618cfbfe43533841501cb
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
data/vconf-internal-sticker-keys.xml [new file with mode: 0644]
packaging/vconf-internal-keys.spec

diff --git a/data/vconf-internal-sticker-keys.xml b/data/vconf-internal-sticker-keys.xml
new file mode 100644 (file)
index 0000000..12f3d26
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<vconfkeylists>
+  <filedef name="__VCONF_INTERNAL_STICKER_KEYS_H__"/>
+  <vconfkey type="int32" name="db/sticker/sync_complete" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_STICKER_SYNC_COMPLETE</header>
+    <val>0</val>
+    <creator/>Jihoon Kim</creator>
+    <email>jihoon48.kim@samsung.com</email>
+    <comment><![CDATA[ This key is bit flag list of sticker sync completion ]]></comment>
+  </vconfkey>
+</vconfkeylists>
index 3e76998..0acbe13 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.167
+Version:    0.0.168
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0