add gallery setting key and remove from setting
authorJisung Ahn <jcastle.ahn@samsung.com>
Tue, 16 Apr 2013 07:31:15 +0000 (16:31 +0900)
committerJisung Ahn <jcastle.ahn@samsung.com>
Tue, 16 Apr 2013 07:32:40 +0000 (16:32 +0900)
Change-Id: I6bac7e99f4458e0a91715d83b3d68cd182ebfd50

CMakeLists.txt
include/vconf-internal-gallery-setting-keys.h [new file with mode: 0755]
include/vconf-internal-keys.h
include/vconf-internal-setting-keys.h

index e407c94..b13df2f 100755 (executable)
@@ -73,3 +73,4 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-rcs-keys.h DESTINATION
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-camera-keys.h DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-appservice-keys.h DESTINATION ${INCLUDEDIR})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-isf-keys.h DESTINATION ${INCLUDEDIR})
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/vconf-internal-gallery-setting-keys.h DESTINATION ${INCLUDEDIR})
diff --git a/include/vconf-internal-gallery-setting-keys.h b/include/vconf-internal-gallery-setting-keys.h
new file mode 100755 (executable)
index 0000000..2fb1bb5
--- /dev/null
@@ -0,0 +1,86 @@
+/*
+ * vconf-internal-keys
+ *
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: Hakjoo Ko <hakjoo.ko@samsung.com>
+ *
+ * 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_GALERY_SETTING_KEYS_H__
+#define __VCONF_INTERNAL_GALERY_SETTING_KEYS_H__
+
+/**
+ * This file defines keys and values.
+ *
+ * @file        vconf-internal-gallery-setting-keys.h
+ * @defgroup    vconf_internal_gallery_setting_key Definitions of internal shared Keys for Gallery Setting
+ * @ingroup     vconf_internal_key
+ * @author      jcastle.ahn@samsung.com
+ * @version     0.1
+ * @brief       This file has the definitions of shared keys for Gallery Setting \n
+ */
+
+/* ========================== Gallery Setting Keys & Values ============================ */
+/**
+ * @addtogroup vconf_internal_gallery_setting_key
+ * @{
+ * @brief Gallery Setting Keys & Values\n
+ *        Maintainer : jcastle.ahn@samsung.com
+ */
+
+
+#define VCONFKEY_GALLERY_SETTING_PREFIX                                 "db/gallery/setting"
+
+/**
+ * @brief Image viewer slideshow interval time (secs)
+ *
+ * type : double
+ */
+#define VCONFKEY_GALLERY_SETTING_SLIDESHOW_INTERVAL            VCONFKEY_GALLERY_SETTING_PREFIX"/interval_time"
+
+/**
+ * @brief Image viewer slideshow effect type
+ *
+ * type : string
+ * Slide, Fade, Blind, Iris, Dissolve
+ */
+#define VCONFKEY_GALLERY_SETTING_SLIDESHOW_EFFECT              VCONFKEY_GALLERY_SETTING_PREFIX"/ss_effect"
+
+/**
+ * @brief Image viewer slideshow repeat state
+ *
+ * type : bool
+ * 0 : Slide show repeat
+ * 1 : Slide show do not repeat
+ */
+#define VCONFKEY_GALLERY_SETTING_SLIDESHOW_REPEAT              VCONFKEY_GALLERY_SETTING_PREFIX"/repeat_state"
+
+/**
+ * @brief Image viewer slideshow shuffle state
+ *
+ * type : bool
+ * 0 : Normal list
+ * 1 : Shuffled list
+ */
+#define VCONFKEY_GALLERY_SETTING_SLIDESHOW_SHUFFLE             VCONFKEY_GALLERY_SETTING_PREFIX"/shuffle_state"
+
+
+/**
+ * @}
+ */
+
+#endif /* __VCONF_INTERNAL_GALERY_SETTING_KEYS_H__ */
+
index 31e3275..1933926 100755 (executable)
@@ -89,6 +89,7 @@
 #include "vconf-internal-face-svc-keys.h"
 #include "vconf-internal-camera-keys.h"
 #include "vconf-internal-isf-keys.h"
+#include "vconf-internal-gallery-setting-keys.h"
 
 #endif         /* __VCONF_INTERNAL_KEYS_H__ */
 
index 170b178..dc96217 100755 (executable)
@@ -1150,39 +1150,6 @@ enum {
 };
 
 /**
- * @brief Image viewer slideshow interval time (secs)
- *
- * type : double
- */
-#define VCONFKEY_SETAPPL_GALLERY_SLIDESHOW_INTERVAL             VCONFKEY_SETAPPL_PREFIX"/gallery/interval_time"
-
-/**
- * @brief Image viewer slideshow effect type
- *
- * type : string
- * Slide, Fade, Blind, Iris, Dissolve
- */
-#define VCONFKEY_SETAPPL_GALLERY_SLIDESHOW_EFFECT             VCONFKEY_SETAPPL_PREFIX"/gallery/ss_effect"
-
-/**
- * @brief Image viewer slideshow repeat state
- *
- * type : bool
- * 0 : Slide show repeat
- * 1 : Slide show do not repeat
- */
-#define VCONFKEY_SETAPPL_GALLERY_SLIDESHOW_REPEAT             VCONFKEY_SETAPPL_PREFIX"/gallery/repeat_state"
-
-/**
- * @brief Image viewer slideshow shuffle state
- *
- * type : bool
- * 0 : Normal list
- * 1 : Shuffled list
- */
-#define VCONFKEY_SETAPPL_GALLERY_SLIDESHOW_SHUFFLE             VCONFKEY_SETAPPL_PREFIX"/gallery/shuffle_state"
-
-/**
  * @brief Voicerecorder recording time limitation
  *
  * type : int