tizen 2.3.1 release
[apps/home/settings.git] / setting-about / include / setting-about-main.h
old mode 100755 (executable)
new mode 100644 (file)
index becb777..634386f
@@ -1,27 +1,30 @@
 /*
  * setting
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
+ *
+ * Contact: MyoungJune Park <mj2004.park@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://floralicense.org/license/
+ * 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,
+ * 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 __SETTING_ABOUT_MAIN_H__
 #define __SETTING_ABOUT_MAIN_H__
 
 #include <setting-about.h>
 
-// #define SUPPORT_FOTA
+#define SUPPORT_FOTA
 
-#define SETTING_ABOUT_MACINFO_PATH "/opt/etc/.mac.info"
 #define SETTING_ABOUT_POWER_SUPPLY_PATH "/sys/class/power_supply"
 #define SETTING_ABOUT_BD_ADDR_PATH "/opt/etc/.bd_addr"
 #define SETTING_ABOUT_STAT_PATH "/proc/stat"
 #define SETTING_ABOUT_DEVICE_INFO_STR "IDS_ST_BODY_DEVICE_INFO"
 #define SETTING_ABOUT_DEVICE_NAME_STR "IDS_ST_BODY_NAME"
 #define SETTING_ABOUT_MY_NUMBER_STR "IDS_ST_BODY_MY_NUMBER"
+#define SETTING_ABOUT_IMEI_STR "IDS_ST_BODY_IMEI"
 #define SETTING_ABOUT_MODEL_STR "IDS_COM_BODY_FILEDETAIL_MODEL"
 #define SETTING_ABOUT_VERSION_STR "IDS_COM_POP_VERSION"
 #define SETTING_ABOUT_BLUETOOTH_STR KeyStr_Bluetooth
-#define SETTING_ABOUT_WIFI_STR _("IDS_ST_HEADER_WI_FI")
-#define SETTING_ABOUT_BATTERY_STR _("IDS_ST_BODY_BATTERY")
-#define SETTING_ABOUT_CPU_USAGE_STR _("IDS_ST_BODY_CPU_USAGE")
+#define SETTING_ABOUT_WIFI_STR "IDS_ST_HEADER_WI_FI"
+#define SETTING_ABOUT_SN_STR "IDS_ST_BODY_SERIAL_NUMBER"
+#define SETTING_ABOUT_BATTERY_STR "IDS_ST_BODY_BATTERY"
+#define SETTING_ABOUT_CPU_USAGE_STR "IDS_ST_BODY_CPU_USAGE"
+#define SETTING_ABOUT_STATUS_STR "IDS_ST_MBODY_DEVICE_STATUS"
+#define SETTING_ABOUT_STATUS_UNROOT_STR "IDS_ST_BODY_OFFICIAL_M_DEVICE_STATUS"
+#define SETTING_ABOUT_STATUS_ROOT_STR "IDS_ST_BODY_CUSTOM_M_DEVICE_STATUS"
 
 #define SETTING_ABOUT_SLP_STR                  "SLP"
 #define SETTING_ABOUT_SLP_STR_LEN              3
 
-void setting_about_main_get_bluetooth_address_string(char *str, int size);
-void setting_about_main_get_wifi_mac_address_string(char *str, int size);
 
 #endif                         /* __SETTING_ABOUT_MAIN_H__ */