Initialize Tizen 2.3
[apps/home/settings.git] / setting-about / include / setting-about-main.h
1 /*
2  * setting
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Flora License, Version 1.1 (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://floralicense.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 #ifndef __SETTING_ABOUT_MAIN_H__
18 #define __SETTING_ABOUT_MAIN_H__
19
20 #include <setting-about.h>
21
22 // #define SUPPORT_FOTA
23
24 #define SETTING_ABOUT_POWER_SUPPLY_PATH "/sys/class/power_supply"
25 #define SETTING_ABOUT_BD_ADDR_PATH "/opt/etc/.bd_addr"
26 #define SETTING_ABOUT_STAT_PATH "/proc/stat"
27
28 #define SETTING_ABOUT_NEVER_TURN_WIFI_ON_STR "Never Turn WI-FI ON"
29 #define SETTING_ABOUT_DEVICE_INFO_STR "IDS_ST_BODY_DEVICE_INFO"
30 #define SETTING_ABOUT_DEVICE_NAME_STR "IDS_ST_BODY_NAME"
31 #define SETTING_ABOUT_MY_NUMBER_STR "IDS_ST_BODY_MY_NUMBER"
32 #define SETTING_ABOUT_MODEL_STR "IDS_COM_BODY_FILEDETAIL_MODEL"
33 #define SETTING_ABOUT_VERSION_STR "IDS_COM_POP_VERSION"
34 #define SETTING_ABOUT_BLUETOOTH_STR KeyStr_Bluetooth
35 #define SETTING_ABOUT_WIFI_STR _("IDS_ST_HEADER_WI_FI")
36 #define SETTING_ABOUT_BATTERY_STR _("IDS_ST_BODY_BATTERY")
37 #define SETTING_ABOUT_CPU_USAGE_STR _("IDS_ST_BODY_CPU_USAGE")
38
39 #define SETTING_ABOUT_SLP_STR                   "SLP"
40 #define SETTING_ABOUT_SLP_STR_LEN               3
41
42 void setting_about_main_get_bluetooth_address_string(char *str, int size);
43 void setting_about_main_get_wifi_mac_address_string(char *str, int size);
44
45 #endif                          /* __SETTING_ABOUT_MAIN_H__ */