From: Bartlomiej Kunikowski Date: Mon, 27 Feb 2017 08:52:59 +0000 (+0100) Subject: Export API of StepManifestAdjustment X-Git-Tag: accepted/tizen/common/20170306.165133~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e92d4e79ca8afdd207b556998275bf7220f78b3;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Export API of StepManifestAdjustment It is needed for coming hybrid installer changes Change-Id: I262732fc65b25558fbcaca57a33e4cdadf6be828 --- diff --git a/src/tpk/step/pkgmgr/step_manifest_adjustment.h b/src/tpk/step/pkgmgr/step_manifest_adjustment.h index 6d3986a..7b38639 100644 --- a/src/tpk/step/pkgmgr/step_manifest_adjustment.h +++ b/src/tpk/step/pkgmgr/step_manifest_adjustment.h @@ -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 #include @@ -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;