tizen 2.3 release
[apps/home/settings.git] / setting-storage / include / setting-storage-main.h
index 8a209c5..0d36a13 100755 (executable)
@@ -1,27 +1,30 @@
 /*
  * setting
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.1 (the License);
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
+ *
+ * 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_STORAGE_MAIN_H__
 #define __SETTING_STORAGE_MAIN_H__
 
-#include <setting-storage.h>
+#include "setting-storage.h"
 
-#define WRT_PREFIX                     "wgt"
-#define TPK_PREFIX                     "tpk"
-#define RPM_PREFIX                     "rpm"
-#define STR_INSTALLED_SIZE             "installed_size"
+void storageUg_main_init(SettingStorageUG *ad);
+Evas_Object* storageUg_main_pie_item_get_icon(void *data, Evas_Object *obj,
+               const char *part);
+Evas_Object* storageUg_color_item_content_get(void *data, Evas_Object *obj,
+               const char *part);
 
-#endif                         /* __SETTING_STORAGE_MAIN_H__ */
+#endif //__SETTING_STORAGE_MAIN_H__