tizen 2.3 release
[framework/appfw/vconf-internal-keys.git] / include / vconf-internal-memo-keys.h
1 /*
2  * vconf-internal-keys
3  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
4  *
5  * Contact: Zhibin Zhou <zhibin.zhou@samsung.com>, Wei Hua <wei2012.hua@samsung.com>
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  * http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19  */
20 #ifndef __VCONF_INTERNAL_MEMO_KEYS_H__
21 #define __VCONF_INTERNAL_MEMO_KEYS_H__
22
23 /**
24  * This file defines keys and values.
25  *
26  * @file        vconf-internal-memo-keys.h
27  * @defgroup    vconf_internal_memo_key Definitions of internal shared Keys for Memo
28  * @ingroup     vconf_internal_key
29  * @author      wei2012.hua@samsung.com
30  * @version     0.1
31  * @brief       This file has the definitions of shared keys for Alarm \n
32  */
33
34 /* ========================== Memo Keys & Values ============================ */
35 /**
36  * @internal
37  * @addtogroup vconf_internal_memo_key
38  * @{
39  * @brief Memo Keys & Values\n
40  *        Maintainer : wei2012.hua@samsung.com
41  */
42
43 /**
44  * @brief it stands for whether the db of memo has been changed.
45  *
46  */
47
48 #define VCONFKEY_MEMO_DATA_CHANGE "db/memo/data-change"
49 /**
50  * @}
51  */
52
53 #endif /* __VCONF_INTERNAL_MEMO_KEYS_H__ */
54