StepParse must run before StepCheckSignature 17/41417/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 9 Jun 2015 09:40:03 +0000 (11:40 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 15 Jun 2015 14:27:50 +0000 (16:27 +0200)
commit910d974170857d3c03b79d330d3440f96dd49e0f
tree6a1c4e3c21d29b5d0037592284ad03a9a562badc
parentda2223765dad46efab6f455a80346f6a6d816d25
StepParse must run before StepCheckSignature

The step_parse must be run before the step_signature in both
2 installers(wgt and tpk), in order to get several required
information(api-version, package type and privilege list)
from tizen-manifest.xml or config.xml.

Change-Id: Ifb89639af908d824738232620653861fd65e372b
src/tpk/task.cc
src/wgt/wgt_backend.cc