From 41321c2dae42c1109296224f3c3e8542308c0a32 Mon Sep 17 00:00:00 2001 From: "gs86.lee" Date: Thu, 29 Oct 2015 14:45:08 +0900 Subject: [PATCH] Add vconfkey for indicator Change-Id: I74d197fcf2baf54a1958f7c652d19bec1623d486 Signed-off-by: gs86.lee --- data/vconf-internal-indicator-keys.xml | 12 +++++++++ data/vconf-internal-uncategorized-keys.xml | 6 ----- include/vconf-internal-indicator-keys.h | 26 +++++++++++++++++++ include/vconf-internal-keys.h | 1 + include/vconf-internal-uncategorized-keys.h | 2 -- report/vconf-internal-indicator-keys.html | 36 +++++++++++++++++++++++++++ report/vconf-internal-uncategorized-keys.html | 11 -------- scripts/vconf-internal-indicator-keys.sh | 3 +++ scripts/vconf-internal-uncategorized-keys.sh | 2 -- 9 files changed, 78 insertions(+), 21 deletions(-) create mode 100644 data/vconf-internal-indicator-keys.xml create mode 100644 include/vconf-internal-indicator-keys.h create mode 100644 report/vconf-internal-indicator-keys.html create mode 100644 scripts/vconf-internal-indicator-keys.sh diff --git a/data/vconf-internal-indicator-keys.xml b/data/vconf-internal-indicator-keys.xml new file mode 100644 index 0000000..da872af --- /dev/null +++ b/data/vconf-internal-indicator-keys.xml @@ -0,0 +1,12 @@ + + + + +
VCONFKEY_INDICATOR_SHOW_MORE_NOTI
+ + + + + +
+
diff --git a/data/vconf-internal-uncategorized-keys.xml b/data/vconf-internal-uncategorized-keys.xml index a11af68..27d4ad1 100644 --- a/data/vconf-internal-uncategorized-keys.xml +++ b/data/vconf-internal-uncategorized-keys.xml @@ -955,12 +955,6 @@ - -
VCONFKEY_UNCATEGORIZED_308
- - - -
VCONFKEY_UNCATEGORIZED_322
diff --git a/include/vconf-internal-indicator-keys.h b/include/vconf-internal-indicator-keys.h new file mode 100644 index 0000000..ae776c5 --- /dev/null +++ b/include/vconf-internal-indicator-keys.h @@ -0,0 +1,26 @@ +/* + * vconf-internal-keys + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Hakjoo Ko + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#ifndef __VCONF_INTERNAL_INDICATOR_KEYS_H__ +#define __VCONF_INTERNAL_INDICATOR_KEYS_H__ +#define VCONFKEY_INDICATOR_SHOW_MORE_NOTI "memory/private/org.tizen.indicator/show_more_noti_port" + +#endif /* __VCONF_INTERNAL_INDICATOR_KEYS_H__ */ diff --git a/include/vconf-internal-keys.h b/include/vconf-internal-keys.h index e390516..b5da1fd 100644 --- a/include/vconf-internal-keys.h +++ b/include/vconf-internal-keys.h @@ -16,6 +16,7 @@ #include "vconf-internal-filemanager-keys.h" #include "vconf-internal-hotfix.h" #include "vconf-internal-idle-lock-keys.h" +#include "vconf-internal-indicator-keys.h" #include "vconf-internal-isf-keys.h" #include "vconf-internal-livebox-keys.h" #include "vconf-internal-location-keys.h" diff --git a/include/vconf-internal-uncategorized-keys.h b/include/vconf-internal-uncategorized-keys.h index 93fe284..3f183fb 100644 --- a/include/vconf-internal-uncategorized-keys.h +++ b/include/vconf-internal-uncategorized-keys.h @@ -342,8 +342,6 @@ #define VCONFKEY_UNCATEGORIZED_304 "memory/private/msg-service/sim_subs_id/3" -#define VCONFKEY_UNCATEGORIZED_308 "memory/private/org.tizen.indicator/show_more_noti_port" - #define VCONFKEY_UNCATEGORIZED_322 "memory/private/sysman/added_storage_uevent" #define VCONFKEY_UNCATEGORIZED_323 "memory/private/sysman/enhance_pid" diff --git a/report/vconf-internal-indicator-keys.html b/report/vconf-internal-indicator-keys.html new file mode 100644 index 0000000..6ba4645 --- /dev/null +++ b/report/vconf-internal-indicator-keys.html @@ -0,0 +1,36 @@ + + + Vconf key list + + + +

vconf key list

+ + + + + + + + + + + + + + + + + + + + + + + + +
ID Keyname Type Value Smack Label Maintainer Comment Header Only Private Spec
VCONFKEY_INDICATOR_SHOW_MORE_NOTImemory/private/org.tizen.indicator/show_more_noti_portint320 + + true
+ + diff --git a/report/vconf-internal-uncategorized-keys.html b/report/vconf-internal-uncategorized-keys.html index 6b8abc9..5afb804 100644 --- a/report/vconf-internal-uncategorized-keys.html +++ b/report/vconf-internal-uncategorized-keys.html @@ -1768,17 +1768,6 @@ -VCONFKEY_UNCATEGORIZED_308 -memory/private/org.tizen.indicator/show_more_noti_port -int32 -0 - - - - -true - - VCONFKEY_UNCATEGORIZED_322 memory/private/sysman/added_storage_uevent string diff --git a/scripts/vconf-internal-indicator-keys.sh b/scripts/vconf-internal-indicator-keys.sh new file mode 100644 index 0000000..386af7b --- /dev/null +++ b/scripts/vconf-internal-indicator-keys.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +/usr/bin/buxton2ctl -i -d create-int32 "memory" "memory/private/org.tizen.indicator/show_more_noti_port" "0" "http://tizen.org/privilege/internal/default/platform" "http://tizen.org/privilege/internal/default/platform" diff --git a/scripts/vconf-internal-uncategorized-keys.sh b/scripts/vconf-internal-uncategorized-keys.sh index 5405a75..4328238 100644 --- a/scripts/vconf-internal-uncategorized-keys.sh +++ b/scripts/vconf-internal-uncategorized-keys.sh @@ -318,8 +318,6 @@ /usr/bin/buxton2ctl -i -d create-string "memory" "memory/private/msg-service/sim_subs_id/3" "0" "http://tizen.org/privilege/internal/default/platform" "http://tizen.org/privilege/internal/default/platform" -/usr/bin/buxton2ctl -i -d create-int32 "memory" "memory/private/org.tizen.indicator/show_more_noti_port" "0" "http://tizen.org/privilege/internal/default/platform" "http://tizen.org/privilege/internal/default/platform" - /usr/bin/buxton2ctl -i -d create-string "memory" "memory/private/sysman/added_storage_uevent" "" "http://tizen.org/privilege/internal/default/platform" "http://tizen.org/privilege/internal/default/platform" /usr/bin/buxton2ctl -i -d create-int32 "memory" "memory/private/sysman/enhance_pid" "0" "http://tizen.org/privilege/internal/default/platform" "http://tizen.org/privilege/internal/default/platform" -- 2.7.4