Rename: 20/37520/1
authorPawel Sikorski <p.sikorski@samsung.com>
Fri, 27 Mar 2015 13:54:08 +0000 (14:54 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 30 Mar 2015 09:19:38 +0000 (11:19 +0200)
commit75f2de7fef4f04ce5ee1e0974e8a9b7f5087270a
tree2242de43d476e4caaf0a95fa7f11adda8d6093ca
parent71273c750fb752eed42ee0cb9085255573034751
Rename:
* StepSecurity -> StepRegisterSecurity
* StepSignature -> StepCheckSignature
* StepRemove -> StepRemoveFiles
* StepSymbolicLink -> StepCreateSymbolicLink
* StepRecord -> StepRegisterApplication
* StepUnregister -> StepUnregisterApplication

Most of the steps contain verb and noun in their names.
Hence, commit unifies all steps to follow this rule.

Change-Id: I59114dc41385b16e4661e23cd38fcb65637289a3
19 files changed:
src/common/CMakeLists.txt
src/common/step/step_check_signature.cc [moved from src/common/step/step_signature.cc with 86% similarity]
src/common/step/step_check_signature.h [moved from src/common/step/step_signature.h with 76% similarity]
src/common/step/step_register_app.cc [moved from src/common/step/step_record.cc with 91% similarity]
src/common/step/step_register_app.h [moved from src/common/step/step_record.h with 62% similarity]
src/common/step/step_register_security.cc [moved from src/common/step/step_security.cc with 84% similarity]
src/common/step/step_register_security.h [moved from src/common/step/step_security.h with 73% similarity]
src/common/step/step_remove_files.cc [moved from src/common/step/step_remove.cc with 86% similarity]
src/common/step/step_remove_files.h [moved from src/common/step/step_remove.h with 76% similarity]
src/common/step/step_unregister_app.cc [moved from src/common/step/step_unregister.cc with 82% similarity]
src/common/step/step_unregister_app.h [moved from src/common/step/step_unregister.h with 67% similarity]
src/tpk/CMakeLists.txt
src/tpk/step/step_create_symbolic_link.cc [moved from src/tpk/step/step_symbolic_link.cc with 94% similarity]
src/tpk/step/step_create_symbolic_link.h [moved from src/tpk/step/step_symbolic_link.h with 60% similarity]
src/tpk/task.cc
src/wgt/CMakeLists.txt
src/wgt/step/step_create_symbolic_link.cc [moved from src/wgt/step/step_symbolic_link.cc with 91% similarity]
src/wgt/step/step_create_symbolic_link.h [moved from src/wgt/step/step_symbolic_link.h with 70% similarity]
src/wgt/wgt_backend.cc