Needs to be submitted with:
- https://review.tizen.org/gerrit/#/c/56920
Change-Id: Ic0f5a18513b4157df06e5c411011ef64f283127e
return context_->pkg_path.get() / kResWgt;
}
+std::string StepWgtCreateIcons::GetAppTypeForIcons() const {
+ return "webapp";
+}
+
} // namespace filesystem
} // namespace wgt
#include <common/step/step_create_icons.h>
+#include <string>
+
namespace wgt {
namespace filesystem {
*/
boost::filesystem::path GetIconRoot() const override;
+ /**
+ * \brief Return type of application for which icons should be created
+ *
+ * \return application type
+ */
+ std::string GetAppTypeForIcons() const override;
+
SCOPE_LOG_TAG(WgtCreateIcons)
};