pass: Change directory name from core to util 73/268373/1
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 22 Dec 2021 03:00:38 +0000 (12:00 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 22 Dec 2021 03:00:38 +0000 (12:00 +0900)
commit6d7472101d5866cbe1f182d0dc50dc54eba2a694
tree83bdd331aed6c1067417c7494ee49106565cfe85
parentc779799450d48e03b0f614de0f61e006b3b18bb8
pass: Change directory name from core to util

Change directory name from core to util because 'src/core' directory
contains the util functions and then move 'src/util/main.c' to src/main.c
in order to improve the readability of PASS daemon starting point.

Change-Id: I26d421d67ff4790c82e2a1af22d208104ad136db
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
src/main.c [moved from src/core/main.c with 100% similarity]
src/util/common.c [moved from src/core/common.c with 100% similarity]
src/util/device-notifier.c [moved from src/core/device-notifier.c with 100% similarity]
src/util/devices.c [moved from src/core/devices.c with 100% similarity]
src/util/gdbus-util.c [moved from src/core/gdbus-util.c with 100% similarity]
unittest/CMakeLists.txt