Implement StepCheckInstallable 76/98476/2 accepted/tizen/3.0/common/20161118.193007 accepted/tizen/3.0/ivi/20161118.004152 accepted/tizen/3.0/mobile/20161118.004022 accepted/tizen/3.0/tv/20161118.004108 accepted/tizen/3.0/wearable/20161118.004132 submit/tizen_3.0/20161117.054138
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 17 Nov 2016 06:16:25 +0000 (15:16 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 17 Nov 2016 10:43:18 +0000 (19:43 +0900)
commit34ab1ef16e8727afa7bc776c6da769260aa541ba
treed6c740e23862b30f2f22b70753eef11aafcda3d4
parent9394736f1ed2efeeffebdc9b808960203a83a141
Implement StepCheckInstallable

The platform does not allow package override.
If the package installed as global package, the user cannot install the
package as local package. Likewise, if the package is installed as local
package, the package cannot be installed as global package.

Change-Id: I7f36c49b00a4d9445024af205387e3ebe6fb6962
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
src/common/step/pkgmgr/step_check_installable.cc [new file with mode: 0644]
src/common/step/pkgmgr/step_check_installable.h [new file with mode: 0644]