RequestMode (Global/User) type introduction 64/46064/4
authorPawel Sikorski <p.sikorski@samsung.com>
Thu, 13 Aug 2015 12:25:16 +0000 (14:25 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Wed, 26 Aug 2015 13:27:58 +0000 (06:27 -0700)
commitff1c0ce8944fa19c5db3f4e415ff76cff3866e14
treec9307d61aba25cde456e8a578b066e324711e94a
parent0c2bec13fc173369d462aa58158491f8bc393b6a
RequestMode (Global/User) type introduction

Change-Id: I862d7c7df1ceb0f41b4daf4e34490ef21fb480ab
20 files changed:
src/common/CMakeLists.txt
src/common/context_installer.h
src/common/pkgmgr_interface.h
src/common/pkgmgr_registration.cc
src/common/pkgmgr_registration.h
src/common/recovery_file.h
src/common/request.cc [new file with mode: 0644]
src/common/request.h [moved from src/common/request_type.h with 54% similarity]
src/common/step/step_configure.cc
src/common/step/step_configure.h
src/common/step/step_recover_application.cc
src/common/step/step_recovery.cc
src/common/step/step_register_app.cc
src/common/step/step_unregister_app.cc
src/common/step/step_update_app.cc
src/tpk/tpk_app_query_interface.cc
src/unit_tests/smoke_test.cc
src/wgt/step/step_encrypt_resources.cc
src/wgt/step/step_remove_encryption_data.cc
src/wgt/wgt_app_query_interface.cc