Block different type installation with same pkgid
[platform/core/appfw/app-installers.git] / src / common / step / configuration / step_configure.h
index c002552..c5ff866 100644 (file)
@@ -67,7 +67,10 @@ class StepConfigure : public Step {
   void SetupIsPartialRW();
   void SetupDebugMode();
   void SetupSkipCheckReference();
+  void SetupSkipOptimization();
   void SetupMoveType();
+  std::string GetPkgIdFromFile();
+  bool CheckInvalidBackendUsage();
 
   PkgMgrPtr pkgmgr_;