Change pkgname to appid for docomo request. PART1
[platform/framework/web/wrt-installer.git] / src / jobs / widget_install / task_smack.cpp
index b468d3b..1afe3ee 100644 (file)
@@ -53,9 +53,9 @@ void TaskSmack::Step()
             devcaps << utf8;
         }
     }
-    WidgetPkgName pkgName = m_context.widgetConfig.pkgName;
+    TizenAppId tzAppid = m_context.widgetConfig.tzAppid;
     int result = handle_access_control_conf_forWAC(
-                     DPL::ToUTF8String(pkgName).c_str(),
+                     DPL::ToUTF8String(tzAppid).c_str(),
                      devcaps.str().c_str(),
                      OPERATION_INSTALL);
     Assert(result==PC_OPERATION_SUCCESS && "access control setup failed");