Improve aulctl tool 16/271016/7
authorChanggyu Choi <changyu.choi@samsung.com>
Mon, 14 Feb 2022 08:04:17 +0000 (17:04 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Tue, 15 Feb 2022 04:11:20 +0000 (04:11 +0000)
commit5fa6f11cb16d9696bdcfd45607350b70e8f2d2a2
treeedd241a8db9ee687ce6529ed76b0bc3303d1d09b
parent693f5aee2650ad453271bdcb68f067d39cedfb59
Improve aulctl tool

Changes:
 - Adds timestamp to status commands.
 - Changes output of list-dependencies command.
 - Adds description of aul-keys for boot sequence apis.
 - Moves boot_sequence sources to aulctl

Change-Id: I349ab1d29a2e9e147612053106bcaad6cf429514
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
16 files changed:
CMakeLists.txt
include/aul_key.h
src/aul_sock.c
tool/aulctl/CMakeLists.txt
tool/aulctl/boot_sequence/app_info.cc [moved from aul/boot_sequence/app_info.cc with 89% similarity]
tool/aulctl/boot_sequence/app_info.hh [moved from aul/boot_sequence/app_info.hh with 86% similarity]
tool/aulctl/boot_sequence/boot_sequence_manager.cc [moved from aul/boot_sequence/boot_sequence_manager.cc with 96% similarity]
tool/aulctl/boot_sequence/boot_sequence_manager.hh [moved from aul/boot_sequence/boot_sequence_manager.hh with 83% similarity]
tool/aulctl/operation/is_active_operation.cc
tool/aulctl/operation/list_apps_operation.cc
tool/aulctl/operation/list_dependencies_operation.cc
tool/aulctl/operation/reload_operation.cc
tool/aulctl/operation/start_operation.cc
tool/aulctl/operation/status_all_operation.cc
tool/aulctl/operation/status_once_operation.cc
tool/aulctl/operation/stop_operation.cc