Rename action_fw_tool to action-tool
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 20 Mar 2025 02:15:24 +0000 (11:15 +0900)
committer장상윤/Tizen Platform Lab(SR)/삼성전자 <jeremy.jang@samsung.com>
Thu, 20 Mar 2025 03:45:59 +0000 (12:45 +0900)
commit9a373b60473bbb2ed500ab26a00e220c6c021fee
treebb6d9712cca709d7ab504d99eb6efabf1f7d1686
parente739f2e5bfcec3545179aaa7286814db79d6f087
Rename action_fw_tool to action-tool

In general, use '-' instead of '_' on executables.
Names of subcommands are also changed.

Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
22 files changed:
packaging/tizen-action-framework.spec
tool/CMakeLists.txt
tool/action_fw_tool/CMakeLists.txt [deleted file]
tool/action_fw_tool/action_fw_tool.cc [deleted file]
tool/action_fw_tool/action_fw_tool.hh [deleted file]
tool/action_fw_tool/action_fw_tool_private.hh [deleted file]
tool/action_fw_tool/log_private.hh [deleted file]
tool/action_fw_tool/main.cc [deleted file]
tool/action_fw_tool/tools/execute.cc [deleted file]
tool/action_fw_tool/tools/get_action.cc [deleted file]
tool/action_fw_tool/tools/get_action_id.cc [deleted file]
tool/action_fw_tool/tools/list_actions.cc [deleted file]
tool/action_tool/CMakeLists.txt [new file with mode: 0644]
tool/action_tool/action_tool.cc [new file with mode: 0644]
tool/action_tool/action_tool.hh [new file with mode: 0644]
tool/action_tool/action_tool_private.hh [new file with mode: 0644]
tool/action_tool/log_private.hh [new file with mode: 0644]
tool/action_tool/main.cc [new file with mode: 0644]
tool/action_tool/tools/execute.cc [new file with mode: 0644]
tool/action_tool/tools/get_action.cc [new file with mode: 0644]
tool/action_tool/tools/get_action_id.cc [new file with mode: 0644]
tool/action_tool/tools/list_actions.cc [new file with mode: 0644]