implement TEP install, update 77/50977/13
authorVBS <jungh.yeon@samsung.com>
Tue, 3 Nov 2015 11:31:08 +0000 (20:31 +0900)
committerVBS <jungh.yeon@samsung.com>
Thu, 12 Nov 2015 00:56:03 +0000 (09:56 +0900)
commit53979b243a6c7071609c8ef6561675ecd92404f0
treee0cc28b180f4785de944015e192805c808e38795
parent87ff328999633522d3b374770e1a287288a216d6
implement TEP install, update

[app-installer][pkgmgr-info][pkgmgr-server][pkgmgr-tool][slp-pkgmgr]

Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Change-Id: Iec6ea9df7dccd2545504ca6944e46e34bcb9676b
24 files changed:
packaging/app-installers.spec
src/common/CMakeLists.txt
src/common/installer_context.h
src/common/pkgmgr_interface.cc
src/common/pkgmgr_interface.h
src/common/pkgmgr_registration.cc
src/common/pkgmgr_registration.h
src/common/step/step_backup_icons.cc [changed mode: 0755->0644]
src/common/step/step_configure.cc
src/common/step/step_copy.cc
src/common/step/step_copy_tep.cc [new file with mode: 0644]
src/common/step/step_copy_tep.h [new file with mode: 0644]
src/common/step/step_generate_xml.cc [changed mode: 0755->0644]
src/common/step/step_register_app.cc
src/common/step/step_remove_files.cc [changed mode: 0755->0644]
src/common/step/step_remove_files.h [changed mode: 0755->0644]
src/common/step/step_unregister_app.cc [changed mode: 0755->0644]
src/common/step/step_unregister_app.h [changed mode: 0755->0644]
src/common/step/step_update_tep.cc [new file with mode: 0644]
src/common/step/step_update_tep.h [new file with mode: 0644]
src/common/utils/file_util.cc
src/common/utils/file_util.h
src/tpk/step/step_parse.cc
src/tpk/tpk_installer.cc