tizen 2.3 release
[apps/home/settings.git] / setting-about / include / setting-about-main.h
1 /*
2  * setting
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
5  *
6  * Contact: MyoungJune Park <mj2004.park@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21 #ifndef __SETTING_ABOUT_MAIN_H__
22 #define __SETTING_ABOUT_MAIN_H__
23
24 #include <setting-about.h>
25
26 #define SUPPORT_FOTA
27
28 #define SETTING_ABOUT_POWER_SUPPLY_PATH "/sys/class/power_supply"
29 #define SETTING_ABOUT_BD_ADDR_PATH "/opt/etc/.bd_addr"
30 #define SETTING_ABOUT_STAT_PATH "/proc/stat"
31
32 #define SETTING_ABOUT_NEVER_TURN_WIFI_ON_STR "Never Turn WI-FI ON"
33 #define SETTING_ABOUT_DEVICE_INFO_STR "IDS_ST_BODY_DEVICE_INFO"
34 #define SETTING_ABOUT_DEVICE_NAME_STR "IDS_ST_BODY_NAME"
35 #define SETTING_ABOUT_MY_NUMBER_STR "IDS_ST_BODY_MY_NUMBER"
36 #define SETTING_ABOUT_IMEI_STR "IDS_ST_BODY_IMEI"
37 #define SETTING_ABOUT_MODEL_STR "IDS_COM_BODY_FILEDETAIL_MODEL"
38 #define SETTING_ABOUT_VERSION_STR "IDS_COM_POP_VERSION"
39 #define SETTING_ABOUT_BLUETOOTH_STR KeyStr_Bluetooth
40 #define SETTING_ABOUT_WIFI_STR "IDS_ST_HEADER_WI_FI"
41 #define SETTING_ABOUT_SN_STR "IDS_ST_BODY_SERIAL_NUMBER"
42 #define SETTING_ABOUT_BATTERY_STR "IDS_ST_BODY_BATTERY"
43 #define SETTING_ABOUT_CPU_USAGE_STR "IDS_ST_BODY_CPU_USAGE"
44 #define SETTING_ABOUT_STATUS_STR "IDS_ST_MBODY_DEVICE_STATUS"
45 #define SETTING_ABOUT_STATUS_UNROOT_STR "IDS_ST_BODY_OFFICIAL_M_DEVICE_STATUS"
46 #define SETTING_ABOUT_STATUS_ROOT_STR "IDS_ST_BODY_CUSTOM_M_DEVICE_STATUS"
47
48 #define SETTING_ABOUT_SLP_STR                   "SLP"
49 #define SETTING_ABOUT_SLP_STR_LEN               3
50
51
52 #endif                          /* __SETTING_ABOUT_MAIN_H__ */