Fix wgt lib to extract manifest and icon only 79/108479/1
authorSangyoon Jang <s89.jang@samsung.com>
Wed, 4 Jan 2017 11:50:04 +0000 (20:50 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Wed, 4 Jan 2017 11:50:04 +0000 (20:50 +0900)
commitec60500d65e8fc266c7e080d5e8ed03ef7f786f2
tree9d8cdf355a5a153eb72e723e5dfbdf7a2a76db0b
parent5ec84b7ea4ff29de5437994855710b1df4f54f1d
Fix wgt lib to extract manifest and icon only

Extracting whole files can cause memory issue.
Instead of extracting whole files, wgt lib will extract manifest first
and find icon file from manifest, and then extract icon file.

Change-Id: I2b7a5c1039dc94411e68c7bdffb61d139aa43ef9
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
src/lib/wgt_archive_info.cc