upload codes for TIZEN 2.0
[apps/home/clock.git] / ring / include / ring_fwk_vconf.h
1 /*
2 *
3 * Copyright 2012  Samsung Electronics Co., Ltd
4 *
5 * Licensed under the Flora License, Version 1.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *    http://www.tizenopensource.org/license
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 */
18 #ifndef __RING_FWK_VCONF_H__
19 #define __RING_FWK_VCONF_H__
20
21 #include <vconf.h>
22 #include <vconf-keys.h>
23 /**********************************************************************
24 ******************define, struct ,typedef, union, enum, global val *************************************
25 ***********************************************************************/
26
27 //volume vconf key
28 #define VCONF_KEY_VOLUME_PREFIX             "db/volume"
29 #define VCONF_KEY_VOLUME_TYPE_SYSTEM        VCONF_KEY_VOLUME_PREFIX"/system"
30 #define VCONF_KEY_VOLUME_TYPE_NOTIFICATION  VCONF_KEY_VOLUME_PREFIX"/notification"
31 #define VCONF_KEY_VOLUME_TYPE_ALARM         VCONF_KEY_VOLUME_PREFIX"/alarm"
32 #define VCONF_KEY_VOLUME_TYPE_RINGTONE      VCONF_KEY_VOLUME_PREFIX"/ringtone"
33 #define VCONF_KEY_VOLUME_TYPE_MEDIA         VCONF_KEY_VOLUME_PREFIX"/media"
34 #define VCONF_KEY_VOLUME_TYPE_CALL          VCONF_KEY_VOLUME_PREFIX"/call"
35 #define VCONF_KEY_VOLUME_TYPE_ANDROID       VCONF_KEY_VOLUME_PREFIX"/android"
36 #define VCONF_KEY_VOLUME_TYPE_JAVA          VCONF_KEY_VOLUME_PREFIX"/java"
37 /**********************************************************************
38 ******************Global function ref*************************************
39 ***********************************************************************/
40
41 int ring_noti_init(void *data);
42 void ring_noti_fini();
43
44 #endif                          //__RING_FWK_VCONF_H__