Fix installing privileges of hybrid package
[platform/core/appfw/wgt-backend.git] / src / hybrid / step / pkgmgr / step_generate_xml.h
index 8fce64d..3d22b78 100644 (file)
@@ -34,6 +34,7 @@ class StepGenerateXml : public common_installer::Step {
   void MergeXmlNode(xmlNodePtr node1, xmlNodePtr node2);
   void SetXmlNodeAttribute(xmlNodePtr node, const std::string& attr,
       const std::string& attr_val);
+  bool SetTpkPrivilegeType();
 
   xmlDocPtr wgt_doc_;
   xmlDocPtr tpk_doc_;