2nd config.xml parsing removal
[framework/web/wrt-installer.git] / src / jobs / widget_install / task_process_config.h
index f9cbc57..8d844d6 100755 (executable)
@@ -57,7 +57,7 @@ class TaskProcessConfig :
     WrtDB::LocaleSet m_localeFolders;
     std::set<DPL::String> m_processedIconSet;
 
-    void StepProcessConfigurationFile();
+    void StepFillWidgetConfig();
     void ReadLocaleFolders();
     void ProcessLocalizedStartFiles();
     void ProcessStartFile(
@@ -95,25 +95,7 @@ class TaskProcessConfig :
     bool isTizenWebApp() const;
     bool parseVersionString(const std::string &version, long &majorVersion,
                             long &minorVersion, long &microVersion) const;
-    /**
-     * This method is used to process the config.xml of widget, get
-     * the corresponding configuration to pWidgetConfigInfo
-     *
-     * @param[in] path Specified the widget archive file path (absolute path).
-     * @return         Configuration information of  widget
-     */
-    void processFile(const std::string& path,
-                     WrtDB::WidgetRegisterInfo &wConfig);
 
-    bool locateAndParseConfigurationFile(
-        const std::string& currentPath,
-        WrtDB::WidgetRegisterInfo&
-        pWidgetConfigInfo,
-        const std::string& baseFolder);
-    bool parseConfigurationFileBrowser(WrtDB::ConfigParserData& configInfo,
-                                       const std::string& _currentPath);
-    bool parseConfigurationFileWidget(WrtDB::ConfigParserData& configInfo,
-                                      const std::string& _currentPath);
     bool fillWidgetConfig(WrtDB::WidgetRegisterInfo& pWidgetConfigInfo,
                           WrtDB::ConfigParserData& configInfo);