Encryption support 94/45094/3
authorPawel Sikorski <p.sikorski@samsung.com>
Wed, 29 Jul 2015 13:58:24 +0000 (15:58 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 10 Aug 2015 10:38:54 +0000 (12:38 +0200)
commite3cffbcdfe8c8ca449a91d73a765be234d7266ef
treedd8f92b146e7f868aa51e7671e41c000bd191c7b
parentc9ab2b9b9f38f5dc8f4aba604901911429447eba
Encryption support

Seperate step introduced to implement WebApp files Encryption feature.

Note: original files are REPLACED by encrypted files

WARNING: not verified - WAE_ERROR_PERMISSION_DENIED returned from
wae_encrypt_web_application

Change-Id: Icbb2e507208629a5c02778e38b836ae866d450e8
CMakeLists.txt
packaging/app-installers.spec
src/wgt/CMakeLists.txt
src/wgt/step/step_encrypt_resources.cc [new file with mode: 0644]
src/wgt/step/step_encrypt_resources.h [new file with mode: 0644]
src/wgt/wgt_backend.cc