Export API of StepManifestAdjustment 22/116622/4
authorBartlomiej Kunikowski <b.kunikowski@partner.samsung.com>
Mon, 27 Feb 2017 08:52:59 +0000 (09:52 +0100)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Fri, 3 Mar 2017 09:07:10 +0000 (01:07 -0800)
It is needed for coming hybrid installer changes

Change-Id: I262732fc65b25558fbcaca57a33e4cdadf6be828

src/tpk/step/pkgmgr/step_manifest_adjustment.h

index 6d3986a..7b38639 100644 (file)
@@ -5,6 +5,10 @@
 #ifndef TPK_STEP_PKGMGR_STEP_MANIFEST_ADJUSTMENT_H_
 #define TPK_STEP_PKGMGR_STEP_MANIFEST_ADJUSTMENT_H_
 
+#ifndef TPK_BACKEND_EXPORT_API
+#define TPK_BACKEND_EXPORT_API
+#endif
+
 #include <manifest_parser/utils/logging.h>
 
 #include <boost/filesystem/path.hpp>
@@ -14,7 +18,8 @@
 namespace tpk {
 namespace pkgmgr {
 
-class StepManifestAdjustment : public common_installer::Step {
+class TPK_BACKEND_EXPORT_API StepManifestAdjustment
+    : public common_installer::Step {
  public:
   using Step::Step;